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

User page #198

Merged
merged 12 commits into from
Jan 27, 2024
Merged

User page #198

merged 12 commits into from
Jan 27, 2024

Conversation

evan-scales
Copy link
Collaborator

@evan-scales evan-scales commented Jan 21, 2024

  • created user page
  • changed nav color to be like in figma
  • changed site background to be like in figma
  • ran npm run format
  • online status needs some tweaking, so not showing online status for now
    • Will work more on that while I combine the viewing and chat
    • Scratch that ^^
    • Online status does not behave well when running on dev, but I observed the online status of a user on our deployed site.
    • Checked in the database when the user logged in the online status was set to true. User closing the tab set it to false. User opneing a new tab set it back to true. Logging out set it to false

viewing another uses profile
image
viwing own profile (this user also has a bio and age)
image

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-198.eastus2.4.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-198.eastus2.4.azurestaticapps.net

1 similar comment
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-198.eastus2.4.azurestaticapps.net

@evan-scales evan-scales marked this pull request as draft January 21, 2024 22:17
@evan-scales evan-scales marked this pull request as ready for review January 21, 2024 22:50
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-198.eastus2.4.azurestaticapps.net

FU.SPA/src/App.jsx Outdated Show resolved Hide resolved
FU.SPA/src/App.css Outdated Show resolved Hide resolved
FU.API/FU.API/Controllers/UsersController.cs Outdated Show resolved Hide resolved
FU.API/FU.API/Models/UserProfile.cs Outdated Show resolved Hide resolved
FU.API/FU.API/Services/UserService.cs Outdated Show resolved Hide resolved
FU.SPA/src/components/pages/UserProfile.jsx Outdated Show resolved Hide resolved
@jbytes1027 jbytes1027 merged commit 52a4601 into main Jan 27, 2024
2 checks passed
@jbytes1027 jbytes1027 deleted the userPage branch January 27, 2024 16:47
@evan-scales evan-scales linked an issue Jan 31, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic View User Profile UI
2 participants