-
Notifications
You must be signed in to change notification settings - Fork 329
Manager/compatibility #4492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: manager/menu-items-migration
Are you sure you want to change the base?
Manager/compatibility #4492
Conversation
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
93473bc
to
df67cdd
Compare
Updated ComfyUI Manager types and API schemas to support the new menu items structure and manager functionality.
Updated ComfyUI Manager service and dialog service to support the new menu items structure and API endpoints.
Updated manager queue composable, server logs composable, workflow packs composable, and manager store to support the new manager API structure and state management patterns.
Updated manager dialog components, pack cards, version selectors, and action buttons to work with the new manager API and state management structure.
Updated tests for manager queue composable, server logs composable, and manager store to work with the new API signatures and functionality.
- Fix ManagerProgressDialogContent test mock to include all required store methods - Add missing MergedNodePack, RegistryPack type definitions and isMergedNodePack type guard - Ensure all unit tests (548 passed) and component tests (174 passed) are working - Fix TypeScript compilation errors related to manager store interfaces
Update test to simulate cm-task-started events before logs events to match the actual behavior of the composable.
The test was expecting subscribeLogs(false) to be called, but this was commented out in commit 33d6447 to fix logs stopping after the first of multiple queue tasks. Updated test to reflect this temporary change.
- Add PackUpdateButton component for bulk updates - Add useUpdateAvailableNodes composable to track available updates - Integrate update all button in RegistrySearchBar - Add localization strings for update functionality - Add comprehensive tests for update functionality - Add loading state to PackActionButton
Co-authored-by: Claude <[email protected]>
72c2038
to
0a2f2d8
Compare
┆Issue is synchronized with this Notion page by Unito