-
Notifications
You must be signed in to change notification settings - Fork 918
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
[navigation] Left navigation collective #7655
[navigation] Left navigation collective #7655
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7655 +/- ##
==========================================
- Coverage 63.75% 63.74% -0.01%
==========================================
Files 3639 3639
Lines 80461 80460 -1
Branches 12800 12806 +6
==========================================
- Hits 51297 51290 -7
- Misses 26028 26077 +49
+ Partials 3136 3093 -43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
…try for the nav group Signed-off-by: SuZhou-Joe <[email protected]>
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.
Left a few minor comments
src/core/public/chrome/ui/header/collapsible_nav_group_enabled_top.tsx
Outdated
Show resolved
Hide resolved
src/core/public/chrome/ui/header/collapsible_nav_group_enabled_top.tsx
Outdated
Show resolved
Hide resolved
src/core/public/chrome/ui/header/collapsible_nav_group_enabled_top.tsx
Outdated
Show resolved
Hide resolved
src/core/public/chrome/ui/header/collapsible_nav_group_enabled_top.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-7655-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6877beaadd517207722c261181c1751bfa5bfb40
# Push it to GitHub
git push --set-upstream origin backport/backport-7655-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
* feat: change nav groups Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR opensearch-project#7655 created/updated * feat: move visualizations to all use case Signed-off-by: SuZhou-Joe <[email protected]> * feat: change the scrollable area Signed-off-by: SuZhou-Joe <[email protected]> * feat: register manage workspace category when in a workspace Signed-off-by: SuZhou-Joe <[email protected]> * feat: register index patterns to settings and setup Signed-off-by: SuZhou-Joe <[email protected]> * feat: show correct icon in top Signed-off-by: SuZhou-Joe <[email protected]> * feat: use gap to replace margin Signed-off-by: SuZhou-Joe <[email protected]> * feat: make new left nav work in mobile mode Signed-off-by: SuZhou-Joe <[email protected]> * fix: bootstrap error Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test error Signed-off-by: SuZhou-Joe <[email protected]> * feat: justify content Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add descriptions to core features Signed-off-by: SuZhou-Joe <[email protected]> * feat: add description to index pattern Signed-off-by: SuZhou-Joe <[email protected]> * feat: use smaller font size in left nav Signed-off-by: SuZhou-Joe <[email protected]> * feat: append navLinks inside second level to custom category if no entry for the nav group Signed-off-by: SuZhou-Joe <[email protected]> * feat: some optimize Signed-off-by: SuZhou-Joe <[email protected]> * feat: optimize code Signed-off-by: SuZhou-Joe <[email protected]> * feat: fix unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: filter all use case Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 6877bea)
* feat: change nav groups Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR opensearch-project#7655 created/updated * feat: move visualizations to all use case Signed-off-by: SuZhou-Joe <[email protected]> * feat: change the scrollable area Signed-off-by: SuZhou-Joe <[email protected]> * feat: register manage workspace category when in a workspace Signed-off-by: SuZhou-Joe <[email protected]> * feat: register index patterns to settings and setup Signed-off-by: SuZhou-Joe <[email protected]> * feat: show correct icon in top Signed-off-by: SuZhou-Joe <[email protected]> * feat: use gap to replace margin Signed-off-by: SuZhou-Joe <[email protected]> * feat: make new left nav work in mobile mode Signed-off-by: SuZhou-Joe <[email protected]> * fix: bootstrap error Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test error Signed-off-by: SuZhou-Joe <[email protected]> * feat: justify content Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add descriptions to core features Signed-off-by: SuZhou-Joe <[email protected]> * feat: add description to index pattern Signed-off-by: SuZhou-Joe <[email protected]> * feat: use smaller font size in left nav Signed-off-by: SuZhou-Joe <[email protected]> * feat: append navLinks inside second level to custom category if no entry for the nav group Signed-off-by: SuZhou-Joe <[email protected]> * feat: some optimize Signed-off-by: SuZhou-Joe <[email protected]> * feat: optimize code Signed-off-by: SuZhou-Joe <[email protected]> * feat: fix unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: filter all use case Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 6877bea)
* feat: change nav groups Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #7655 created/updated * feat: move visualizations to all use case Signed-off-by: SuZhou-Joe <[email protected]> * feat: change the scrollable area Signed-off-by: SuZhou-Joe <[email protected]> * feat: register manage workspace category when in a workspace Signed-off-by: SuZhou-Joe <[email protected]> * feat: register index patterns to settings and setup Signed-off-by: SuZhou-Joe <[email protected]> * feat: show correct icon in top Signed-off-by: SuZhou-Joe <[email protected]> * feat: use gap to replace margin Signed-off-by: SuZhou-Joe <[email protected]> * feat: make new left nav work in mobile mode Signed-off-by: SuZhou-Joe <[email protected]> * fix: bootstrap error Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test error Signed-off-by: SuZhou-Joe <[email protected]> * feat: justify content Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: add descriptions to core features Signed-off-by: SuZhou-Joe <[email protected]> * feat: add description to index pattern Signed-off-by: SuZhou-Joe <[email protected]> * feat: use smaller font size in left nav Signed-off-by: SuZhou-Joe <[email protected]> * feat: append navLinks inside second level to custom category if no entry for the nav group Signed-off-by: SuZhou-Joe <[email protected]> * feat: some optimize Signed-off-by: SuZhou-Joe <[email protected]> * feat: optimize code Signed-off-by: SuZhou-Joe <[email protected]> * feat: fix unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: filter all use case Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 6877bea)
Description
The PR is to fix some issues:
Issues Resolved
Screenshot
Change category to manage workspace
Change the scrollable area of left navigation.
20240813183743370.mp4
Change the top icon behavior.
Add descriptions to some of core apps.
Append navLinks inside second level to custom category if no entry for the nav group
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration