Commit Graph

8 Commits

Author SHA1 Message Date
2b8f09b4b2 feat(i18n): Implement internationalization support for your application
- Integrate the vue-i18n plugin and configure multilingual support
- Add English and Chinese translation files
2025-10-15 15:07:47 +08:00
29843bb5e5 refactor(group): Refactor grouping to add logic and optimize validation rules.
- Remove direct database operations and use groupRepository instead.
- Use notifyStore to unify notification messages.
2025-10-15 14:34:59 +08:00
8988766d09 feat(node): Implements node group selection functionality
- Introduces the Group entity and groupRepository
- Adds a new database utility function, getDatabase, to centrally retrieve database instances
- Removes the loading state and skeleton screen logic from nodeList to simplify the page structure
- Updates dependencies and adds the zod library for data validation
2025-10-15 12:53:51 +08:00
edb026e6ed feat(node): Implements node management functionality
- Adds a new node table structure
- Configures routing to support dynamic groupId parameter passing
2025-10-14 17:22:34 +08:00
7a20655557 feat(group): Added group management functionality
- Added database interaction logic, supported inserting new group data, and integrated the Tauri SQL plugin for local data storage
- Added a floating button on the nodes page to redirect to the addGroup page
- Modified the app icon and title to improve the user experience
- Adjusted the Tauri configuration file, optimized window settings, and app identifiers
2025-10-13 17:29:37 +08:00
2a18061700 feat(app): Added sidebar navigation and new page routes
- Added Nodes and Settings page routes
- Updated component import paths
- Imported database connection dependencies
2025-10-10 09:09:19 +08:00
4aba63cb93 feat(ui): Restructure the homepage layout and optimize the logo design
- Restructure the page layout using Vuetify components
- Add temporary SVG icons to replace the default graphics
2025-10-09 16:49:03 +08:00
f1139af34e feat(spary): Initializes project infrastructure and core functionality
- Adds basic project structure for Tauri and Vue
- Configures the Vite, TypeScript, and Vuetify environments
- Implements basic spray-on components and Rust backend logic
- Sets up routing, plugins, and the style system
2025-10-09 15:17:23 +08:00