diff --git a/frontend/src/components/ChipBar.svelte b/frontend/src/components/ChipBar.svelte new file mode 100644 index 0000000..3bbff22 --- /dev/null +++ b/frontend/src/components/ChipBar.svelte @@ -0,0 +1,59 @@ + + + + + +
+ {#each options as option (option.id)} + + {/each} +
\ No newline at end of file diff --git a/frontend/src/components/StoredSwitch.svelte b/frontend/src/components/StoredSwitch.svelte new file mode 100644 index 0000000..aeea2d1 --- /dev/null +++ b/frontend/src/components/StoredSwitch.svelte @@ -0,0 +1,23 @@ + + + diff --git a/frontend/src/components/Switch.svelte b/frontend/src/components/Switch.svelte new file mode 100644 index 0000000..cfc81b6 --- /dev/null +++ b/frontend/src/components/Switch.svelte @@ -0,0 +1,46 @@ + + + + +
{checked = !checked; onUpdated(checked); }}> +
+ +
diff --git a/frontend/src/components/overlays/Settings.svelte b/frontend/src/components/overlays/Settings.svelte index 44b1601..cc827ba 100644 --- a/frontend/src/components/overlays/Settings.svelte +++ b/frontend/src/components/overlays/Settings.svelte @@ -1,13 +1,17 @@ + +