Skip to content
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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dmytrotkk
Copy link
Contributor

@dmytrotkk dmytrotkk commented Sep 30, 2024

In this PR:

  • Added user profile
  • Added email field to profile
  • Updated auth context to include email-related API calls
  • Other minor fixes

@dmytrotkk dmytrotkk self-assigned this Sep 30, 2024
Copy link

vercel bot commented Sep 30, 2024

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

Name Status Preview Comments Updated (UTC)
portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:53pm

@dmytrotkk dmytrotkk marked this pull request as ready for review October 2, 2024 15:45
@dmytrotkk dmytrotkk linked an issue Oct 2, 2024 that may be closed by this pull request
@@ -1,6 +1,7 @@
@import './variables';
@import './styles/components';
@import './styles/chip';
@import './styles/ProfileModal';
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

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

@dmytrotkk dmytrotkk merged commit 0f10cc0 into develop Oct 8, 2024
4 of 5 checks passed
@dmytrotkk dmytrotkk deleted the add-user-profile branch October 8, 2024 19:03
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add email field to profile
4 participants