Skip to content
Snippets Groups Projects

Moderation menu #310

Merged Eugenij requested to merge eugenijm/pleroma-fe:moderation-menu into develop

Implements dropdown menu as per #310 (closed) discussion.

Video: https://cl.ly/bdd468fe1e58, menu auto-positioning: https://cl.ly/88373da97854 (the auto-positioning is optional FWIW)

Complementary backend MR for changing activation status API: pleroma!843 (merged)

Additional backend MR needed for the "deactivated" status in the user view pleroma!874 (merged) (should be merged first, the FE depends on it)

Visibility table. If an action is not applicable to the given user type, FE doesn't show it in the menu.

I have run tests on internal and external users to see which actions are applicable to which user type but corrections are welcome!

Menu item Applicable to user type Video
Grant Admin local local user
Grant Moderator local local user
Deactivate account local and external local user external user
Delete account local and external local user external user from timeline
Force posts to be NSFW local and external local user external user
Force posts not to have media local and external local user external user
Force posts to be unlisted local and external local user external user
Force posts to be followers-only local and external local user external user
Disallow following user from remote instances local local user
Disallow following user at all local

"Disallow user posts from federating" - apparently it's not implemented yet, should we add it later?

Screenshots for different themes

Themed dropdown menu Themed Delete User dialog
Pleroma Dark Pleroma Dark
Pleroma Light Pleroma Light
Classic Dark Classic Dark
Bird Bird
Ir Black Ir Black
Monokai Monokai
Mammal Mammal
Remond XX Redmond XX
Breezy Dark Breezy Dark
Breezy Light Breezy Light

Mobile: Light menu, Dark menu, Light Delete User dialog, Dark Delete User dialog

Mobile Video: https://cl.ly/115b0517fe3f

Screen_Shot_2019-02-22_at_7.00.26_PM

Screen_Shot_2019-02-26_at_12.33.00_PM

Screen_Shot_2019-02-22_at_7.06.06_PM

Edited by Eugenij

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • HJ
  • HJ
  • HJ
  • HJ
  • Eugenij mentioned in merge request pleroma!840 (merged)

    mentioned in merge request pleroma!840 (merged)

  • Eugenij mentioned in merge request pleroma!843 (merged)

    mentioned in merge request pleroma!843 (merged)

  • Eugenij changed the description

    changed the description

  • Eugenij added 1 commit

    added 1 commit

    Compare with previous version

  • Eugenij added 25 commits

    added 25 commits

    Compare with previous version

  • Maintainer

    Not exactly liking it's size, but it has zero dependencies so it's ok I guess.

  • Eugenij added 1 commit

    added 1 commit

    Compare with previous version

  • Eugenij added 14 commits

    added 14 commits

    Compare with previous version

  • Eugenij changed the description

    changed the description

  • Eugenij changed the description

    changed the description

  • Author Contributor

    Yup, I'm not sure what are the alternatives when it comes to doing positioning with JS. I'd like to avoid adding too much code because of the cost associated with parsing and compiling it (bandwidth-wise, popper.js is only 6kb gzipped). But writing positioning logic ourselves while handling all the edge cases properly would probably result in something of a similar size I think.

    Edited by Eugenij
  • Eugenij added 1 commit

    added 1 commit

    Compare with previous version

  • Author Contributor

    With regards to colors, is there a consensus on which colors should be used for the menu elements?

    In the prototype, I went with the general background color to be consistent with the background color of a pressed button so that there is a visual connection between the two elements.

    Also, the indicator appearance: Screen_Shot_2019-02-21_at_10.27.05_AM

    I figured that for long labels, it might be clearer if we add the "ON" badge than if we change text (like in "Grant Admin" / "Revoke Admin").

    The screenshots of how the menu looks in different themes:

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading