-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Editor] Add a toolbar to selected editors with a button to delete it (bug 1863763) #17243
Conversation
For the moment the aria-label and maybe the tooltip are missing but the strings should be come later. |
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.
Leaving a few initial, very quick, observations.
Naming things is hard, but I feel like calling this bin
throughout the code is confusing since that mostly describes the content of the icon (which may change at some point).
It would rather seems much more appropriate to describe the functionality, and thus call this e.g. delete
(or remove
) throughout all the code and in the filename.
71a0677
to
c43c71b
Compare
c43c71b
to
4234e0e
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/5e98ebedcd186e0/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/5e98ebedcd186e0/output.txt Total script time: 1.42 mins Published |
4234e0e
to
2bd5216
Compare
If the user has selected several editors and then click on the delete button I think it makes sense to delete all of them.
Yes, the border line has been recently added to the specs because it helps to have a contrast between the toolbar and a clear background. |
2bd5216
to
334f0eb
Compare
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.
For the moment the aria-label and maybe the tooltip are missing but the strings should be come later.
Should we wait for the l10n-strings to be provided first, or did you intend for this PR to land as-is (with a later follow-up patch)?
r=me, since this seems to work as it should; thank you!
I hope we'll have the strings next week but it's worth having asap in nightly in order to be tested. |
No description provided.