Skip to content

[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

Merged
merged 24 commits into from
Oct 18, 2024
Merged

Conversation

Unknown-0perator
Copy link

close #58

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codeforbc-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2024 11:18pm

Copy link
Collaborator

@CorreyL CorreyL left a 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!

image

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

image

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' },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

For posterity.

CorreyL
CorreyL previously approved these changes Sep 25, 2024
Copy link
Collaborator

@CorreyL CorreyL left a 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!

@Unknown-0perator
Copy link
Author

Assuming we just want to leave the padding items I noted above, this looks good to me!

addressed 4f315eb

Copy link
Collaborator

@CorreyL CorreyL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Appreciate the changes to the padding! This looks good to me!

@Unknown-0perator Unknown-0perator merged commit e43c811 into main Oct 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants