1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 02:57:27 +01:00

feat: improves the loader for logs (#3404)

This commit is contained in:
Amir Raminfar
2024-11-18 12:27:29 -08:00
committed by GitHub
parent 011294d198
commit 7ee260311e
6 changed files with 81 additions and 30 deletions

View File

@@ -42,6 +42,7 @@ declare module 'vue' {
HostList: typeof import('./components/HostList.vue')['default']
HostMenu: typeof import('./components/HostMenu.vue')['default']
'Ic:sharpKeyboardReturn': typeof import('~icons/ic/sharp-keyboard-return')['default']
IndeterminateBar: typeof import('./components/common/IndeterminateBar.vue')['default']
InfiniteLoader: typeof import('./components/InfiniteLoader.vue')['default']
KeyShortcut: typeof import('./components/common/KeyShortcut.vue')['default']
LabeledInput: typeof import('./components/common/LabeledInput.vue')['default']