-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Feat/auto assign board on click #4086
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
Feat/auto assign board on click #4086
Conversation
psychedelicious
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Requesting 3 changes - 2 in the code comments, the other here:
There's a Board context menu that currently has an option to set the auto-add board (see invokeai/frontend/web/src/features/gallery/components/Boards/BoardContextMenu.tsx)
If you want to prevent changing the auto-add board during processing or when assign-on-click is enabled, that menu item would need to be marked disabled also.
invokeai/frontend/web/src/features/gallery/components/GallerySettingsPopover.tsx
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/NoBoardBoard.tsx
Outdated
Show resolved
Hide resolved
|
I believe all requirements have been met now |
psychedelicious
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KevinBrack !
What type of PR is this? (check all applicable)
Have you discussed this change with the InvokeAI team?
Have you updated all relevant documentation?
Description
Add feature auto assign board on click. There is a new setting in the board menu. It is checked by default. When checked the auto assign board is changed whenever selecting a board. The auto assign board will not change during image generation. If the new feature is disabled in the settings the original method of assigning a board returns.
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Open the board menu by clicking the dropdown with the selected board. Click the settings icon. Note that the new option Auto-Assign Board on Click is selected. When this option is enabled the auto assign board switches by changing the active board. When Auto-Assign Board on Click is not selected you get a dropdown to assign the active board. The board assignment should not change during image generation.
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
No