wraith/src
Vantz Stockwell 10dc3f9cbe
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m47s
fix: synchronous ToolWindow import + bars to 48px/16px
Tool windows (still closing instantly after every prior fix):
- Changed ToolWindow from defineAsyncComponent to direct synchronous
  import. All 14 tool components now bundled into the main JS chunk.
  Eliminates async chunk loading as a failure point — if the main
  bundle loads (which it does, since the main window works), the
  tool window code is guaranteed to be available.
- ToolWindow chunk no longer exists as a separate file

Status bar + Monitor bar:
- Both set to h-[48px] text-base px-6 (48px height, 16px text)
- Matching sizes for visual consistency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 13:35:39 -04:00
..
assets fix: MonitorBar squeezed by terminal container height: 100% 2026-03-30 13:07:43 -04:00
components fix: synchronous ToolWindow import + bars to 48px/16px 2026-03-30 13:35:39 -04:00
composables fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 11:13:54 -04:00
layouts fix: CSP null for tool windows + tauri://error diagnostic listeners 2026-03-30 12:20:40 -04:00
stores refactor: Vue 3 state, TypeScript, and lifecycle improvements 2026-03-29 16:53:17 -04:00
App.vue fix: synchronous ToolWindow import + bars to 48px/16px 2026-03-30 13:35:39 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00