wraith/src
Vantz Stockwell d4bfb3d5fd
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m54s
refactor: migrate UnlockLayout to Tailwind + extract ToolShell wrapper
- Convert all ~40 inline styles in UnlockLayout.vue to Tailwind CSS v4 arbitrary-value classes, matching MainLayout.vue color conventions (CSS variables + hex arbitraries). Visual appearance preserved exactly.
- Create ToolShell.vue reusable wrapper that owns output/running state and execute/setOutput API via defineExpose.
- Refactor PingTool, TracerouteTool, DnsLookup, WhoisTool, BandwidthTest to use ToolShell — each tool now contains only its unique inputs and invoke calls. Zero vue-tsc errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 16:53:57 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components refactor: migrate UnlockLayout to Tailwind + extract ToolShell wrapper 2026-03-29 16:53:57 -04:00
composables refactor: extract keyboard shortcuts composable + 5 UX bug fixes 2026-03-29 16:53:46 -04:00
layouts refactor: migrate UnlockLayout to Tailwind + extract ToolShell wrapper 2026-03-29 16:53:57 -04:00
stores refactor: Vue 3 state, TypeScript, and lifecycle improvements 2026-03-29 16:53:17 -04:00
App.vue feat: tab detach/reattach — pop sessions into separate windows 2026-03-25 15:37:49 -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