Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flow/
- **UI Library**: Mantine v8 (@mantine/core)
- **Backend**: Rust with Tauri v2
- **Build Tool**: Vite
- **Testing**: Vitest with Storybook for component development
- **Testing**: Vitest for component development

## Development Workflow

Expand Down
9 changes: 0 additions & 9 deletions desktop/.storybook/decorators.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions desktop/.storybook/main.ts

This file was deleted.

25 changes: 0 additions & 25 deletions desktop/.storybook/preview.ts

This file was deleted.

7 changes: 0 additions & 7 deletions desktop/.storybook/vitest.setup.ts

This file was deleted.

2 changes: 0 additions & 2 deletions desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ This project uses Tauri v2 with React and TypeScript for the frontend, and Rust
- `npm run preview` - Preview the built application
- `npm run tauri` - Run Tauri CLI commands
- `npm run generate-types` - Generate TypeScript types from JSON schemas
- `npm run storybook` - Start Storybook for component development
- `npm run build-storybook` - Build Storybook for production
Loading