mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
feat: end message
- set end message in settings
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user