-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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] Update the loading icon when wait for ML to take into account prefered-reduced-motion setting #18666
[Editor] Update the loading icon when wait for ML to take into account prefered-reduced-motion setting #18666
Conversation
calixteman
commented
Aug 30, 2024
•
edited
Loading
edited
- The icon has been updated in https://bugzilla.mozilla.org/show_bug.cgi?id=1908920;
- Add a linter to check that a svg element doesn't have fill="context-fill" attribute.
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/95a926bf62c64d4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/0ef47042f4cb411/output.txt |
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.
r=me, with the comment addressed; thank you.
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/95a926bf62c64d4/output.txt Total script time: 8.68 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/0ef47042f4cb411/output.txt Total script time: 20.13 mins
|
d1e5a19
to
d6d0e67
Compare
…t prefered-reduced-motion setting * The icon has been updated in https://bugzilla.mozilla.org/show_bug.cgi?id=1908920; * Add a linter to check that a svg element doesn't have fill="context-fill" attribute.
d6d0e67
to
36c5d19
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.
SVG linting seems helpful.
r=me, thank you.
I made two PRs: https://github.com/simple-icons/svglint/pulls/calixteman in order to not print the summary and to add an ignore list. |