Skip to content
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

[WEB-1985] Add Sooil Dana-i pump to Device Settings #343

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
86164c5
Merge pull request #337 from tidepool-org/release-1.32.0
clintonium-119 Nov 8, 2022
8e2bc73
add support for Sooil DANA-i pump settings
Dec 15, 2022
d9ff9e5
add tests for Dana pump
Dec 19, 2022
1ba28f6
add dana data files
Dec 20, 2022
380d9cb
v1.33.0-sooil-dana.1
Dec 20, 2022
8c7861c
Merge branch 'develop' into WEB-1985-sooil-dana
gniezen Dec 20, 2022
95e632e
v1.33.0-rc.1
clintonium-119 Apr 3, 2023
dfd9210
Switch to minified dist package for plotly.js
clintonium-119 Apr 3, 2023
bfe13c7
v1.33.0-rc.2
clintonium-119 Apr 3, 2023
79ae973
Trim down to basic plotly package
clintonium-119 Apr 3, 2023
ee49384
v1.33.0-rc.3
clintonium-119 Apr 3, 2023
8939f46
Fix cgm days calculation discrepancy in AGP report info
clintonium-119 Apr 10, 2023
4a864d6
v1.33.0-rc.4
clintonium-119 Apr 10, 2023
6ddcf28
Merge pull request #346 from tidepool-org/WEB-2194-cgm-days-calc-fix
clintonium-119 Apr 11, 2023
0c375b8
[RELEASE-1] v1.33.0
clintonium-119 Apr 12, 2023
51c9757
Merge branch 'master' into release-1.33.0
clintonium-119 Apr 12, 2023
8add4df
Merge pull request #347 from tidepool-org/release-1.33.0
clintonium-119 Apr 12, 2023
3b095bc
Add sensor usage storybook stat
clintonium-119 Apr 12, 2023
350a234
Return 5 min cgm sample frequency for Libre 3 datums
clintonium-119 Apr 12, 2023
1ec8c42
v1.33.1-rc.1
clintonium-119 Apr 12, 2023
47f0bf0
v1.65.1
clintonium-119 Apr 12, 2023
34a7640
Merge pull request #349 from tidepool-org/WEB-2185-libreview-3-cgm-in…
clintonium-119 Apr 12, 2023
7b9117c
v1.33.1
clintonium-119 Apr 12, 2023
567e46d
Merge branch 'master' into WEB-2185-libreview-3-cgm-intervals
clintonium-119 Apr 12, 2023
a8370fc
Merge pull request #351 from tidepool-org/WEB-2185-libreview-3-cgm-in…
clintonium-119 Apr 12, 2023
8d56eaf
Fix incorrect data path for time in target stat on daily pdf
clintonium-119 Apr 12, 2023
862f13a
v1.33.2-rc.1
clintonium-119 Apr 12, 2023
8b3aab4
[WEB-2252] v1.33.2
clintonium-119 Apr 13, 2023
ec3556e
Merge pull request #352 from tidepool-org/WEB-2252-time-in-target-dai…
clintonium-119 Apr 13, 2023
1dd5ab1
Merge branch 'master' into WEB-1985-sooil-dana
Apr 26, 2023
0bbab4b
Merge branch 'WEB-1985-sooil-dana' of github.com:tidepool-org/viz int…
Apr 26, 2023
a8669ba
v1.33.2-sooil-dana.2
Apr 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to minified dist package for plotly.js
  • Loading branch information
clintonium-119 committed Apr 3, 2023
commit dfd921000893185cc6abd41489e3fa309642b33e
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"moment": "2.29.4",
"moment-timezone": "0.5.21",
"parse-svg-path": "0.1.2",
"plotly.js": "2.17.1",
"plotly.js-dist-min": "2.20.0",
"prop-types": "15.6.2",
"react": "16.12.0",
"react-clipboard.js": "2.0.16",
Expand Down Expand Up @@ -114,7 +114,6 @@
"eslint-plugin-moment-utc": "1.0.0",
"eslint-plugin-react": "7.11.1",
"gitbook-cli": "2.3.2",
"ify-loader": "1.1.0",
"jsdoc-to-markdown": "4.0.1",
"json-loader": "0.5.7",
"jsx-ast-utils": "2.0.1",
Expand All @@ -141,7 +140,6 @@
"sinon": "6.3.3",
"style-loader": "0.23.0",
"tidepool-standard-action": "0.1.1",
"transform-loader": "0.2.4",
"url-loader": "1.1.1",
"webpack": "4.18.0",
"webpack-cli": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/print/plotly.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _ from 'lodash';
import moment from 'moment-timezone';
import Plotly from 'plotly.js';
import Plotly from 'plotly.js-dist-min';

import { getStatDefinition } from '../stat';
import { getTimezoneFromTimePrefs } from '../datetime';
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ const babelLoaderConfiguration = {
cacheDirectory: true,
},
},
'ify-loader',
'transform-loader?plotly.js/tasks/compress_attributes.js',
],
};

Expand Down
Loading