Ref T5867. Use a single query to load both personal and global items, then reorder them and add a divider if both groups have some stuff.
Details
Details
- Reviewers
chad - Maniphest Tasks
- T5867: Move Quick Create to MenuItemEngine
- Commits
- rPd7e5a8b978ad: Load global and custom profile menu items in a single query
Viewed menu, edited personal and global items, viewed/edited existing project menus.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- menu1
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 15293 Build 20125: Run Core Tests Build 20124: arc lint + arc unit
Event Timeline
Comment Actions
Hmm I didn't see it in my testing but probably still me. Will look soon (getting MacBook fixed)
Comment Actions
Also, why is the label in the user menu the Real Name, but log out still says "Log out <username>"?
Comment Actions
I haven't built the final version yet. This diff was getting long in the tooth. I think I commented above? I have more plans for UI.
Comment Actions
I think I need to convert PhabricatorActionView to a proper AphrontTagView, and migrate setMetadata globally to be able to fully customize the UI there. Brings us closer to PHUIListItemView as well.