-
Notifications
You must be signed in to change notification settings - Fork 0
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
Polish v2 frontend design #219
base: main
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/loo-labs/waterpark/6uut5xLgwydnjhvrJARjyp57z3RL |
1dd2b71
to
ed20501
Compare
@evtyz marked this for ready for review by accident soz |
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.
@@ -30,6 +30,7 @@ export const Gallery = styled( | |||
/> | |||
) | |||
}} | |||
// thumbnailPosition={'right'} |
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.
// thumbnailPosition={'right'} |
@@ -94,7 +94,7 @@ const Comment = styled(({ className, review }: { className?: string; review: Rev | |||
<div className={className}> | |||
<Description>{review.comment}</Description> | |||
<AuthorInfo> | |||
— {review.faculty} {review.status}, {formatRelative(review.timestamp, Date.now())} | |||
— {review.faculty} {review.status}, {formatDistanceToNowStrict(review.timestamp)} ago |
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.
what does this do?
Purpose: Closes #216.