-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Photogallerymodal tags #976
Conversation
@vnugent i'm really not sure why the test build step gets skipped. but if you pull down my branch, you'll see the failing tests |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e6dd6e9
to
3242611
Compare
|
Thanks for the help. I think I see what you did here by mocking the child components to isolate just testing the PhotoMontage. I'll make sure I do this in the future! |
Thank you for taking on this. Some feedback:
|
@vnugent I agree they are hard to read? I tested out putting the recent media cards into the photogallery. What do you think of this? I feel like we might want to put some kind of border around to separate each card. I also feel that way about the newTags page too, but would also defer to what you think |
I like the newer version. Instead of adding borders, what about increasing the spacing between the cards?
which tag page? the user profile? |
@vnugent what do you think about this? |
c69e5c0
to
dea4173
Compare
Can you please rebase? Not sure why photos are not loading in the preview build. We recently switched to the new image resizing service and introduced a PR that improves the way we load images. |
/** | ||
* Image card for the gallery page | ||
*/ | ||
export const GalleryImageCard = ({ |
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.
Visually these cards are very similar to RecentMedia cards. Let's merge after you rebase and refactor later.
Superceded by PR #1012 |
name: Pull request
about: Adding the taglist to the PhotoGalleryModal, add username to TagList
What type of PR is this?(check all applicable)
Description
Refactored the previous
Tag
component into three separate components:BaseTag
,LocationTag
, andUsernameTag
. In addition, there is a boolean flag to render theUsernameTag
within theTagList
. This can maybe be refactored in the future to include a list of tagtypes to include in the list. This results in the username tag only being included in certain parts of the app since we have username tags elsewhere in other parts of the app.Related Issues
Issue #645
What this PR achieves
Screenshots, recordings
Notes