User moderator tools user interface redesign#2063
Draft
trichoplax wants to merge 41 commits into
Draft
Conversation
(cherry picked from commit 208f515)
(cherry picked from commit 3b36262)
(cherry picked from commit 4ad7dc9)
(cherry picked from commit 1296004)
(cherry picked from commit 6d624c2)
(cherry picked from commit b6f18b2)
(cherry picked from commit c77f456)
(cherry picked from commit a697df3)
(cherry picked from commit 3155f62)
(cherry picked from commit c5847fd)
(cherry picked from commit 05cded1)
(cherry picked from commit 709b8c9)
(cherry picked from commit 62be5b0)
(cherry picked from commit d08f4af)
(cherry picked from commit fd66bc8)
(cherry picked from commit 048685b)
(cherry picked from commit f157386)
(cherry picked from commit d271b38)
(cherry picked from commit 3b225c2)
(cherry picked from commit 4f07b2a)
(cherry picked from commit 2795ff0)
(cherry picked from commit 2acc08e)
(cherry picked from commit bcfedf9)
(cherry picked from commit 588c019)
(cherry picked from commit c2acb3d)
(cherry picked from commit 126c2c4)
Codecov Report❌ Patch coverage is
Additional details and impacted files
☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This converts the user moderation tools from a pop up panel on the user page to a tab at the top of the user page. On desktop this has a left hand panel listing all of the user moderation tools. On mobile this list is available by pressing "Show User Moderation Tools" near the top of the tab.
Note that this change also includes some tidying: code formatting to match the style guide and use of the new user model methods such as
admin?instead ofis_admin. Please let me know if you would prefer any of these to be a separate pull request. My aim has been to get these out of the way now to minimise such changes in later user moderator tools pull requests.