display tweaks and approval page timing
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<Setting {title} {error}>
|
||||
<Setting {title}>
|
||||
<div slot="input">
|
||||
{#if unit}
|
||||
<span class="mr-2">{unit}:</span>
|
||||
|
@ -3,7 +3,6 @@
|
||||
import ErrorAlert from '../ErrorAlert.svelte';
|
||||
|
||||
export let title;
|
||||
export let error = null;
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
</script>
|
||||
|
||||
|
||||
<Setting title="Start minimized">
|
||||
<Setting {title}>
|
||||
<input
|
||||
slot="input"
|
||||
type="checkbox"
|
||||
|
Reference in New Issue
Block a user