Commit Graph

25 Commits

Author SHA1 Message Date
Vishal Banthia
466890777d Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124 2015-11-13 21:16:59 +09:00
Gunther Brunner
208094a254 Refactored all device list components to its own module. 2014-09-18 20:27:37 +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
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
46baaf4fe0 Update the "no devices" widget to work with the new system. 2014-07-02 17:50:49 +09:00
Simo Kinnunen
f329d021d3 Rename device-list-icon to device-list-icons. 2014-07-02 15:54:02 +09:00
Simo Kinnunen
d51da4b215 Add username back to device list stats. 2014-07-02 14:13:11 +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
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
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
Gunther Brunner
7e7b52de7c Adding alternative implementation for Device List.
Still slow so disabled by default, but at least it has dynamic columns.
2014-06-20 20:19:14 +09:00
Gunther Brunner
bcde9ebefa Starting to add Dynamic columns selector. 2014-06-11 21:51:10 +09:00
Gunther Brunner
fd03c60b31 Small fix 2014-06-02 14:00:36 +09:00
Gunther Brunner
37ec53fcd7 Device details now separated from Device icon view.
Tabs are not shown if the settings are not loaded yet.
2014-05-14 19:19:13 +09:00
Gunther Brunner
7a598af243 Adding panel info. 2014-05-01 22:42:35 +09:00
Gunther Brunner
a819fc980a Battery info. 2014-05-01 21:25:13 +09:00
Gunther Brunner
e1feb20df6 -Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
2014-03-24 18:20:31 +09:00
Gunther Brunner
9d2a367e7c -Added clear button directive.
-Added filter button directive.
-Moved the UI stuff to stf/common-ui.
-Added optional filtering to Details.
-Sync active tabs to local forage.
-Device List status filters by usability.
-Removed 750ms delay from filtering.
2014-03-20 21:30:55 +09:00
Gunther Brunner
6577241098 - The devices UI is trying to come back. 2014-03-17 20:08:26 +09:00
Simo Kinnunen
8769b8040c Initial version of transactions. Shell command implemented as an example. Still needs channel cleanup on app side, handling a device dying in the middle of a transaction, and getting device list back to normal. 2014-02-21 15:55:23 +09:00
Gunther Brunner
38cfa63ab4 Fix device list. 2014-02-19 15:59:27 +09:00
Gunther Brunner
347d9e9a55 Added stf namespace. 2014-02-18 20:32:45 +09:00
Gunther Brunner
a1b0d136be Updated oboe loader. 2014-02-18 20:13:01 +09:00
Gunther Brunner
c306a537b7 Remove angular dependency. 2014-02-18 19:49:17 +09:00
Gunther Brunner
80d0bb7ad2 Refactoring to use Google Angular Best Practices. 2014-02-18 19:26:30 +09:00