-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Docs: Refer to menu order with first-last #8569
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8569 +/- ##
=======================================
Coverage 99.11% 99.11%
=======================================
Files 141 141
Lines 4076 4076
=======================================
Hits 4040 4040
Misses 36 36 ☔ View full report in Codecov by Sentry. |
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.
@vfonic thank you. This is a good improvement. For the first paragraph it's sufficient to just state the menu item priority default since the sentence before is clear on how it's sorted.
Co-authored-by: Javier Julio <[email protected]>
Co-authored-by: Javier Julio <[email protected]>
Co-authored-by: Javier Julio <[email protected]>
Co-authored-by: Javier Julio <[email protected]>
@javierjulio I've used GitHub UI to accept all of your suggestions. Please re-review and feel free to squash all of these extra commits before merging. |
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.
Thanks!
I noticed that in the docs,
menu priority: 1
mentions that that menu item is "left most". But the new AA menu is in the sidebar, not top bar, which is top to bottom. To fix this, and not make it layout-dependent, I replaced "left" with "first" and made some other minot tweaks.