Michael 'afrolion' Perrotte

Results 16 issues of Michael 'afrolion' Perrotte

#### Use Case - In room - Click search 'arrow' next to text input to present "Track Search" view - Enter any text and search - Filter results to a...

design

#### Use Case - Have volume at a certain level (eg. 10%) - Mute volume via UI button - Unmute volume via UI button - Volume is now set to...

design

``` TypeError: /home/eric/soundtrack.io/views/index.jade:33 31| .btn-group 32| a.btn.btn-mini(href="#", data-action="skip-track") skip > 33| if (user && room._owner && (user._id.toString() === room._owner._id.toString()) || (user && user.roles && ~user.roles.indexOf('admin'))) 34| a.btn.btn-mini(data-action="ban-track", data-for="current-track-id") ban 35|...

All the views will eventually be widgets which will take a footer class derived from this abstract or super class.

enhancement
todo
new feature

enhancement
todo
documentation

enhancement
view
controller
file: view.events

`new Calendar()` is the line of code that invokes the `initState` function which is where the `http.get` call is invoked from. Currently there is no way to re-invoke this function....

bug
controller
new feature

There needs to be a better way to navigate to the views and back again. - re: #13

enhancement
todo
view
controller
new feature

Take a look at the Gallery App and look at the Expansion panels component. A list of these as events would mean there wouldn't be a need for the EventView...

enhancement
question
view
new feature

Need to decide what the structure of the payload for the widget should look like. #### Proposed: ``` { "id": int, "title": String, "url": String, "date_start": DateTime, "date_end": DateTime, "details":...

question
todo