-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Backport 2.x] [workspace]feat/add workspace selector to left nav bar. #8418
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
Conversation
* feat/add_workspace_selector Signed-off-by: Qxisylolo <[email protected]> * Add_workspace_selector_to_left_nav, adjust style Signed-off-by: Qxisylolo <[email protected]> * Add_workspace_selector_to_left_nav, adjust styles Signed-off-by: Qxisylolo <[email protected]> * Add_workspace_selector_to_left_nav, keep the origin width of nav bar Signed-off-by: Qxisylolo <[email protected]> * Add_workspace_selector_to_left_nav, keep the origin width of nav bar, and adjust width Signed-off-by: Qxisylolo <[email protected]> * fix/the_UI_of_recent_assets, resolve comments Signed-off-by: Qxisylolo <[email protected]> * fix/the_UI_of_recent_assets, add tests Signed-off-by: Qxisylolo <[email protected]> * fix/the_UI_of_recent_assets, set scss Signed-off-by: Qxisylolo <[email protected]> * fix/the_UI_of_recent_assets, resolve conflicts Signed-off-by: Qxisylolo <[email protected]> * fix/the_UI_of_recent_assets, delete workspace list Signed-off-by: Qxisylolo <[email protected]> * feat: show nav group when not in a workspace Signed-off-by: SuZhou-Joe <[email protected]> * feat: format scss file Signed-off-by: SuZhou-Joe <[email protected]> * feat: optimize code Signed-off-by: SuZhou-Joe <[email protected]> * Update src/plugins/workspace/public/components/workspace_menu/workspace_menu.tsx Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]> * fix: unit test Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: Qxisylolo <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 0831c99) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #8418 +/- ##
=======================================
Coverage 61.00% 61.01%
=======================================
Files 3748 3749 +1
Lines 89089 89124 +35
Branches 13911 13918 +7
=======================================
+ Hits 54351 54376 +25
- Misses 31366 31372 +6
- Partials 3372 3376 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…roject#8364) (opensearch-project#8418) * feat/add_workspace_selector * Add_workspace_selector_to_left_nav, adjust style * Add_workspace_selector_to_left_nav, adjust styles * Add_workspace_selector_to_left_nav, keep the origin width of nav bar * Add_workspace_selector_to_left_nav, keep the origin width of nav bar, and adjust width * fix/the_UI_of_recent_assets, resolve comments * fix/the_UI_of_recent_assets, add tests * fix/the_UI_of_recent_assets, set scss * fix/the_UI_of_recent_assets, resolve conflicts * fix/the_UI_of_recent_assets, delete workspace list * feat: show nav group when not in a workspace * feat: format scss file * feat: optimize code * Update src/plugins/workspace/public/components/workspace_menu/workspace_menu.tsx * fix: unit test --------- (cherry picked from commit 0831c99) Signed-off-by: Qxisylolo <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: SuZhou-Joe <[email protected]> Co-authored-by: Yulong Ruan <[email protected]>
Backport 0831c99 from #8364.