-
Notifications
You must be signed in to change notification settings - Fork 71.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Settings #51
Merged
Merged
Add Settings #51
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* This could use some more polish, and it needs to be wired up to some logic. * I ended up starting with a simple jQuery code example and wrote my own custom drawer toggler which, with the exception of the toolbar, leaves the layout of the monitor alone. * I moved the Sound Test button up to the toolbar.
* This could use some more polish, and it needs to be wired up to some logic. * I ended up starting with a simple jQuery code example and wrote my own custom drawer toggler which, with the exception of the toolbar, leaves the layout of the monitor alone. * I moved the Sound Test button up to the toolbar.
* uploading correct index.html this time.
and form tweaks.
so @bewest doesn’t have to move his thumb. ;)
Woot! Per-browser unit (mmol - mgl/dl) selection is now being stored in the browser using localstorage.
Is this converting everything correctly?
Export useful information about software's version and name in the environment object created by the `env` module.
The version and app info is reported in the status endpoint now. Also, this "phrasing" seems to fix a small bug in the path routing.
Believe this will work just like @jasoncalabrese's project-glu now.
…nitor into rebase/settings
inserted code from client002.js into client.js.
in an effort to make it clear that the dimming effect at nighttime is on purpose. ;)
I am a programmer, not an artist, but here are some experiential icons I whipped up. They are only visible in the settings drawer when you add `?experiments=true` to your site’s URL. Clicking on the icon will change the favicon in the tab at the top of your browser. For example you can see them at http://localhost:1337/?experiments=true
I am a programmer, not an artist, but here are some experiential icons I whipped up. They are only visible in the settings drawer when you add `?experiments=true` to your site’s URL. Clicking on the icon will change the favicon in the tab at the top of your browser. For example you can see them at http://localhost:1337/?experiments=true
I am a programmer, not an artist, but here are some experiential icons I whipped up. They are only visible in the settings drawer when you add `?experiments=true` to your site’s URL. Clicking on the icon will change the favicon in the tab at the top of your browser. For example you can see them at http://localhost:1337/?experiments=true
I have included two more of the round head treatment that we haven’t tried before.
I added the two B&W logos. I like the primarily white one best.
The values on the right hand side were missing when on mg/dL.
One of the three hard coded format strings were different than the others causing the flicker. FORMAT_TIME is now defined at the top and is used in place of hard coded values.
Try regenerating a new default deploy.sh using: azure site deploymentscript --node The old one caused problems because I re-ordered things without understanding what Kudu was doing, fully. The bower install is now part of the npm install process, which means this shoudn't really be necessary.
@jasoncalabrese pointed out that some agents do odd things with underscores and that using a hyphen is more common. This also adds tests to ensure that the API_SECRET handling works as expected.
This allows setting DISPLAY_UNITS=mmol in the environment to make mmols the default view from the server.
* 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").
* Changed other links to text links.
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.
…nitor into rebase/settings
Adding warning + urgent colored backgrounds when BG is out of date by 10 or 20 minutes.
For parents monitoring multiple kids. Replaces "Nightscout" in the toolbar.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.