diff --git a/src/components/ui/menu/MenuCheckboxItem.svelte b/src/components/ui/menu/MenuCheckboxItem.svelte new file mode 100644 index 0000000..75eb520 --- /dev/null +++ b/src/components/ui/menu/MenuCheckboxItem.svelte @@ -0,0 +1,37 @@ + + + + + + + + diff --git a/src/components/ui/menu/MenuRadioItem.svelte b/src/components/ui/menu/MenuRadioItem.svelte index 54bb9a4..1672400 100644 --- a/src/components/ui/menu/MenuRadioItem.svelte +++ b/src/components/ui/menu/MenuRadioItem.svelte @@ -32,5 +32,6 @@ width: 16px; height: 16px; margin-right: 6px; + flex-shrink: 0; } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8c3d976..27ae80e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,9 +1,26 @@ + {#if activeProfile} + + Active Profile: {activeProfile.settings.name} + +
+ {/if} Tagging Profiles
Preferences