Skip to content
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

Show all creation modes in toolbar; move AI to dock #1483

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

akx
Copy link

@akx akx commented Aug 13, 2024

This PR:

  • cleans up the actions container (which is gently refactored in Use standard types.SimpleNamespace instead of custom struct #1480) to not contain lists of actions anymore, but just actions
  • fixes the toolbar to have more semantic ordering
  • adds all of the creation modes to the toolbar
  • ... and since the AI bits wouldn't neatly fit in the toolbar anymore, they're now moved to the dock.

This PR includes #1482.

Screenshot

Screenshot 2024-08-14 at 0 48 38

Let's have the `actions` object just hold single actions, not lists of them.
* Don't leak `features` in loop
* Don't crash if configuration is missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant