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

Release v1.84.0 #1503

Open
wants to merge 189 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
189 commits
Select commit Hold shift + click to select a range
ae27c95
Fix storybook config
clintonium-119 Nov 19, 2024
54ccaba
Initial pass at replacing dexcom-specific data connection request end…
clintonium-119 Nov 22, 2024
b9ca7c7
WIP: initial data source UI scaffolding
clintonium-119 Nov 22, 2024
2d32da9
Add missing providerName arg to API call
clintonium-119 Nov 25, 2024
03304f7
Fix connectionRequests state update
clintonium-119 Nov 25, 2024
b1de49b
[WEB-3294] only secure protocols for CSP sources
krystophv Nov 25, 2024
5f21c6e
[WEB-3294] lint/best practice updates
krystophv Nov 25, 2024
0c3f780
Add data source logos
clintonium-119 Nov 26, 2024
a86e88b
Fix broken boolean knob imports in stories
clintonium-119 Nov 27, 2024
043ee89
Set storybook to run in TEST node env to bypass window config error
clintonium-119 Dec 4, 2024
612af1a
Update implementation of vizUtils.formattedTimeAgo to reflect changes…
clintonium-119 Dec 4, 2024
dc41316
Handle all last update time contexts in data source connections
clintonium-119 Dec 4, 2024
9a861f6
Use shared activeProviders list in OAuthConnection component.
clintonium-119 Dec 4, 2024
e662be3
Fix button text for clinicians resending invites
clintonium-119 Dec 4, 2024
9f0a3f1
Handle various patient connected state messages
clintonium-119 Dec 4, 2024
48c2e83
Merge branch 'develop' into WEB-3272-patient-data-linking-after-creation
clintonium-119 Dec 5, 2024
f03fd6f
Add divider styles to theme
clintonium-119 Dec 10, 2024
6c639bc
Add patient details component for data connection modal
clintonium-119 Dec 10, 2024
d5ce448
Allow Icon component to render children
clintonium-119 Dec 10, 2024
15bc53b
Add a back button to the DialogTitle component, and center Title text
clintonium-119 Dec 10, 2024
25678fb
Add Data connection modal component
clintonium-119 Dec 10, 2024
1cb35ac
Remove all dexcom connection logic from PatientForm
clintonium-119 Dec 11, 2024
09de9d5
Improve responsive stying for DataConnection
clintonium-119 Dec 11, 2024
e219b09
Add data connection modal to patient add/edit/more menu in Patient li…
clintonium-119 Dec 11, 2024
cc6a14c
Fix useCallback dependancy list for patient create/edit handler
clintonium-119 Dec 11, 2024
2497b74
Allow adding title prop to Banner component
clintonium-119 Dec 12, 2024
9a620bd
Merge branch 'develop' into WEB-3272-patient-data-linking-after-creation
clintonium-119 Dec 13, 2024
1c729c2
Update default dialog padding to match latest designs
clintonium-119 Dec 13, 2024
24e832c
Add a textPrimaryLink button variant
clintonium-119 Dec 13, 2024
5918c09
Update textPrimaryLink styling
clintonium-119 Dec 13, 2024
cdce48d
Export a couple of patient values helper utilities from PatientForm f…
clintonium-119 Dec 13, 2024
f78a880
Add PatientEmailModal component
clintonium-119 Dec 13, 2024
8da2a75
Add patient email edit funtionality to data connections modal
clintonium-119 Dec 13, 2024
5fc1ed6
Move patient email handlers outside of PatientEmailModal component to…
clintonium-119 Dec 16, 2024
82d720a
Update patient details header for patients with no mrn
clintonium-119 Dec 17, 2024
7cf6b2a
Disable submit on patient email form if invalid
clintonium-119 Dec 18, 2024
035dd66
Rename and refactor ResendDexcomConnectRequestDialog to be provider-a…
clintonium-119 Dec 18, 2024
6dd2282
Tweak processing logic on 'Save & Next' button on patient form
clintonium-119 Dec 18, 2024
e24c77d
Memoize derived action variable in PatientEmailModal
clintonium-119 Dec 18, 2024
f4da5f8
Only render PatientEmailModal if set to show, rather than relying on …
clintonium-119 Dec 18, 2024
025a146
Dispatch prerequisite handlers prior to issuing data connection requests
clintonium-119 Dec 18, 2024
aa55f89
Prevent connections modal from closing when email is edited on TIDE dash
clintonium-119 Dec 23, 2024
6820e27
Use static button style for invites sent within the last minute
clintonium-119 Dec 23, 2024
8044c12
Fix broken tests
clintonium-119 Dec 24, 2024
46b08f9
Add oauth connection page tests
clintonium-119 Jan 2, 2025
289f57c
Update more tests
clintonium-119 Jan 2, 2025
1973c40
Add tests for PatientDetails and PatientEmailModal components
clintonium-119 Jan 2, 2025
206b73f
Update tests
clintonium-119 Jan 3, 2025
be42e0e
Add .codegpt to .gitignore
clintonium-119 Jan 6, 2025
ae66b91
Bump viz and platform-client
clintonium-119 Jan 6, 2025
e903309
Update unit tests
clintonium-119 Jan 7, 2025
9958ff8
Merge branch 'develop' into WEB-3272-patient-data-linking-after-creation
clintonium-119 Jan 8, 2025
bea54e5
Merge pull request #1493 from tidepool-org/release-1.83.0
clintonium-119 Jan 8, 2025
469ce00
Merge branch 'develop' into release-1.83.1
henry-tp Jan 8, 2025
a242100
initial use of formatDatum() method
henry-tp Jan 9, 2025
e9a806b
abstract out formattingOpts
henry-tp Jan 9, 2025
7f85b4a
mrn is defined by clinicPatient instead of Patient
henry-tp Jan 9, 2025
6bd5135
use null safety for mrn
henry-tp Jan 9, 2025
5f527c1
use combinedPatient for patient info
henry-tp Jan 9, 2025
b649417
fix to always use MRN from clinicPatient
henry-tp Jan 10, 2025
e519c94
fix tests to account for clinicPatient
henry-tp Jan 10, 2025
2e0b6c1
fix linting
henry-tp Jan 10, 2025
1a69686
use bankersRound for cgmActive
henry-tp Jan 10, 2025
8adb1b0
Merge branch 'WEB-3272-patient-data-linking-after-creation' of github…
clintonium-119 Jan 10, 2025
69bb2d0
Bump viz
clintonium-119 Jan 10, 2025
af1fd03
Fix broken test
clintonium-119 Jan 10, 2025
5c0f3a1
Merge pull request #1496 from tidepool-org/release-1.83.1
henry-tp Jan 10, 2025
68077fe
Merge branch 'develop' into WEB-3343-update-demographics
henry-tp Jan 10, 2025
657f1a7
Replace Libre logo
clintonium-119 Jan 10, 2025
e4ac152
utilise methods in AGP Report View for report days text
henry-tp Jan 10, 2025
047e759
cleanup: remove unused destructured vars
henry-tp Jan 10, 2025
894bcf9
Merge branch 'develop' into WEB-3346-summary-accuracy
henry-tp Jan 10, 2025
40a0c52
fix time zone discrepancy
henry-tp Jan 10, 2025
788f6f0
remove console.log
henry-tp Jan 10, 2025
64c9c6b
Add Card component and storybook for Data Connections and Uploader
clintonium-119 Jan 10, 2025
6c2d6c0
use safe navigation for avgGlucose.value
henry-tp Jan 10, 2025
249dc0e
check data sufficiency for clipboard using count * sampleFrequency
henry-tp Jan 13, 2025
7e8439d
clean up clipboard conditions
henry-tp Jan 13, 2025
fad8c1f
fix CGMStatistics test
henry-tp Jan 13, 2025
ee8d789
use bgPrefs for determining target ranges
henry-tp Jan 13, 2025
d9c51bd
fix copy percentage format
henry-tp Jan 13, 2025
b0f7b2e
fix avgGlucose value
henry-tp Jan 13, 2025
2862026
tests for CGMClipboardButton
henry-tp Jan 13, 2025
4ff5b08
fix CGMClipboardButton test bug
henry-tp Jan 13, 2025
6319c65
Update card banner images
clintonium-119 Jan 13, 2025
75cc1c5
Add Data Connection and Uploader cards and modals to no-data view
clintonium-119 Jan 13, 2025
2799516
Update mobile responsiveness of patient navbar header to be consisten…
clintonium-119 Jan 13, 2025
6b504d2
move clipboard text to own text function in viz
henry-tp Jan 13, 2025
bd633bf
remove console.log
henry-tp Jan 13, 2025
cedc6a6
adjust CGMClipboardButton tests
henry-tp Jan 13, 2025
f75b242
remove accidental .only
henry-tp Jan 13, 2025
1089fd9
Add refresh button to no-data page and clean up styling
clintonium-119 Jan 13, 2025
1bd2d26
Small tweak for card borders at mobile breakpoints
clintonium-119 Jan 13, 2025
5617132
move text specifics to viz
henry-tp Jan 13, 2025
f14198a
[WEB-3179] bump viz version
krystophv Jan 14, 2025
965008a
v1.83.1-web-3179-dep-updates.1
krystophv Jan 14, 2025
ecf4eb2
[WEB-3179] bump viz
krystophv Jan 14, 2025
584d126
v1.83.1-web-3179-dep-updates.2
krystophv Jan 14, 2025
14adf88
use existing gray
henry-tp Jan 14, 2025
8a5f476
remove agpBGM from queries/opts
henry-tp Jan 14, 2025
cfe1f74
remove accidental .only in tests
henry-tp Jan 14, 2025
0636891
use formatDateRange from viz
henry-tp Jan 14, 2025
f34d8ad
move cgmstatistics tests into correct folder
henry-tp Jan 14, 2025
b08099d
remove import of lodash
henry-tp Jan 14, 2025
a986c42
bump viz
henry-tp Jan 14, 2025
a92f231
remove NO_CGM_DATA error state
henry-tp Jan 14, 2025
7f48e7c
Move patient data view container styling to theme.containers and impr…
clintonium-119 Jan 15, 2025
f681004
Add horizontal Card variant
clintonium-119 Jan 15, 2025
515774a
Merge pull request #1499 from tidepool-org/WEB-3179-dependency-updates
krystophv Jan 15, 2025
fdb1564
Merge branch 'develop' into WEB-3294-csp
krystophv Jan 15, 2025
87d5987
trigger CI
henry-tp Jan 15, 2025
b0ce87a
Merge pull request #1476 from tidepool-org/WEB-3294-csp
krystophv Jan 15, 2025
ada7ebe
Merge branch 'develop' into WEB-3343-update-demographics
henry-tp Jan 15, 2025
f4ccd48
Merge branch 'develop' into WEB-3274-device-settings-data-sources
clintonium-119 Jan 15, 2025
5a446dd
Add data connections to Therapy Settings view
clintonium-119 Jan 15, 2025
db2710c
Small mobile responsiveness tweaks to settings view
clintonium-119 Jan 16, 2025
9a761dd
Slightly reduce clinic and patient workspace header heights to better…
clintonium-119 Jan 16, 2025
05c61ae
bump viz
henry-tp Jan 16, 2025
0ef2466
add chart=trends searchParam when showTideDashboard is true
henry-tp Jan 16, 2025
5884db2
Revert "add chart=trends searchParam when showTideDashboard is true"
henry-tp Jan 16, 2025
6814473
Merge branch 'develop' into WEB-3346-summary-accuracy
henry-tp Jan 16, 2025
4b7a889
Bump tideline and viz
clintonium-119 Jan 17, 2025
1a8ea5a
Fix broken tests
clintonium-119 Jan 17, 2025
e842c12
add flags to react memo comparison
henry-tp Jan 17, 2025
f941f78
Merge pull request #1498 from tidepool-org/WEB-3343-update-demographics
henry-tp Jan 17, 2025
40a3c32
Merge branch 'develop' into WEB-3346-summary-accuracy
henry-tp Jan 17, 2025
54884fe
v1.84.0-rc.1
henry-tp Jan 17, 2025
aeca8a7
Merge branch 'master' into release-1.84.0
henry-tp Jan 17, 2025
dccf117
Merge branch 'develop' into WEB-3377-flags-missing
henry-tp Jan 17, 2025
82af58a
Revert to using Header component for no-data view
clintonium-119 Jan 20, 2025
7203d57
Update tests
clintonium-119 Jan 21, 2025
b1f60f2
Small whitespace cleanup
clintonium-119 Jan 21, 2025
ef7c5a4
Fix broken test
clintonium-119 Jan 21, 2025
efbdaa5
Bump viz
clintonium-119 Jan 21, 2025
533747c
v1.84.0-web-3274-device-settings-data-sources.1
clintonium-119 Jan 21, 2025
547b3d9
fix hoursOfCGMData representation
henry-tp Jan 21, 2025
764eab2
change function signature to decrease data object scope
henry-tp Jan 21, 2025
f4bb259
bump viz
henry-tp Jan 21, 2025
ddbb223
fix test
henry-tp Jan 21, 2025
28c0028
bump yarn.lock
henry-tp Jan 21, 2025
a5da7b8
pass userAgent to metrics
henry-tp Jan 22, 2025
3e3ed2b
send isMobile to metrics
henry-tp Jan 22, 2025
c8c8fd8
inject mobile property into login success event
henry-tp Jan 22, 2025
efb3677
add clinician field to metrics
henry-tp Jan 22, 2025
4e3c0c3
add comment for forcing undefined over null
henry-tp Jan 22, 2025
b44b7a6
trim comment
henry-tp Jan 22, 2025
da719a3
fix tests for bootstrap.js
henry-tp Jan 22, 2025
87d8e3d
update trackingMiddleware tests
henry-tp Jan 22, 2025
e4a63e4
convert boolean values to y/n
henry-tp Jan 22, 2025
4b2910a
use y/n instead of bool in trackingMiddleware
henry-tp Jan 22, 2025
498ddca
Revert "convert boolean values to y/n"
henry-tp Jan 22, 2025
9d6aae2
Revert "use y/n instead of bool in trackingMiddleware"
henry-tp Jan 23, 2025
222c189
add comment for trackingMiddlewar
henry-tp Jan 23, 2025
dbb0955
Merge branch 'develop' into WEB-3272-patient-data-linking-after-creation
clintonium-119 Jan 23, 2025
e7d4480
Merge branch 'WEB-3272-patient-data-linking-after-creation' into WEB-…
clintonium-119 Jan 23, 2025
2002643
remove whitespace around assignment operators
henry-tp Jan 23, 2025
2fa6d6d
filter out undefined from eventMetadata object
henry-tp Jan 23, 2025
d91be19
use isNil instead of isUndefined
henry-tp Jan 23, 2025
ce9ebe0
Address PR feedback
clintonium-119 Jan 23, 2025
fc24c6b
Merge pull request #1485 from tidepool-org/WEB-3272-patient-data-link…
clintonium-119 Jan 23, 2025
67b39a0
Merge branch 'develop' into WEB-3274-device-settings-data-sources
clintonium-119 Jan 23, 2025
3359557
bump viz
henry-tp Jan 23, 2025
13229d7
Merge branch 'develop' into WEB-3346-summary-accuracy
henry-tp Jan 23, 2025
6f71e00
fix: assign omitBy result to variable
henry-tp Jan 23, 2025
9e6bd80
Merge pull request #1497 from tidepool-org/WEB-3346-summary-accuracy
henry-tp Jan 23, 2025
4796df0
Merge branch 'develop' into WEB-3377-flags-missing
henry-tp Jan 23, 2025
3fd9cf3
Merge branch 'develop' into WEB-3376-mobile-analytics
henry-tp Jan 24, 2025
f4e145e
Merge branch 'develop' into release-1.84.0
henry-tp Jan 24, 2025
a4967ca
v1.84.0-rc.2
henry-tp Jan 24, 2025
1f6bda7
Bump viz
clintonium-119 Jan 27, 2025
cc26306
Address PR feedback
clintonium-119 Jan 27, 2025
7109791
Merge branch 'develop' into WEB-3274-device-settings-data-sources
clintonium-119 Jan 27, 2025
3c3537d
Merge pull request #1501 from tidepool-org/WEB-3274-device-settings-d…
clintonium-119 Jan 27, 2025
0417814
Merge branch 'develop' into WEB-3376-mobile-analytics
henry-tp Jan 27, 2025
6439a46
Merge branch 'develop' into WEB-3377-flags-missing
henry-tp Jan 27, 2025
e6c685b
Merge pull request #1502 from tidepool-org/WEB-3377-flags-missing
henry-tp Jan 27, 2025
e3764e9
Merge branch 'develop' into WEB-3376-mobile-analytics
henry-tp Jan 27, 2025
739577d
Merge pull request #1504 from tidepool-org/WEB-3376-mobile-analytics
henry-tp Jan 27, 2025
b1d160c
Merge branch 'develop' into release-1.84.0
henry-tp Jan 27, 2025
b2b4a2e
v1.84.0-rc.3
henry-tp Jan 27, 2025
6abb6b1
WEB-2474 prevent clinic switch when clinician and patient are both pa…
henry-tp Feb 4, 2025
2401fba
WEB-2474 pull out clinicToSelect variable
henry-tp Feb 4, 2025
db383c3
WEB-2474 comment for arbitrary clinic selection
henry-tp Feb 4, 2025
e5afd12
WEB-2474 add test case to prevent clinic auto-selection
henry-tp Feb 5, 2025
3ee6d99
remove accidental .only in test
henry-tp Feb 5, 2025
1c77e07
WEB-2474 improve test description
henry-tp Feb 5, 2025
6f66511
Merge pull request #1509 from tidepool-org/WEB-2474-workspace-bug
henry-tp Feb 5, 2025
06176a9
Merge branch 'develop' into release-1.84.0
henry-tp Feb 5, 2025
34c6f85
v1.84.0-rc.4
henry-tp Feb 5, 2025
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
118 changes: 60 additions & 58 deletions app/components/chart/basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import _ from 'lodash';
import bows from 'bows';
import sundial from 'sundial';
import { withTranslation, Trans } from 'react-i18next';
import { Flex } from 'theme-ui';
import { Box, Flex } from 'theme-ui';

// tideline dependencies & plugins
import tidelineBlip from 'tideline/plugins/blip';
Expand Down Expand Up @@ -82,73 +82,75 @@ class Basics extends Component {

return (
<div id="tidelineMain" className="basics">
<Header
chartType={this.chartType}
patient={this.props.patient}
atMostRecent={true}
inTransition={this.state.inTransition}
title={this.state.title}
onClickBasics={this.handleClickBasics}
onClickChartDates={this.props.onClickChartDates}
onClickOneDay={this.handleClickOneDay}
onClickTrends={this.handleClickTrends}
onClickRefresh={this.props.onClickRefresh}
onClickSettings={this.props.onSwitchToSettings}
onClickBgLog={this.handleClickBgLog}
onClickPrint={this.handleClickPrint}
ref="header" />
<div className="container-box-outer patient-data-content-outer">
<div className="container-box-inner patient-data-content-inner">
<div className="patient-data-content">
<Box variant="containers.patientData">
<Header
chartType={this.chartType}
patient={this.props.patient}
atMostRecent={true}
inTransition={this.state.inTransition}
title={this.state.title}
onClickBasics={this.handleClickBasics}
onClickChartDates={this.props.onClickChartDates}
onClickOneDay={this.handleClickOneDay}
onClickTrends={this.handleClickTrends}
onClickRefresh={this.props.onClickRefresh}
onClickSettings={this.props.onSwitchToSettings}
onClickBgLog={this.handleClickBgLog}
onClickPrint={this.handleClickPrint}
ref="header"
/>

<Box variant="containers.patientDataInner">
<Box className="patient-data-content" variant="containers.patientDataContent">
<Loader show={!!this.refs.chart && this.props.loading} overlay={true} />
{renderedContent}

{!this.isMissingBasics() && (
<Flex mt={4} mb={5} pl="10px">
<Button className="btn-refresh" variant="secondary" onClick={this.props.onClickRefresh}>
{this.props.t('Refresh')}
</Button>
</Flex>
<Button
className="btn-refresh"
variant="secondaryCondensed"
onClick={this.props.onClickRefresh}
mt={3}
>
{t('Refresh')}
</Button>
)}
</div>
</div>
<div className="container-box-inner patient-data-sidebar">
<div className="patient-data-sidebar-inner">
<div>
<Flex mb={2} sx={{ justifyContent: 'space-between', alignItems: 'center' }}>
<ClipboardButton
buttonTitle={t('For email or notes')}
onSuccess={this.handleCopyBasicsClicked}
getText={basicsText.bind(this, this.props.patient, this.props.data, this.props.stats, this.props.aggregations)}
/>
<BgSourceToggle
bgSources={_.get(this.props, 'data.metaData.bgSources', {})}
chartPrefs={this.props.chartPrefs}
chartType={this.chartType}
onClickBgSourceToggle={this.toggleBgDataSource}
/>
</Flex>
<Stats
bgPrefs={_.get(this.props, 'data.bgPrefs', {})}
chartPrefs={this.props.chartPrefs}
chartType={this.chartType}
stats={statsToRender}
trackMetric={this.props.trackMetric}
</Box>

<Box className="patient-data-sidebar" variant="containers.patientDataSidebar">
<Flex mb={2} sx={{ justifyContent: 'space-between', alignItems: 'center' }}>
<ClipboardButton
buttonTitle={t('For email or notes')}
onSuccess={this.handleCopyBasicsClicked}
getText={basicsText.bind(this, this.props.patient, this.props.data, this.props.stats, this.props.aggregations)}
/>
<DeviceSelection
<BgSourceToggle
bgSources={_.get(this.props, 'data.metaData.bgSources', {})}
chartPrefs={this.props.chartPrefs}
chartType={this.chartType}
devices={_.get(this.props, 'data.metaData.devices', [])}
removeGeneratedPDFS={this.props.removeGeneratedPDFS}
trackMetric={this.props.trackMetric}
updateChartPrefs={this.props.updateChartPrefs}
onClickBgSourceToggle={this.toggleBgDataSource}
/>
</div>
</div>
</div>
</div>
</Flex>
<Stats
bgPrefs={_.get(this.props, 'data.bgPrefs', {})}
chartPrefs={this.props.chartPrefs}
chartType={this.chartType}
stats={statsToRender}
trackMetric={this.props.trackMetric}
/>
<DeviceSelection
chartPrefs={this.props.chartPrefs}
chartType={this.chartType}
devices={_.get(this.props, 'data.metaData.devices', [])}
removeGeneratedPDFS={this.props.removeGeneratedPDFS}
trackMetric={this.props.trackMetric}
updateChartPrefs={this.props.updateChartPrefs}
/>
</Box>
</Box>
</Box>
</div>
);
);
};

