76 Commits
Author SHA1 Message Date
John Weston 4d4b3e9614 two small tweaks 2019-02-02 09:44:02 -08:00
John Weston 8f29abd8b3 revert minimed-connect version 2019-02-02 09:17:44 -08:00
John Weston 82c76789dc Pad 24h hours with zero 2018-12-30 09:15:21 -08:00
John Weston 5acf173378 Update bgclock.html
Fix for clock showing "24:xx" in 24-hour mode.
2018-12-29 10:04:12 -08:00
John Weston 12e80acd71 Fix missing comma 2018-12-02 21:37:16 -08:00
John Weston 957d907f64 Update app.json 2018-12-02 21:20:04 -08:00
John Weston 174f80cfc2 Add browser requirements to Readme
(plus fix a few broken links)
2018-08-31 18:32:57 -07:00
John Weston 3d2a6c8041 Resolve language conflicts 2018-07-19 09:17:42 -07:00
John Weston d68dfa1d18 Match dev progress in language.js 2018-02-11 18:31:38 -08:00
John Weston f60332f17c Add clock view nav elements to language.js 2018-02-11 18:28:37 -08:00
John Weston 2cc86a6b93 Tweak CSS for clock view nav 2018-02-11 18:24:00 -08:00
John Weston 7cbc60523f Add clock view structure to nav 2018-02-11 18:23:20 -08:00
John Weston 526be8cd8c Links for both Clock Views 2017-12-31 16:17:55 -08:00
John Weston 4e1837d21c Remove pattern regex from basal change field
Having the regex require integers means that only the numeric keypad
will pop on iOS. This prevents the entry of negative values, which is
pretty critical for temp basals.
2017-10-09 11:05:35 -07:00
John Weston e31cbb4586 SVG dimension fix
Somehow the NONE.svg ended up with an incorrect rectangle shape; fixed
to match the aspect ratio of the other symbols.
2017-10-06 12:05:42 -07:00
John Weston ac1fed5564 Fix clock trend arrow alignment in iOS7/8 2017-07-17 10:35:06 -07:00
John Weston 3963698593 Add viewport scaling & centering 2017-03-28 20:21:44 -07:00
John Weston b7aef9676b Re-added missing favicon.ico 2017-03-17 23:34:00 -07:00
John Weston eca43aead1 Fix stale CSS 2017-03-01 22:00:02 -08:00
John Weston fd3d7cde30 Simplified stale text 2017-02-27 21:25:02 -08:00
John Weston 1ed7c69586 Fix stale text display logic 2017-02-27 07:51:43 -08:00
John Weston 0bd6d6d69b Add "Last BG x mins ago" text on stale data
(Previous attempt had alignment issues on older browsers; this should
fix most of them.)
2017-02-26 22:01:52 -08:00
John Weston 4e9994b692 Revert "Add "Last BG x mins ago" display on stale state"
This reverts commit f13926c073.
2017-02-25 15:20:56 -08:00
John Weston e567f84ef0 Revert "Revert "Get user thresholds, add blue""
This reverts commit b1326955bd.
2017-02-25 15:20:20 -08:00
John Weston b1326955bd Revert "Get user thresholds, add blue"
This reverts commit b34b76e159.
2017-02-25 15:16:45 -08:00
John Weston f13926c073 Add "Last BG x mins ago" display on stale state 2017-02-25 14:51:15 -08:00
John Weston b34b76e159 Get user thresholds, add blue
Properly grabs BG threshold values from the user profile now. Also
added a blue background for values between “bgLow” and “bgTargetBottom”.
2017-02-23 22:33:22 -08:00
John Weston 9088949204 Restore original clock.html 2017-02-19 18:44:03 -08:00
John Weston f974fbab33 Move to new html page 2017-02-19 15:32:23 -08:00
John Weston 34a8774701 Rename NONE.svg 2017-02-19 09:30:45 -08:00
John Weston 2cafb4ef99 Rename None.svg 2017-02-19 09:30:30 -08:00
John Weston 80211a5d25 Add "None" trend arrow 2017-02-19 09:19:23 -08:00
John Weston ee312d809b More comment tidying 2017-02-18 21:15:29 -08:00
John Weston 704deca5b3 Bit more cleanup 2017-02-18 21:12:25 -08:00
John Weston 5e42c0b636 Clean up tabs & comments 2017-02-18 21:10:13 -08:00
John Weston 9f93b2154d Remove pngs, start clean branch 2017-02-18 10:53:02 -08:00
John Weston e1ec5e41a8 Fix stale bg again 2017-02-17 23:02:11 -08:00
John Weston ac8d7b4614 Tweak arrow size 2017-02-17 08:00:52 -08:00
John Weston 710d837f67 Try to fix stale style 2017-02-17 07:48:56 -08:00
John Weston 352a692b3b Switch to SVG arrows, add grey bg for stale 2017-02-15 18:41:42 -08:00
John Weston 895d5cafdf Removed custom favicon 2017-02-14 21:36:56 -08:00
John Weston 31ec864d58 CSS fixes, cleaned out custom icons 2017-02-14 21:35:21 -08:00
John Weston a4c9c1e6d1 Removed redundant images 2017-02-14 00:18:27 -08:00
John Weston 00aef4e24a Comments 2017-02-13 23:57:31 -08:00
John Weston 3c043c1110 Ugh 2017-02-13 23:35:32 -08:00
John Weston 6cb96e6981 Alignment was not fixed 2017-02-13 23:30:01 -08:00
John Weston d295e28930 Alignment fixed, maybe 2017-02-13 23:13:30 -08:00
John Weston 6ecbb3d875 More alignment 2017-02-13 23:05:04 -08:00
John Weston 2f246d79e1 Alignment tweaks 2017-02-13 22:56:09 -08:00
John Weston f9d2bf68d7 Bit of cleanup 2017-02-13 18:35:23 -08:00
John Weston 959dbbfc1d Add comments and generalize 2017-02-13 18:29:42 -08:00
John Weston 4d52da28c7 Fix comparison 2017-02-13 16:27:49 -08:00
John Weston a9d938caa4 Fix floats 2017-02-13 16:21:30 -08:00
John Weston d80ff094f0 BgNum fix? 2017-02-13 16:06:40 -08:00
John Weston 32b9e38dca Separate icons 2017-02-13 16:03:42 -08:00
John Weston 3696f14b25 Icon change 2017-02-13 15:56:01 -08:00
John Weston 3970d58e9b Centering 2017-02-13 15:48:11 -08:00
John Weston 1d80b57355 Full arrows 2017-02-13 15:43:03 -08:00
John Weston db9e23fe6a Arrows 2017-02-13 15:36:39 -08:00
John Weston eeee165c4c Add images 2017-02-13 12:47:00 -08:00
John Weston 07fe079358 Font fix 2017-02-13 12:01:38 -08:00
John Weston a713a12208 Back to single div 2017-02-13 11:39:31 -08:00
John Weston 7241f622e1 Move arrow 2017-02-13 11:28:11 -08:00
John Weston cecdc17674 Change to div 2017-02-13 11:23:56 -08:00
John Weston 886781e57b Arrow 2017-02-13 11:18:25 -08:00
John Weston 590becddcc Fix unit conversion order 2017-02-13 10:44:00 -08:00
John Weston b1a81cb8c5 more logging 2017-02-13 10:42:18 -08:00
John Weston 7d617a1c38 log bgNum 2017-02-13 10:34:40 -08:00
John Weston 0f3681efa0 parseFloat 2017-02-13 10:30:09 -08:00
John Weston 0404a02308 Num direct 2017-02-13 10:23:26 -08:00
John Weston 694e5bb1a8 Color fix again 2017-02-13 10:18:50 -08:00
John Weston 687e6e64ef Color final 2017-02-13 10:11:30 -08:00
John Weston a17d3df49a var fix 2017-02-13 10:01:32 -08:00
John Weston bb709cc1a0 Dynamic color 2017-02-13 09:54:48 -08:00
John Weston d4bbe4f47c Color test 2017-02-13 09:29:03 -08:00
John Weston 2f81f4758f First test 2017-02-13 08:11:25 -08:00