display tweaks and approval page timing

This commit is contained in:
2023-04-26 17:06:37 -07:00
parent 4aab08e6f0
commit c2cc007a81
7 changed files with 25 additions and 16 deletions

View File

@ -42,7 +42,7 @@
</script>
<Setting {title} {error}>
<Setting {title}>
<div slot="input">
{#if unit}
<span class="mr-2">{unit}:</span>

View File

@ -3,7 +3,6 @@
import ErrorAlert from '../ErrorAlert.svelte';
export let title;
export let error = null;
</script>

View File

@ -10,7 +10,7 @@
</script>
<Setting title="Start minimized">
<Setting {title}>
<input
slot="input"
type="checkbox"