refactor: extract image form to standalone page and implement tags view store #11

Merged
wlkjyy merged 2 commits from qian into master 2025-11-28 14:17:42 +08:00

2 Commits

Author SHA1 Message Date
wlkjyy 5ea4f2cfe3 Merge branch 'master' into qian 2025-11-28 14:17:29 +08:00
wlkjyy f7c3be1d30 refactor: extract image form to standalone page and implement tags view store
- Created ImageForm.vue as standalone page for add/edit image functionality
- Removed dialog-based image form from VmImages.vue
- Implemented tagsViewStore for global tab state management
- Added automatic tab closing on form cancel/back
- Fixed data persistence issue when switching between image edits
- Removed quick actions section from ImageForm
- Updated router configuration for new image form route
2025-11-28 14:15:29 +08:00