-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add user profile, add email getter and setter, other minor changes #385
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,6 +1,7 @@ | |||
@import './variables'; | |||
@import './styles/components'; | |||
@import './styles/chip'; | |||
@import './styles/ProfileModal'; |
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.
Should this be imported directly into ./src/profile/ProfileModal.tsx directly?
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.
Broader note that it would be for technical debt reduction to align all CSS styles to camelCase instead of kabob-case
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.
agree, much needed refactoring, will work on this one
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.
Same note as above, would be great to have these all be either camelCase or some form of camelCase with BEM to ensure a standard but it's just a tech debt notice
In this PR: