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

Annotation deletion popup (bug 1899731) #18900

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. Break messageBar class out

    Move .messageBar out of .dialog into its own standalone class in order
    to reuse as much of it for the upcoming feature for an undo message for
    annotations.
    ryzokuken committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    28490bd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Pop open a message when user deletes an annotation

    When a user deletes any number of annotations, they are notified of the action
    by a popup message with an undo button. Besides that, this change reuses the
    existing messageBar CSS class from the new alt-text dialog as much as possible.
    ryzokuken committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4a6680b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c9371 View commit details
    Browse the repository at this point in the history