Sink/app/components
ccbikai 70d6632fd0 refactor: remove redundant watcher cleanup in Vue comps
Removes unnecessary manual watcher cleanup via stopWatchQueryChange across multiple Vue components.

Vue 3's watch() automatically handles cleanup when components are unmounted, making explicit stopWatchQueryChange calls and onBeforeUnmount handlers redundant.

This change:
- Improves code maintainability
- Reduces boilerplate code
- Follows Vue 3 best practices for reactive system cleanup
2025-05-18 19:13:04 +08:00
..
dashboard refactor: remove redundant watcher cleanup in Vue comps 2025-05-18 19:13:04 +08:00
home refactor: Migrate project files and directories to the app directory using the new compatibilityVersion: 4 feature 2025-03-24 11:05:59 +08:00
layouts Merge branch 'master' of github.com:WuChenDi/Sink into WuChenDi-master 2025-05-11 13:40:19 +08:00
login refactor: Migrate project files and directories to the app directory using the new compatibilityVersion: 4 feature 2025-03-24 11:05:59 +08:00
spark-ui feat: enhance realtime dashboard with time filters 2025-05-18 19:06:28 +08:00
ui feat: enhance realtime dashboard with time filters 2025-05-18 19:06:28 +08:00
SwitchLanguage.vue refactor: Migrate project files and directories to the app directory using the new compatibilityVersion: 4 feature 2025-03-24 11:05:59 +08:00
SwitchTheme.vue refactor: Migrate project files and directories to the app directory using the new compatibilityVersion: 4 feature 2025-03-24 11:05:59 +08:00