-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding image upload views for admins and profiles. #2424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this locally and both the admin and personal image views get stuck on an infinite loading screen. Looking at the network tab, the request succeeds. The local view pages are also blank after a refresh or directly navigating there.
The blank pages are gonna be tough to figure out, bc I can't replicate. I just tested again, and the linked video above shows a refresh. It might be because this requires an unmerged back-end change that's running with my new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it again and it works.
Description
Adds the ability to view and delete media uploads for admins and users
Screenshots
Screen_Recording_20240415_214719_Fulguris.mp4
context: LemmyNet/lemmy#4631