Skip to content
Snippets Groups Projects
Commit dea67c88 authored by BloodyMarie's avatar BloodyMarie
Browse files

Chart styling adaption: Temporarily disbale temp scale settings

parent 8a29f08d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import AppIcon from '../../common/app-icon' ...@@ -5,7 +5,7 @@ import AppIcon from '../../common/app-icon'
import AppPage from '../../common/app-page' import AppPage from '../../common/app-page'
import AppSwitch from '../../common/app-switch' import AppSwitch from '../../common/app-switch'
import AppText from '../../common/app-text' import AppText from '../../common/app-text'
import TemperatureSlider from './temperature-slider' // import TemperatureSlider from './temperature-slider'
import Segment from '../../common/segment' import Segment from '../../common/segment'
import { useCervixObservable, saveUseCervix } from '../../../local-storage' import { useCervixObservable, saveUseCervix } from '../../../local-storage'
...@@ -40,10 +40,11 @@ export default class Settings extends Component { ...@@ -40,10 +40,11 @@ export default class Settings extends Component {
value={shouldUseCervix} value={shouldUseCervix}
/> />
</Segment> </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> <AppText>{labels.tempScale.segmentExplainer}</AppText>
<TemperatureSlider /> <TemperatureSlider />
</Segment> </Segment> */}
<Segment last> <Segment last>
<View style={styles.line}> <View style={styles.line}>
<AppIcon <AppIcon
......
...@@ -113,7 +113,9 @@ export const mood = { ...@@ -113,7 +113,9 @@ export const mood = {
} }
export const temperature = { 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.', outOfAbsoluteRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.',
saveAnyway: 'Save anyway', saveAnyway: 'Save anyway',
temperature: { temperature: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment