[feat] Allow for hiding admin badge on profile for yourself #439
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#439
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
There is an option to disable the "Admin" badge on your profile, but it only applies for other users; afaict the badge is still visible for the user for themselves even with this option enabled.
The reasoning
The user roles box gets cluttered with both a Bot and an Admin badge, and I'd like to be able to disable it for myself :p
Also, it ends up getting squeezed weird at lower screen resolutions with both (the issue here seems to be the "X per day" label being too long, I guess the correct solution would be to let it wrap - this is a separate issue though!):
Have you searched for this feature request?
tangential to the request, but:
@Riedler looks like there are more cases where there isn’t enough space. Can you take a look at adapting the width where compact mode disables itself or something else effective?
@knuxify you can avoid the squeezing by turning of "compact" user profiles in akkoma-fe settings
I'm quite busy rn with moving, but I can take a look at it in june or so. my first thought would be using container queries for that, or maybe just a horizontal flex layout that overflows the stats if space gets too tight. some of those elements on the left should also definitely have a minimum width and disabled line break