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

Commits on Aug 13, 2024

  1. Reorder toolbar semantically

    akx committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c494b54 View commit details
    Browse the repository at this point in the history
  2. Move action collections out of actions namespace

    Let's have the `actions` object just hold single actions, not lists of them.
    akx committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e46cdc4 View commit details
    Browse the repository at this point in the history
  3. Show all draw modes in toolbar

    akx committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1eecec1 View commit details
    Browse the repository at this point in the history
  4. Improve dock feature configuration

    * Don't leak `features` in loop
    * Don't crash if configuration is missing
    akx committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9e9f849 View commit details
    Browse the repository at this point in the history
  5. Move AI configuration to dock

    akx committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b70c54e View commit details
    Browse the repository at this point in the history