-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Sidebar Navigation #19296
Merged
Merged
Sidebar Navigation #19296
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
7c46dba
Add Helios Design System Components (#19278)
zofskeez 332a92a
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez 72be2a4
Remove node-sass (#19376)
zofskeez 79f1ce4
Sidebar Navigation Components (#19446)
zofskeez 45aff37
Replace and remove old nav components with new ones (#19447)
zofskeez 3db9359
removes unused HcAppFrame footer block and reduces page header top ma…
zofskeez 4a68896
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez aaabeba
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez 6e1a974
Nav component cleanup (#19681)
zofskeez 409cb40
Console Panel Updates (#19741)
zofskeez dac19e4
updates hc nav components to new API
zofskeez fbd517f
Namespace Picker Updates (#19753)
zofskeez 354cbdb
removes home link component (#20027)
zofskeez 8048c5a
Auth and Error View Updates (#19749)
zofskeez 8990b10
updates loading substate handling and moves policies link from access…
zofskeez 3d10ef2
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez f7923aa
moves console panel to bottom of viewport (#20183)
zofskeez 7d450e7
HDS Sidebar Nav Components (#20197)
zofskeez a22202b
Sidebar navigation acceptance tests (#20270)
zofskeez 6e0ccfb
bumps addon version
zofskeez 77b5b51
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez 769bf3d
remove and ignore yarn install-state file
zofskeez 91ff7ac
fixes auth service and console tests
zofskeez 46c229f
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez bd143c7
moves classes from deleted files after bulma merge
zofskeez f0043fd
fixes sass syntax errors blocking build
zofskeez 07812fe
cleans up dart sass deprecation warnings
zofskeez f4cdb5f
adds changelog entry
zofskeez ed6c336
hides namespace picker when sidebar nav panel is minimized
zofskeez 7fee3be
style tweaks
zofskeez a226589
fixes sidebar nav tests
zofskeez 2ef4641
bumps hds addon to latest version and removes style override
zofskeez 29bd688
updates modify-passthrough-response helper
zofskeez b1bf664
Merge branch 'main' into ui/VAULT-12799/sidebar-navigation
zofskeez 4314cde
updates sidebar nav tests
zofskeez 997b9ac
mfa-setup test fix attempt
zofskeez 1e8f352
fixes cluster mfa setup test
zofskeez d20a0ce
remove deprecated yarn ignore-optional flag from makefile
zofskeez 8a179ca
removes another instance of yarn ignore-optional and updates ui readme
zofskeez 3effe5a
removes unsupported yarn verbose flag from ci-helper
zofskeez 6f3d46c
hides nav headings when user does not have access to any sub links
zofskeez d97d97f
removes unused optional deps and moves lint-staged to dev deps
zofskeez cd7fc3a
updates has-permission helper and permissions service tests
zofskeez c46c3ad
fixes issue with console panel not filling container width
zofskeez 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
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:feature | ||
**Sidebar Navigation in UI**: A new sidebar navigation panel has been added in the UI to replace the top navigation bar. | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,9 +132,9 @@ function build_ui() { | |
mkdir -p http/web_ui | ||
popd | ||
pushd "$repo_root/ui" | ||
yarn install --ignore-optional | ||
yarn install | ||
npm rebuild node-sass | ||
yarn --verbose run build | ||
yarn run build | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
popd | ||
} | ||
|
||
|
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
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.
ignore-optional
is no longer supported in yarn 3