Commit Graph
94 Commits
Author SHA1 Message Date
Jason Calabrese 0404905e53 Revert "Revert to c1b2988eb0 (Merge branch 'hotfix/0.3.5')"
This reverts commit 1cc9c6127c.
2014-08-31 00:04:11 -07:00
Jason Calabrese 1cc9c6127c Revert to c1b2988eb0 (Merge branch 'hotfix/0.3.5') 2014-08-24 22:22:55 -07:00
Jason Calabrese 6df1e40460 treatment drawer tweaks 2014-08-24 22:03:36 -07:00
Jason Calabrese 8c246d84e0 drop the 'Given' suffix on insulin and carbs treatment fields; clean up form posting (no more page reload); store enteredBy in borwserStorage 2014-08-24 01:45:08 -07:00
Jason Calabrese b2ad697067 merged develop into care-portal 2014-08-14 21:40:12 -07:00
Jason Calabrese 2467b4dadb porte themes from wip/themes, left out the target range settings, move rendering to a single location 2014-08-13 00:24:26 -07:00
John Costik dac81b65d6 stub for treatment submits 2014-08-10 20:31:17 -04:00
John Costik 46c4e5d22c full screen (no status bar) on apple devices if accessed via home screen bookmark 2014-08-10 08:58:52 -04:00
John Costik 55de4d975f added mobile specific icon (eg. apple-touch-icon) 2014-08-10 08:56:08 -04:00
John Costik 1a65d6691f mobile formatting change (temporary, dev only) 2014-08-10 08:40:13 -04:00
Jason Calabrese 90273d5137 chaged add treatment glyph fixed some labels/ids 2014-08-10 00:36:05 -07:00
John Costik 5012683896 decimal support to glucose measurement 2014-08-10 00:34:24 -04:00
John Costik f8c382bfb9 small tweak to measurement field set formatting 2014-08-10 00:32:29 -04:00
John Costik 1381650ac4 <br> for button 2014-08-09 22:36:37 -04:00
John Costik 3696e55bd5 Button fix (copy paste error) 2014-08-09 22:34:54 -04:00
John Costik 80f7d74979 fixing layout, <br> mixups. 2014-08-09 22:32:35 -04:00
John Costik 8d4ffd1388 tweaking layout 2014-08-09 22:30:38 -04:00
John Costik d275bfd090 formatting fixes 2014-08-09 22:27:51 -04:00
John Costik fceac9bb25 removed unit from glucose reading label 2014-08-09 22:20:35 -04:00
John Costik 0d6e5ce543 additional treatment fields 2014-08-09 22:20:04 -04:00
John Costik 7f93539781 fixed line breaks for glucose reading entry 2014-08-09 22:10:56 -04:00
John Costik d3f541978d commit bg check code (forgot to save!) 2014-08-09 22:07:25 -04:00
John Costik 8fe829d6a3 added bg check method 2014-08-09 22:05:09 -04:00
John Costik df1cd3506e testing treatment/event select list 2014-08-09 21:58:13 -04:00
John Costik 95d45bd624 Updates for a treatment specific drawer 2014-08-09 21:41:16 -04:00
John Costik 8563bb8df6 Learning, testing Nightscout code tweaks in prep for treatment data form 2014-08-09 21:23:10 -04:00
Brian Hanifin b7e19bd381 [Fix] Data does not load: Cookies + Cache Busting
* Cookies are required to store settings on the browser.
* The site now *fails gracefully* when a user has cookies disabled.
* A message replaces the settings form when cookies are disabled.
2014-08-01 22:40:22 -07:00
Brian Hanifin 9ad3a53f15 [Fix] Data does not load: Cookies + Cache Busting
* Cookies are required to store settings on the browser.
* The site now *fails gracefully* when a user has cookies disabled.
* A message replaces the settings form when cookies are disabled.
2014-08-01 11:23:11 -07:00
Brian Hanifin 5c1b89a567 Release Notes link change
Pointing to https://github.com/nightscout/cgm-remote-monitor/releases
2014-07-31 16:04:34 -07:00
Brian Hanifin 2968a98caf Stabilize: cache busting attempt 2014-07-31 12:22:40 -07:00
Brian Hanifin cfa6cecd1e Removed loading splash screen. 2014-07-30 21:49:28 -07:00
Brian Hanifin d223c0b9d4 Merge branch 'hotfix/0.3.3' into develop
Conflicts:
	bower.json
	package.json
	static/css/main.css
