Adds components to main top navbar#4678
Open
byrnec30 wants to merge 9 commits intoIBM:epic/ui-rewritefrom
Open
Adds components to main top navbar#4678byrnec30 wants to merge 9 commits intoIBM:epic/ui-rewritefrom
byrnec30 wants to merge 9 commits intoIBM:epic/ui-rewritefrom
Conversation
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
Signed-off-by: Clare Byrne <clare.byrne1@ibm.com>
byrnec30
commented
May 8, 2026
| <div className="flex items-center gap-2"> | ||
| <HeaderQuickNav /> | ||
| <span className="hidden text-sm font-medium text-muted-foreground sm:inline"> | ||
| v{appPackage.version} |
Author
There was a problem hiding this comment.
this version may not match the actual app release version, is there a better source of truth for the version displayed here?
byrnec30
commented
May 8, 2026
| return ( | ||
| <DropdownMenu> | ||
| <DropdownMenuTrigger asChild> | ||
| {/* TODO: User photo/avatar data does not appear to be available in the current frontend. Using fallback button for now. */} |
Author
There was a problem hiding this comment.
TODO: source for photo or avatar?
This file contains hidden or 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
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.
🔗 Related Issue
Closes #
#4464 (comment)
📝 Summary
What does this PR do and why?
This PR:
changes the layout of the main top navbar:
🏷️ Type of Change
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
Screenshots, design decisions, or additional context.