Commit Graph

4 Commits

Author SHA1 Message Date
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
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