From 917c837e90ed3aac3e8775504939fdb95f3970b3 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 6 Jan 2025 12:57:20 -0800 Subject: [PATCH] feat: adds a new drop down to jump to same name containers (#3510) --- assets/auto-imports.d.ts | 3 - .../ContainerViewer/ContainerLog.vue | 6 +- .../ContainerViewer/ContainerTitle.vue | 77 ++++++++++++++++--- assets/components/HostMenu.vue | 2 +- assets/main.ts | 1 - package.json | 1 + pnpm-lock.yaml | 59 ++++++++++++++ 7 files changed, 132 insertions(+), 17 deletions(-) diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 772d304deb20..55f1a3727678 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -476,7 +476,6 @@ declare module 'vue' { readonly onBeforeUpdate: UnwrapRef readonly onClickOutside: UnwrapRef readonly onDeactivated: UnwrapRef - readonly onElementRemoval: UnwrapRef readonly onErrorCaptured: UnwrapRef readonly onKeyStroke: UnwrapRef readonly onLongPress: UnwrapRef @@ -671,7 +670,6 @@ declare module 'vue' { readonly usePreferredDark: UnwrapRef readonly usePreferredLanguages: UnwrapRef readonly usePreferredReducedMotion: UnwrapRef - readonly usePreferredReducedTransparency: UnwrapRef readonly usePrevious: UnwrapRef readonly useProfileStorage: UnwrapRef readonly useRafFn: UnwrapRef @@ -680,7 +678,6 @@ declare module 'vue' { readonly useResizeObserver: UnwrapRef readonly useRoute: UnwrapRef readonly useRouter: UnwrapRef - readonly useSSRWidth: UnwrapRef readonly useScreenOrientation: UnwrapRef readonly useScreenSafeArea: UnwrapRef readonly useScriptTag: UnwrapRef diff --git a/assets/components/ContainerViewer/ContainerLog.vue b/assets/components/ContainerViewer/ContainerLog.vue index 4c9c18b25059..bfec5da0a804 100644 --- a/assets/components/ContainerViewer/ContainerLog.vue +++ b/assets/components/ContainerViewer/ContainerLog.vue @@ -3,7 +3,11 @@