feat(gallery): simple gallery setup

NOTE: inspiration from https://github.com/Flosciante/nuxt-image-gallery
This commit is contained in:
2025-12-31 00:30:32 +01:00
parent dad1d3d21e
commit ee25e7e61c
6 changed files with 1213 additions and 72 deletions

View File

@@ -1,4 +1,9 @@
export const SETTINGS_MENUS = ["options", "clock", "user", "touchScreen"] as const;
export const SETTINGS_MENUS = [
"options",
"clock",
"user",
"touchScreen",
] as const;
export const SETTINGS_SUB_MENUS = [
"optionsLanguage",