From a9cfa977048b0f2b30fbc95086271007ffc10134 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 2 Dec 2025 09:50:50 -0800 Subject: [PATCH] feat: supports grouping containers always (#4272) --- assets/auto-imports.d.ts | 2 ++ assets/components/HostMenu.vue | 11 ++++++++--- assets/pages/settings.vue | 16 ++++++++++++++++ assets/stores/settings.ts | 3 +++ internal/profile/disk.go | 1 + locales/da.yml | 1 + locales/de.yml | 1 + locales/en.yml | 1 + locales/es.yml | 1 + locales/fr.yml | 1 + locales/id.yml | 1 + locales/it.yml | 1 + locales/ko.yml | 1 + locales/nl.yml | 1 + locales/pl.yml | 1 + locales/pr.yml | 1 + locales/pt.yml | 1 + locales/ru.yml | 1 + locales/sl.yml | 1 + locales/tr.yml | 1 + locales/zh-tw.yml | 1 + locales/zh.yml | 1 + 22 files changed, 47 insertions(+), 3 deletions(-) diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 085a49ea..a3409ddf 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -56,6 +56,7 @@ declare global { const getCurrentWatcher: typeof import('vue').getCurrentWatcher const getDeep: typeof import('./utils/index').getDeep const globalShowPopup: typeof import('./composable/popup').globalShowPopup + const groupContainers: typeof import('./stores/settings').groupContainers const h: typeof import('vue').h const hashCode: typeof import('./utils/index').hashCode const hourStyle: typeof import('./stores/settings').hourStyle @@ -456,6 +457,7 @@ declare module 'vue' { readonly getCurrentWatcher: UnwrapRef readonly getDeep: UnwrapRef readonly globalShowPopup: UnwrapRef + readonly groupContainers: UnwrapRef readonly h: UnwrapRef readonly hashCode: UnwrapRef readonly hourStyle: UnwrapRef diff --git a/assets/components/HostMenu.vue b/assets/components/HostMenu.vue index 46ff5819..7321a04b 100644 --- a/assets/components/HostMenu.vue +++ b/assets/components/HostMenu.vue @@ -121,7 +121,7 @@