Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
ilja (ilja@ilja.space)'s status on Monday, 12-Sep-2022 20:24:24 JSTilja @helene For what needs to happen, https://git.pleroma.social/pleroma/admin-fe/-/merge_requests/209
When a logged-in user isn't privileged, they shouldn't see whatever buttons or drop-downs allow them actions they aren't privileged too. The issue lists what still needs to be done for those.
Then there's also the fact a bunch of calls are being made, but a lot can return a 403, so we need a way to handle that.
The rest of the hiding, I can do since I'm already working on it. The calls is something I still have to figure out.