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

Add a basic keyboard shortcuts overview dialog #11717

Merged
merged 3 commits into from
Mar 16, 2024

Commits on Mar 15, 2024

  1. Refine unit tests to correctly scope checks for 'Preview' & table

    Instead of checking for the word Preview NOT showing, only check for the exact URL.
    Instead of checking for all `tr` in the templates, only check for those within the correct scope.
    kituuu authored and lb- committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d4844d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Add basic keyboard shortcuts dialog

    Include the ability to trigger the dialog from the sidebar
    Include base styling and unit tests
    Fixes #wagtail#11711
    Relates to larger work for keyboard shortcuts in wagtail#3949
    kituuu authored and lb- committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9e5847b View commit details
    Browse the repository at this point in the history
  2. Add changelog for wagtail#11717

    lb- committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    48f5a64 View commit details
    Browse the repository at this point in the history