|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m49s
- connectionsByGroup memoized as computed map — eliminates redundant filter on every render - DockerPanel: replace any[] with typed DockerContainer/Image/Volume interfaces - useRdp: replace ReturnType<typeof ref<boolean>> with Ref<boolean> - SettingsModal: debounce sidebarWidth slider watch (300ms) to prevent rapid IPC calls - useSftp: export cleanupSession() to prevent sessionPaths memory leak - StatusBar, CommandPalette: migrate defineEmits to Vue 3.3+ tuple syntax - SidebarToggle: replace manual v-model (defineProps + defineEmits) with defineModel Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.store.ts | ||
| connection.store.ts | ||
| session.store.ts | ||