Commit Graph

3 Commits

Author SHA1 Message Date
orkhanart
67af617868 feat(ui): Implement experimental UI layer with versioned architecture
- Reorganize components into v1/v2 versioned structure
- Add common components for shared UI elements
- Introduce composables for reusable logic
- Restructure views into v1/v2 directories
- Remove old component structure in favor of versioned approach
- Update router and UI store for new architecture
2025-11-28 18:23:26 -08:00
orkhanart
136c9edfbe feat(canvas): Implement top navigation bar with tabs
- Logo with dropdown menu (New, Open, Save, Settings)
- Home button for navigation
- Tab-based workflow management with close/dirty indicators
- New tab button
- Right section with Share and Run buttons
- Move Node_info docs into ComfyUI_vibe project

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:14:26 -08:00
orkhanart
1d47a3e669 feat: Initial ComfyUI_vibe frontend project setup
- Vue 3 + TypeScript + Vite project scaffold
- PrimeVue UI components integration
- VueFlow for node-based canvas editor
- Pinia stores for state management (comfy, ui, workspace)
- Workspace layout with sidebar navigation
- Canvas view with node editor components
- Custom node components (FlowNode, NodeHeader, NodeSlots, NodeWidgets)
- Widget components (slider, select, toggle, text, number, color)
- Authentication view mockup
- ComfyUI API service integration scaffold
- Node definitions and type system
- Tailwind CSS styling
- Node_info documentation for ComfyUI nodes

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 17:57:43 -08:00