feat: end message

- set end message in settings
This commit is contained in:
cv
2021-10-27 10:04:46 +02:00
parent 1cad360f55
commit 13487867bc
5 changed files with 43 additions and 23 deletions
@@ -110,26 +110,6 @@ export default function AppSettingsModal() {
/>
</FormControl>
</div>
<FormControl id='endMessage'>
<FormLabel htmlFor='endMessage'>
End Message
<span className={style.notes}>
Message shown in timer when time is finished
</span>
</FormLabel>
<Input
size='sm'
name='endMessage'
placeholder='Time Out'
autoComplete='off'
value={'TIME UP'}
onChange={(event) => {
// Nothing here yet
}}
isDisabled={true}
/>
</FormControl>
</>
<Button
colorScheme='blue'