UI improvements: sidebar enhancements, node tree structure, styling updates

This commit is contained in:
orkhanart
2025-11-28 19:16:12 -08:00
parent 67af617868
commit 508815bc6c
15 changed files with 1918 additions and 256 deletions

View File

@@ -26,4 +26,7 @@ declare module 'vue' {
WorkspaceLayout: typeof import('./components/v2/layout/WorkspaceLayout.vue')['default']
WorkspaceSidebar: typeof import('./components/v2/layout/WorkspaceSidebar.vue')['default']
}
export interface ComponentCustomProperties {
Tooltip: typeof import('primevue/tooltip')['default']
}
}