-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature]: Team Dedicated Page #70
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 made sure to load up the Vercel preview deployment too, and it generally looks good to me!
Just one code suggestion, and also wanted to note that I noticed that on Mobile, there are certain areas (see underlined in red) where Padding from an edge (either the edge of the page, or another component) could be improved
src/app/our-team/[team_member_id]/member-dedicated-page-client.test.tsx
Outdated
Show resolved
Hide resolved
….test.tsx Co-authored-by: Correy Lim <[email protected]>
Angle bracket assertion conflicts with TSX files, as noted in the documentation here: https://www.typescriptlang.org/docs/handbook/jsx.html#the-as-operator
@@ -79,7 +79,7 @@ module.exports = { | |||
'@typescript-eslint/consistent-indexed-object-style': 'error', | |||
'@typescript-eslint/consistent-type-assertions': [ | |||
'error', | |||
{ assertionStyle: 'angle-bracket', objectLiteralTypeAssertions: 'never' }, | |||
{ assertionStyle: 'as', objectLiteralTypeAssertions: 'never' }, |
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.
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.
Assuming we just want to leave the padding
items I noted above, this looks good to me!
addressed 4f315eb |
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.
close #58