35 Commits
Author SHA1 Message Date
John WestonandSulka Haro 9877a5133e Wording tweaks to go with #4810 (#4866)
* mmol/L wording tweak in Readme

* Various wording & clarity tweaks in the Readme

* Heroku template update to reflect mmol allowance tweak

* Update README.md

* Update minimum device requirements

Ran some proper browser test suites, determined actual minimum specs for the main site.
2019-11-10 21:53:46 +00:00
John WestonandSulka Haro 1b8dc27c19 Adding to #5121 (#5126)
* changed gitter shield to discord

* changed discord shield text to discord chat instead of just chat

* changed gitter shield to discord

* need to fix my md error

* Update CONTRIBUTING.md

Few more tweaks

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update README.md

Change Discord URL to be an invite link instead of a direct link to the channel (which doesn't work if you're not already in it).
2019-11-10 21:48:56 +00:00
John WestonandSulka Haro 06e3d6a23e Clock cleanup (#5018)
* Create robots.txt

* Update robots.txt

* Delete robots.txt

* refactor clock css

* swap css import order

* Update README.md

* Update index.html

* Update bgclock.css

* Update shared.html

* Update clock-shared.css

* Update settings.js

* Update clock-shared.css

* Update clock-shared.css

* Update robots.txt
2019-10-21 10:01:19 +03:00
John WestonandSulka Haro 7a0204842a Add BrowserStack badge to the Readme (#5001)
* Create robots.txt

* Update robots.txt

* Delete robots.txt

* add browserstack logo image

* add BrowserStack badge/link to readme

* add resized BrowserStack logo

* Delete browserstack-logo-600x315.png
2019-10-09 22:56:54 +03:00
John WestonandSulka Haro e06e3723b9 Rewording the "store hash" label (#4930)
* Rewording the "store hash" label

(Nobody in the public knows what a "hash" is; this setting is constantly misunderstood.)

* Update languge.js to match
2019-09-17 20:42:36 +03:00
John WestonandGitHub f2b05508aa Update language.js per #4837 and #4838 2019-08-04 08:17:19 -07:00
John WestonandGitHub 23e9db90c7 Rewording of the "wrong profile" dialog 2019-07-31 11:21:38 -07:00
John WestonandGitHub 1a26b2a3e8 Remove profile conversion warning
This modal dialog about converting the profile to a format that 0.9.0 or earlier won't support is still popping on fresh installs, shouldn't be required at this point.
2019-07-31 11:16:02 -07:00
John WestonandSulka Haro 5bf903efa5 Clock-color arrow wasn't reverting from its stale state (#4821) 2019-07-29 16:30:45 +03:00
John WestonandPieterGit a39b245baa fix: Temp basal input fix for browsers that don't follow standards (Samsung phones, Kindle Fire) 2019-07-24 19:37:53 +02:00
John WestonandGitHub 866b5710fd Update clock view notes 2019-07-23 09:18:33 -07:00
John WestonandGitHub 1c940788e4 Update browser requirements 2019-07-22 09:58:03 -07:00
John WestonandJason Calabrese 0bac2b5d5f add triple-arrow svgs (#4640) 2019-05-24 08:11:27 -07:00
John WestonandSulka Haro 3ea590dee2 Add display_units as a required variable (#4559) 2019-04-28 22:24:40 +03:00
John WestonandPieterGit 83321faeaa Remove profile toggle and always show Profile Editor link (#4448)
* Remove Profile Editor toggle

`profile` isn't an optional plugin anymore; doesn't need this display toggle. (Plus it was erroneously toggling off in the absence of the `basal` plugin — see #4442.)

* Remove profilecontrol class
2019-03-05 22:02:32 +01:00
John WestonandPieterGit 46b7e67f36 Maker docs copyedit & cleanup (#4256)
* copyedit-and-cleanup

* fix filename typo
2019-02-03 22:41:57 +01:00
John WestonandGitHub 107fdf861c Tweak mLab/Mongo wording 2019-01-11 15:02:12 -08:00
John WestonandGitHub 6e8db98ab5 Removed advanced entries for clarity
Didn't get any feedback either way on this change after multiple enquiries, so going ahead with simplification here. If anyone sorely misses any of these items from the default form, can always put them back in. Also added SHOW_PLUGINS, as it's a useful starter setting.
2019-01-08 14:38:01 -08:00
John WestonandGitHub dc78ca258d Update moment dependency to match dev 2019-01-07 09:47:18 -08:00
John WestonandGitHub 8057c420fc Update minimed-connect-to-nightscout reference 2019-01-07 09:43:38 -08:00
John WestonandGitHub 1d5adc66bd Add MMCONNECT_ vars 2019-01-07 09:40:03 -08:00
John WestonandGitHub 4c74c0373f Add mmconnect note to the ENABLE description 2019-01-07 09:36:21 -08:00
John WestonandGitHub dd91d05af8 Merge pull request #16 from nightscout/dev
Dev sync
2018-12-29 09:49:59 -08:00
John WestonandGitHub 10caa0d86a Merge pull request #15 from nightscout/dev
Dev update
2018-12-02 19:25:46 -08:00
John WestonandGitHub e3a4e96686 Merge pull request #14 from nightscout/dev
Dev
2018-11-01 00:08:43 -07:00
John WestonandGitHub 18497f2ad8 Update alexa-plugin.md
Add note about using mmol/L
2018-10-24 13:43:13 -07:00
John WestonandGitHub de86d77e7a Merge pull request #12 from nightscout/dev
Dev sync
2018-10-23 21:25:42 -07:00
John WestonandGitHub 13bb34c421 Merge pull request #11 from nightscout/dev
Dev
2018-10-10 14:52:36 -07:00
John WestonandGitHub d8ce6234e9 Add translate tag to "Clock Views: 2018-07-18 18:52:13 -07:00
John WestonandSulka Haro 6ec78dd1ca Fix clock scaling (#3355)
* Update simple clock scaling

Brings clock.html in line with clock-color.html, in terms of proper viewport scaling. Also adds "minutes ago" text on stale data, which I think is appropriate even in this stripped-down view.

* Fix bgclock scaling

Bring bgclock.html in line with the other clock views, in terms of proper viewport scaling.

* fix typo
2018-05-18 09:19:20 +03:00
John WestonandSulka Haro 4773be8dce Add "Views" section (#3211) 2018-02-07 19:46:48 +02:00
John WestonandSulka Haro ab3289f6d3 Add "Check for Updates" link (#3206)
Link to http://nightscout.github.io/pages/update-fork/ added to the
main info panel.
2018-01-02 22:53:14 +02:00
John WestonandGitHub 3391d8d900 Merge pull request #7 from nightscout/dev
Dev update
2017-07-17 09:21:52 -07:00
John Weston 1ac1d537a5 Small tweaks 2017-02-17 11:38:25 -08:00
John WestonandGitHub 2c0222e498 Add files via upload 2017-02-12 11:38:28 -08:00