- Remove automatic Original Config creation in get_stores() function
- Add Original Config creation logic to create_config() only when:
- It's the first config being created
- Existing settings.json file is present
- Set Original Config as non-active by default
- Add nanoid import for ID generation
This ensures Original Config is only created when users actively
create their first config, not when just reading stores.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove test notification buttons and handlers from NotificationPage
- Remove useSendTestNotification React Query hook
- Clean up unused Button import
- Simplify notification settings UI to only show toggle switches
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove test notification buttons from NotificationPage
- Remove send_test_notification Tauri command
- Remove useSendTestNotification React Query hook
- Simplify notification settings UI to only show toggle switches
- Clean up unused imports and dependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update version in tauri.conf.json from 0.2.3 to 0.2.4
- Add changelog entry for custom commands support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Remove unused commit command and update locale files with improved translations. Enhance Layout and CommandsPage components with better UI structure and functionality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add Tauri command to read Claude projects from ~/.claude.json
- Create projects routing with List and Detail components
- Implement auto-redirect to first project from /projects
- Add project configuration viewing with copy functionality
- Support URL-encoded project paths for navigation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create empty List component at src/pages/projects/List.tsx
- Add /projects route to router configuration
- Add Projects navigation item to sidebar with folder icon
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>