-
Notifications
You must be signed in to change notification settings - Fork 929
refactor: update the navbar to match the new designs #15964
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3900600
Refactor navbar on desktop
BrunoQuaresma 916c0a7
Remove unecessary imports and fix skeleton height
BrunoQuaresma 8837484
Add basic structure for mobile menu
BrunoQuaresma f365421
Merge branch 'main' of https://github.com/coder/coder into bq/improve…
BrunoQuaresma 072a6d8
Finish mobile menu
BrunoQuaresma a040a3b
Merge branch 'main' of https://github.com/coder/coder into bq/improve…
BrunoQuaresma 2a79316
Add icon sizes
BrunoQuaresma 1b0c075
Adjust icon sizes
BrunoQuaresma 7956d56
Extract MobileMenu
BrunoQuaresma 7f9a95d
Add stories for mobile menu
BrunoQuaresma 7e11d46
Fix fmt and lint
BrunoQuaresma 07ce677
Apply PR review suggestions
BrunoQuaresma 0699cb4
Align breadcrumb, deployment and org settings layouts to navbar.
BrunoQuaresma 2830801
Remove DropdownMenuComponent
BrunoQuaresma 08f92e5
Run make fmt
BrunoQuaresma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix fmt and lint
- Loading branch information
commit 7e11d46c2d300c03c8aea9ec7de424aa36e814dd
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Could the comment also be updated to list what components rely on this patch?