generated from nimblehq/git-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages [#18] [#22] As a user, I can logout #39
Open
liamstevens111
wants to merge
9
commits into
feature/25-login-page-when-unauthenticated
Choose a base branch
from
feature/19-frontend-display-profile
base: feature/25-login-page-when-unauthenticated
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+301
−22
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for moonlit-buttercream-05cb2f ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
liamstevens111
changed the base branch from
develop
to
feature/25-login-page-when-unauthenticated
March 8, 2023 09:38
5 tasks
liamstevens111
changed the title
Feature/19 frontend display profile
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of all pages
Mar 8, 2023
liamstevens111
changed the title
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of all pages
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages
Mar 8, 2023
liamstevens111
force-pushed
the
feature/19-frontend-display-profile
branch
from
March 9, 2023 02:56
d696e31
to
25f3227
Compare
liamstevens111
changed the title
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages [#18] [Backend] As a user, I can logout [#22] [UI] As a user, I can logout
Mar 9, 2023
liamstevens111
force-pushed
the
feature/19-frontend-display-profile
branch
from
March 9, 2023 04:24
25f3227
to
997ef75
Compare
liamstevens111
changed the title
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages [#18] [Backend] As a user, I can logout [#22] [UI] As a user, I can logout
[#19] [UI] As a user, when I am authenticated I can see the company logo and my profile image at the top of pages [#18] [#22] As a user, I can logout
Mar 9, 2023
liamstevens111
force-pushed
the
feature/19-frontend-display-profile
branch
from
March 20, 2023 06:59
00771b3
to
0e35d2c
Compare
liamstevens111
force-pushed
the
feature/19-frontend-display-profile
branch
from
March 21, 2023 05:52
e096f33
to
466ef7f
Compare
liamstevens111
force-pushed
the
feature/19-frontend-display-profile
branch
from
March 22, 2023 02:07
466ef7f
to
0886516
Compare
…eys are shown in future PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What happened 👀
Also infinite loop in tests for authenticated route with no user located in private route test with
test.skip
Insight 📝
Proof Of Work 📹
Showing the Header on all routes where the user has been authenticated:
Clicking on the User's image displays the sidebar where logout can be performed: