Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
backup
Drip
Commits
dea67c88
Commit
dea67c88
authored
2 years ago
by
BloodyMarie
Browse files
Options
Downloads
Patches
Plain Diff
Chart styling adaption: Temporarily disbale temp scale settings
parent
8a29f08d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/settings/nfp-settings/index.js
+4
-3
4 additions, 3 deletions
components/settings/nfp-settings/index.js
i18n/en/cycle-day.js
+3
-1
3 additions, 1 deletion
i18n/en/cycle-day.js
with
7 additions
and
4 deletions
components/settings/nfp-settings/index.js
+
4
−
3
View file @
dea67c88
...
...
@@ -5,7 +5,7 @@ import AppIcon from '../../common/app-icon'
import
AppPage
from
'
../../common/app-page
'
import
AppSwitch
from
'
../../common/app-switch
'
import
AppText
from
'
../../common/app-text
'
import
TemperatureSlider
from
'
./temperature-slider
'
//
import TemperatureSlider from './temperature-slider'
import
Segment
from
'
../../common/segment
'
import
{
useCervixObservable
,
saveUseCervix
}
from
'
../../../local-storage
'
...
...
@@ -40,10 +40,11 @@ export default class Settings extends Component {
value
=
{
shouldUseCervix
}
/
>
<
/Segment
>
<
Segment
title
=
{
labels
.
tempScale
.
segmentTitle
}
>
{
/* disabled temporarily, TODO https://gitlab.com/bloodyhealth/drip/-/issues/545 */
}
{
/* <Segment title={labels.tempScale.segmentTitle}>
<AppText>{labels.tempScale.segmentExplainer}</AppText>
<TemperatureSlider />
<
/Segment
>
</Segment>
*/
}
<
Segment
last
>
<
View
style
=
{
styles
.
line
}
>
<
AppIcon
...
...
This diff is collapsed.
Click to expand it.
i18n/en/cycle-day.js
+
3
−
1
View file @
dea67c88
...
...
@@ -113,7 +113,9 @@ export const mood = {
}
export
const
temperature
=
{
outOfRangeWarning
:
'
This temperature value is out of the current range for the temperature chart. You can change the range in the settings.
'
,
// disabled temporarily, TODO https://gitlab.com/bloodyhealth/drip/-/issues/545 */}
// outOfRangeWarning: 'This temperature value is out of the current range for the temperature chart. You can change the range in the settings.',
outOfRangeWarning
:
'
This temperature value is too high or low to be shown on the temperature chart.
'
,
outOfAbsoluteRangeWarning
:
'
This temperature value is too high or low to be shown on the temperature chart.
'
,
saveAnyway
:
'
Save anyway
'
,
temperature
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment