Commit Graph

4 Commits

Author SHA1 Message Date
Jin Yi
35873fae66 fix: prevent duplicate api calls & installedPacksWithVersions instead of installpackids 2025-08-27 22:30:01 +09:00
Jin Yi
63b6af5e27 [fix] Add conflict detection when installed packages list updates
- Import useConflictDetection composable in comfyManagerStore
- Call performConflictDetection after refreshing installed packages list
- Ensures conflict status stays up-to-date when packages change
- Follows existing codebase patterns for composable usage
2025-08-27 22:29:08 +09:00
Jin Yi
42ad8ebc82 [fix] Fix conflict red dot not syncing
between components

  Resolve reactivity issue by sharing
  useStorage refs across all
  composable instances to ensure UI
  consistency.
2025-08-27 22:29:08 +09:00
Jin Yi
3e3448e0fd [restore] conflict notification commits restore 2025-08-27 22:27:07 +09:00