diff --git a/components/composer/file-preview.vue b/components/composer/file-preview.vue index a4cbad8..501b322 100644 --- a/components/composer/file-preview.vue +++ b/components/composer/file-preview.vue @@ -14,16 +14,16 @@ - + Rename - + Add caption - + Remove diff --git a/components/notes/menu.vue b/components/notes/menu.vue index 25a8d80..306ec95 100644 --- a/components/notes/menu.vue +++ b/components/notes/menu.vue @@ -87,52 +87,52 @@ const _delete = async () => { - + {{ m.front_lime_grizzly_persist() }} - + {{ m.yummy_moving_scallop_sail() }} - + {{ m.sunny_zany_jellyfish_pop() }} - + {{ m.ago_new_pelican_drip() }} - + {{ m.solid_witty_zebra_walk() }} - + {{ m.active_trite_lark_inspire() }} - + {{ m.real_green_clownfish_pet() }} - + {{ m.tense_quick_cod_favor() }} - + {{ m.great_few_jaguar_rise() }} - + {{ m.misty_soft_sparrow_vent() }} diff --git a/components/preferences/code.vue b/components/preferences/code.vue index e10c67e..287b617 100644 --- a/components/preferences/code.vue +++ b/components/preferences/code.vue @@ -1,5 +1,5 @@ - + @@ -46,4 +46,4 @@ import type { CodeSetting } from "~/settings.ts"; defineModel("setting", { required: true, }); - \ No newline at end of file + diff --git a/components/preferences/emojis/emoji.vue b/components/preferences/emojis/emoji.vue index facd37e..d301f00 100644 --- a/components/preferences/emojis/emoji.vue +++ b/components/preferences/emojis/emoji.vue @@ -23,16 +23,16 @@ - + {{ m.cuddly_such_swallow_hush() }} - + {{ m.tense_quick_cod_favor() }} diff --git a/components/preferences/select.vue b/components/preferences/select.vue index f327bd0..5a5e611 100644 --- a/components/preferences/select.vue +++ b/components/preferences/select.vue @@ -1,5 +1,5 @@ - + {{ setting.title() }} @@ -43,4 +43,4 @@ import { defineModel("setting", { required: true, }); - \ No newline at end of file + diff --git a/components/preferences/string.vue b/components/preferences/string.vue index 8ed5528..3f3a116 100644 --- a/components/preferences/string.vue +++ b/components/preferences/string.vue @@ -1,5 +1,5 @@ - + {{ setting.title() }} @@ -28,4 +28,4 @@ import type { StringSetting } from "~/settings.ts"; defineModel("setting", { required: true, }); - \ No newline at end of file + diff --git a/components/preferences/switch.vue b/components/preferences/switch.vue index 42aa73b..f26cc7a 100644 --- a/components/preferences/switch.vue +++ b/components/preferences/switch.vue @@ -1,5 +1,5 @@ - + {{ setting.title() }} @@ -28,4 +28,4 @@ import type { BooleanSetting } from "~/settings.ts"; defineModel("setting", { required: true, }); - \ No newline at end of file + diff --git a/components/profiles/profile-actions.vue b/components/profiles/profile-actions.vue index f673e7a..d809357 100644 --- a/components/profiles/profile-actions.vue +++ b/components/profiles/profile-actions.vue @@ -6,55 +6,55 @@ - + {{ m.cool_dark_tapir_belong() }} - + {{ m.yummy_moving_scallop_sail() }} - + {{ m.sunny_zany_jellyfish_pop() }} - + {{ m.ago_new_pelican_drip() }} - + {{ m.solid_witty_zebra_walk() }} - + {{ m.active_trite_lark_inspire() }} - + {{ m.spare_wild_mole_intend() }} - + {{ m.misty_soft_sparrow_vent() }} - + {{ m.slow_chunky_chipmunk_hush() }} - + {{ m.great_few_jaguar_rise() }} diff --git a/components/sidebars/theme-switcher.vue b/components/sidebars/theme-switcher.vue deleted file mode 100644 index 3840cd4..0000000 --- a/components/sidebars/theme-switcher.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - {{ themeNames[colorMode.preference] }} - - - - - - Light - - - - Dark - - - - System - - - - \ No newline at end of file diff --git a/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue b/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue index 58a7df0..ddd63ac 100644 --- a/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +++ b/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue @@ -25,18 +25,15 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); - - - - - - - - + + + + + + + + diff --git a/components/ui/dropdown-menu/DropdownMenuItem.vue b/components/ui/dropdown-menu/DropdownMenuItem.vue index 294ff09..a2554b4 100644 --- a/components/ui/dropdown-menu/DropdownMenuItem.vue +++ b/components/ui/dropdown-menu/DropdownMenuItem.vue @@ -21,14 +21,11 @@ const forwardedProps = useForwardProps(delegatedProps); - - - + + + diff --git a/components/ui/dropdown-menu/DropdownMenuRadioItem.vue b/components/ui/dropdown-menu/DropdownMenuRadioItem.vue index 38f2106..24fbd5f 100644 --- a/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +++ b/components/ui/dropdown-menu/DropdownMenuRadioItem.vue @@ -26,18 +26,15 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); - - - - - - - - + + + + + + + + diff --git a/pages/preferences/[page].vue b/pages/preferences/[page].vue index aa07ba1..836f23b 100644 --- a/pages/preferences/[page].vue +++ b/pages/preferences/[page].vue @@ -1,9 +1,10 @@ - + + {{ page }} - - + + @@ -60,4 +61,4 @@ const updateSetting = (id: SettingIds, setting: Setting) => { [id]: setting, }; }; - \ No newline at end of file +