2014-07-30 14:10:18 -07:00
Brian Hanifin fdb160cd3c version 0.3.3: Mobile layout adjustments
* Shrunk BG number on mobile so it doesn't push the time elements out of view (when the toolbar is collapsed).
* Fix issue that caused the chart to fill the entire screen on the Android Stock & Dolphin Browsers.
* Improved alignment of time elements.
* Slight style refactoring (moved some css from js to css).
2014-07-30 13:23:12 -07:00
Brian Hanifin 85e83fc123 Loading screen 2014-07-29 21:28:25 -07:00
Brian Hanifin 4c5456ea71 Revert "Feature: Loading Screen"
This reverts commit a0ab409b5e.
2014-07-29 20:54:15 -07:00
Brian Hanifin a0ab409b5e Feature: Loading Screen
Display large Nightscout logo in center of screen, with the rest of the background faded out while the data is loading.
2014-07-29 20:51:49 -07:00
Brian Hanifin 38edf5cfea Feature: Disable High/Low Alarms 2014-07-29 15:27:10 -07:00
Brian Hanifin 1722f72148 Alarms: add high/low disable setting 2014-07-29 15:27:10 -07:00
Brian Hanifin 9bd5ace7ee Settings: renamed Patient Name -> Custom Title 2014-07-29 00:48:30 -07:00
Brian Hanifin 9c4f5d1f91 Settings: Patient Name
For parents monitoring multiple kids. Replaces "Nightscout" in the toolbar.
2014-07-29 00:44:44 -07:00
Brian Hanifin 7ebe17a94e Changed battery glyph to visibility:hidden
That way the CSS and HTML can stay enabled. When we are ready to add code to ui-utils.js we can just start running.
2014-07-28 23:30:17 -07:00
Brian Hanifin b43767fe01 Prep work for battery status in button bar. 2014-07-28 23:21:46 -07:00
Brian Hanifin 913e5c5e57 About: further tweaking text 2014-07-28 21:39:48 -07:00
Brian Hanifin f558a5b82f About: added link to Release Notes
* Changed other links to text links.
2014-07-28 21:29:26 -07:00
Brian Hanifin da8d78dbfc Merged dropdown.js into ui-utils.js
* Querystring values now replace underscores with a space, pluses are now treated as any other character.
* Added type parameter to showNotifications(note, type). Now blue, green, red, and yellow background can be used (by passing the type as "info", "success", "urgent", "warn").
2014-07-28 11:51:43 -07:00
Brian Hanifin dd70399300 Merge commit 'f51b6c3a8b98a0ecc350f307cda6746ba002e6db' into rebase/settings 2014-07-27 21:06:59 -07:00
Ben West f51b6c3a8b hack to allow DISPLAY_UNITS actually change default
This allows setting DISPLAY_UNITS=mmol in the environment to make
mmols the default view from the server.
2014-07-27 15:36:50 -07:00
Brian Hanifin 55f77785be Cross browser fix + more responsive
* UI is far more consistent across Chrome, Safari, Firefox, and IE
(only tested on the latest versions of each).
* Responsive improvement: BG number, clock, etc now collapse together
neater on small screens.
* Collapsing the toolbar now increases the font size of BG, clock, etc!
:)

![cross browser
comparison](https://cloud.githubusercontent.com/assets/57336/3710186/947
d5328-1478-11e4-817b-ec5f67d44ea2.png)
2014-07-25 23:38:38 -07:00
Brian Hanifin c619738ab4 Notifications
* Custom built, simple notification system.
* `showNotification(“Hamburger?”);` Android Toast style messages can
appear at the top middle of the screen.
* Use `?notify=Hello,+world!` to test.
* Each new message overwrites the last.
* The notifications are locked to the top middle of the page.
2014-07-25 07:59:49 -07:00
Brian Hanifin 57c30b9bfa Rudimentary Notifications
* `showNotification(“Hamburger!”);` Android Toast style messages can
appear at the top middle of the screen.
NOTE: The right edge of the notification is clipped. I need some sleep
so I will take another look at it tomorrow.
2014-07-25 03:03:15 -07:00