Add slider and save value in LocalStorage

This commit is contained in:
Julia Friesel
2018-08-21 14:26:54 +02:00
parent 7a1ef388d3
commit c6b490b2a4
6 changed files with 116 additions and 14 deletions
+5
View File
@@ -29,5 +29,10 @@ export const settings = {
success: {
message: 'Data successfully imported'
}
},
tempScale: {
segmentTitle: 'Change temperature scale',
min: 'Min',
max: 'Max'
}
}