renderChart = () => {
Expand Down
31 changes: 17 additions & 14 deletions app/components/chart/bgLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,24 +260,28 @@ class BgLog extends Component {

return (
<div id="tidelineMain" className="bgLog">
{this.isMissingSMBG() ? this.renderMissingSMBGHeader() : this.renderHeader()}
<div className="container-box-outer patient-data-content-outer">
<div className="container-box-inner patient-data-content-inner">
<div className="patient-data-content">
<Box variant="containers.patientData">
{this.isMissingSMBG() ? this.renderMissingSMBGHeader() : this.renderHeader()}

<Box variant="containers.patientDataInner">
<Box className="patient-data-content" variant="containers.patientDataContent">
<Loader show={!!this.refs.chart && this.props.loading} overlay={true} />
{renderedContent}

<Flex
mt={4}
mb={5}
pl="50px"
pr="30px"
sx={{
alignItems: 'center',
justifyContent: 'space-between',
}}
>
<Button className="btn-refresh" variant="secondary" onClick={this.props.onClickRefresh}>
<Button
className="btn-refresh"
variant="secondaryCondensed"
onClick={this.props.onClickRefresh}
>
{t('Refresh')}
</Button>

Expand All @@ -297,10 +301,9 @@ class BgLog extends Component {
/>
</Flex>
</Flex>
</div>
</div>
<div className="container-box-inner patient-data-sidebar">
<div className="patient-data-sidebar-inner">
</Box>

<Box className="patient-data-sidebar" variant="containers.patientDataSidebar">
<Box mb={2}>
<ClipboardButton
buttonTitle={t('For email or notes')}
Expand All @@ -323,10 +326,10 @@ class BgLog extends Component {
trackMetric={this.props.trackMetric}
updateChartPrefs={this.props.updateChartPrefs}
/>
</div>
</div>
</div>
<WindowSizeListener onResize={this.handleWindowResize} />
</Box>
</Box>
<WindowSizeListener onResize={this.handleWindowResize} />
</Box>
</div>
);
};
Expand Down
Loading
Loading