Files
platform/src/apps/officer-web/Screens/Dashboard/index.tsx
T
pastilhasandClaude Opus 4.8 2a509646e7 slskd: /soulseek search + downloads on the Workspace/Panel framework
Two panels (search + transfers) via WorkspaceView, coordinating over the
soulseek:refresh channel. Adds the page-title rule and documents the
route conventions in CLAUDE.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 17:21:29 +00:00

26 lines
666 B
TypeScript

export * from './Layout';
export * from './Home';
export * from './PasskeyGate';
export * from './Plans';
export * from './Processes';
export * from './CapabilityPage';
export * from './Settings';
export * from './Skills';
export * from './TaskLogs';
export * from './Tasks';
export * from './Files';
export * from './Music';
export * from './Soulseek';
export * from './SystemMonitor';
export * from './Activity';
export * from './CodeEditor';
export * from './ChatHistory';
export * from './Dashboards';
export * from './Projects';
export * from './Terminal';
export * from './Email';
export * from './Browser';
export * from './Desktop';
export * from './Jobs';