Commit Graph

23 Commits

Author SHA1 Message Date
Gunther Brunner
a7faf0986b Clicking the small image on Device List now shows the big device image. 2014-08-04 21:57:49 +09:00
Simo Kinnunen
74f7328b32 Fix wrong variable name in device detail list. JSHint wasn't working properly in the previous version of Atom. 2014-07-18 14:45:27 +09:00
Simo Kinnunen
9303c073b6 Fix device updates removing filter classes from rows. 2014-07-17 17:36:05 +09:00
Gunther Brunner
ed17c00f80 Pressing shift-click on 'Use' button now invites the device without routing to control it. 2014-07-16 18:34:49 +09:00
Simo Kinnunen
0e761db319 Fix table segment insertion. 2014-07-16 18:06:59 +09:00
Gunther Brunner
93690a6874 Logic typo. 2014-07-14 20:43:38 +09:00
Gunther Brunner
035384c6e6 Fixed kicking in admin mode. 2014-07-14 20:33:09 +09:00
Gunther Brunner
fa71aae56a Added admin-mode.
For now it shows/hides columns in the Device List and adds kicking behaviour.
Using $rootScope.adminMode for convenience.
2014-07-14 20:23:32 +09:00
Gunther Brunner
3443990d31 Added device kicking back on the Device List.
Added device controlling button.
2014-07-08 21:28:47 +09:00
Gunther Brunner
971c03d54c Added device-not-usable class for Device List. 2014-07-08 15:02:19 +09:00
Simo Kinnunen
2898170240 Device filter works on the device table. Icon list is not supported yet and the filter is not saved. 2014-07-08 12:51:16 +09:00
Simo Kinnunen
c858bfa7df Make device columns a service so that we can keep just one copy in memory. 2014-07-03 14:04:08 +09:00
Simo Kinnunen
69cb530b19 Remove unused variable. 2014-07-03 12:17:50 +09:00
Simo Kinnunen
714867de59 Don't render both lists at once, and remember which list was selected (just like before). Some refactoring here would be nice. 2014-07-02 20:02:12 +09:00
Simo Kinnunen
29785058f9 Make the icon view use a custom renderer too. Many common parts with the details view; planning on refactoring duplicate code away. 2014-06-30 19:48:11 +09:00
Simo Kinnunen
30ab91b6ba Columns are now swappable. It does more work than it should but the slowness seems to be coming from angular anyway. 2014-06-30 14:36:18 +09:00
Simo Kinnunen
919d213782 Add a class to column headings to signify active sorting. 2014-06-29 12:00:45 +09:00
Simo Kinnunen
532a83ca81 Translate battery columns. 2014-06-29 11:59:44 +09:00
Simo Kinnunen
ff3b4e8706 Use asc/desc instead of ints for specifying sort order. Makes it easier to use in templates and doesn't really change that much in the code. 2014-06-29 02:05:11 +09:00
Simo Kinnunen
bf09a4b08a Move column definitions back to the directive. Sorting now works, although there's no UI. 2014-06-29 01:47:26 +09:00
Simo Kinnunen
3496013212 Default to using device serial for missing model. 2014-06-28 09:12:03 +09:00
Simo Kinnunen
3f6869964b Work in progress. Sorting is working, column selection is working. Translations are not working. Moved column definitions to the list controller, but we might get more flexibility by actually putting it in the directive and just giving it a list of column names we want. 2014-06-27 22:26:54 +09:00
Simo Kinnunen
f7a8257259 The new table now works, but columns are not selectable and there's no interactive sorting or filtering. Also, icon view has been disabled for now. 2014-06-27 11:49:17 +09:00