Commit Graph

175 Commits

Author SHA1 Message Date
Gunther Brunner
73e2b82055 Change stats colors. 2015-06-18 17:51:57 +09:00
Gunther Brunner
0a67ab7673 Device list and details various fixes. 2015-06-15 23:47:41 +09:00
Gunther Brunner
22c13489ce Improve stats font. 2015-06-15 23:33:00 +09:00
Gunther Brunner
b976646d51 Improve stats font. 2015-06-15 23:30:20 +09:00
Gunther Brunner
1de49788ac Colorize stats style.
Add mouseover brightness to device image.
2015-06-15 23:22:27 +09:00
Gunther Brunner
b016bb4fef Remove button when the button is active. Also extend the text. 2015-06-15 19:54:43 +09:00
Simo Kinnunen
f2fd3e54e1 Battery level and temp were not being sorted by their numeric values. 2015-06-05 18:30:58 +09:00
Gunther Brunner
e1a7560bc0 Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded. 2015-03-17 19:48:41 +09:00
Gunther Brunner
de7c367cb8 Fixed browser icons path and size. 2014-12-05 17:31:27 +09:00
Simo Kinnunen
53c10c9732 Add a column for notes. For now they have to be set directly in the database. 2014-12-03 14:20:41 +09:00
Gunther Brunner
9d3b076fa6 Fixed selectable style for Firefox.
Need to be careful in Firefox because the user-select style cascading doesn't seem to work well, so need to be more explicit where to put a selectable class.
2014-12-02 20:14:29 +09:00
Gunther Brunner
f1ecda9655 Fixed search input style for Safari. 2014-12-02 19:55:45 +09:00
Gunther Brunner
ba5d245c53 Fixed all drop-downs for latest ui-bootstrap 0.12 using the new attribute-only directive syntax. 2014-12-02 19:37:30 +09:00
Simo Kinnunen
581689d67a Don't match version until we have a dot in the query. 2014-12-02 19:21:04 +09:00
Gunther Brunner
20332dea59 Preparing for new dropdown-toggle. 2014-11-19 16:47:17 +09:00
Gunther Brunner
28adf6fd96 Made link border thinner. 2014-11-07 12:11:11 +09:00
Simo Kinnunen
1fed3b9da5 Make filters apply to newly added items too. 2014-10-28 19:13:15 +09:00
Simo Kinnunen
10fca31577 Fix typo in comment. 2014-10-28 18:17:56 +09:00
Gunther Brunner
5d190db1b7 Update device status accordingly. 2014-10-03 15:44:16 +09:00
Gunther Brunner
430103a913 Start adding back Standalone.
Moved ng-app to html so the title can be dynamic.
2014-09-18 23:48:52 +09:00
Gunther Brunner
e3df185347 Device Stats are responsive now. 2014-09-18 21:35:57 +09:00
Gunther Brunner
8f5fb96c5c Auto-focus search input on Tab select. 2014-09-18 21:12:01 +09:00
Gunther Brunner
208094a254 Refactored all device list components to its own module. 2014-09-18 20:27:37 +09:00
Gunther Brunner
6caf3217be Unified Devices and Details search fields. 2014-09-18 19:37:08 +09:00
Gunther Brunner
bd7035c670 Don't open modal box if it doesn't have a big photo. 2014-09-12 19:32:45 +09:00
Simo Kinnunen
0ee9e5fe53 Add browser icons to the device list. 2014-09-11 20:49:27 +09:00
Simo Kinnunen
869f1ed7ac Make product names clickable links in the device list. Remove the ugly button from the model column. 2014-09-05 18:12:19 +09:00
Simo Kinnunen
a5d8e7c86b Slightly improve fugly code. 2014-09-05 17:49:14 +09:00
Gunther Brunner
a0e0d2228a JSHint. 2014-09-02 12:24:07 +09:00
Gunther Brunner
241b711c31 Updated devices database. 2014-08-29 21:50:13 +09:00
Gunther Brunner
ea27e1b549 - Refactored device button states so they can be tested.
- Added e2e test for Navigation.
2014-08-27 21:44:19 +09:00
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
700c320257 Added tabindex and accesskeys for common input controls. 2014-07-16 20:05:34 +09:00
Gunther Brunner
e922b263f7 IE10 fix: supports only partially dataset. 2014-07-16 19:12:45 +09:00
Simo Kinnunen
1af6e7b7d7 Update device counters using DOM methods in real time. 2014-07-16 18:37:01 +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
Gunther Brunner
dd5b04998d Tried to fix the counting for zero,
but the real problem relies in that the device counting takes time and
we don't know before-hand how many devices we have.
Also the scope is not shared between the device list and the remote control.
2014-07-16 18:20:54 +09:00
Simo Kinnunen
0057bca523 Fix "using" counter. 2014-07-16 18:07:00 +09:00
Simo Kinnunen
0e761db319 Fix table segment insertion. 2014-07-16 18:06:59 +09:00
Gunther Brunner
beff3d88f2 Added auto-complete to search in Device Icon. 2014-07-14 21:06:45 +09:00
Simo Kinnunen
acaeb88ae7 Make the icon-based device list match the current filters in the details view. 2014-07-14 21:02:15 +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
Simo Kinnunen
1d77d8c97d Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything. 2014-07-14 17:09:50 +09:00
Gunther Brunner
84e2a4ae1c Added directive counter for device stats (it was not updating the numbers smoothly). 2014-07-09 21:44:09 +09:00
Gunther Brunner
2c7940f6ea Changed setTimeout to $timeout. 2014-07-09 18:37:11 +09:00
Gunther Brunner
ff6ca2a22d Added Reset button for sorting and filtering. 2014-07-09 12:23:47 +09:00