feat(FN-3193): split-pane redesign of agents workspace with mobile support

Merges FN-3122's agents workspace redesign (split-pane layout, mobile responsiveness) and FN-3193's test infrastructure stabilization. The AgentsView and AgentDetailView components received major style and layout updates, with corresponding test coverage added. Several vitest config entries were con

Fusion-Task-Id: FN-3193
This commit is contained in:
Fusion
2026-05-02 04:18:03 -07:00
committed by gsxdsm
parent 4b92c044f8
commit 3ca4209757
5 changed files with 7 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ export default defineConfig({
alias: {
"@fusion/core": fileURLToPath(new URL("../../packages/core/src/index.ts", import.meta.url)),
"@fusion/plugin-sdk": fileURLToPath(new URL("../../packages/plugin-sdk/src/index.ts", import.meta.url)),
"@fusion/engine": fileURLToPath(new URL("../../packages/engine/src/index.ts", import.meta.url)),
},
},
test: {