-
-
Notifications
You must be signed in to change notification settings - Fork 143
feat: add gallery endpoint #1297
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
base: develop
Are you sure you want to change the base?
Conversation
still a very much WIP, but some preliminary screenshots I used the nextjs concepts of parallel routes and intercepting routes that allows us to have a modal as well as a fallback component that loads in the shared url. this was a new concept for me so i may be doing things in not the best or most correct way. any feedback appreciated. |
@vnugent @mikeschen maybe i can get some preliminary feedback on this. I think this would have the potential to satisfy both #1212 and #1214. It's using parallel and intercepting routes that lets us have both a client side rendered modal as well as an ssr fallback component. Obviously I kinda copied the usergallery component. My eventual goal is to refactor the user gallery page to use this more general version of the |
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.
This looks good, I'm totally fine with this and seems to be an improvement. Let me know if you need any help.
Just a request to have another name besides "p" for the folder.
name: Pull request
about: Create a pull request
title: ''
labels: ''
assignees: ''
What type of PR is this?(check all applicable)
Description
Related Issues
Issue #
What this PR achieves
Screenshots, recordings
Notes