agent-Specialization/static/src/styles/index.scss
JOJO 2f75c1c8bb feat: stable version before virtual monitor timing fix
Current status includes:
- Virtual monitor surface and components
- Monitor store for state management
- Tool call animations and transitions
- Liquid glass shader integration

Known issue to fix: Tool status display timing - "正在xx" appears
after tool execution completes instead of when tool call starts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 17:12:12 +08:00

15 lines
464 B
SCSS

@use './base/reset';
@use './base/tokens';
@use './base/global';
@use './layout/app-shell';
@use './layout/panels';
@use './components/sidebar/conversation';
@use './components/panels/left-panel';
@use './components/panels/focus-panel';
@use './components/panels/resource-panel';
@use './components/chat/chat-area';
@use './components/chat/virtual-monitor';
@use './components/input/composer';
@use './components/overlays/overlays';
@use './utilities/responsive';