Skip to content
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

Add a workspace dropdown menu in left navigation bar #282

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

ruanyl
Copy link
Owner

@ruanyl ruanyl commented Mar 6, 2024

In this commit, the workspace plugin registered a workspace dropdown menu on the top of left navigation bar. This allows user to quickly switch the current workspace.

Description

Issues Resolved

Screenshot

Testing the changes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

In this commit, the workspace plugin registered a workspace dropdown
menu on the top of left navigation bar. This allows user to quickly
switch the current workspace.

Signed-off-by: Yulong Ruan <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

Attention: Patch coverage is 92.15686% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 67.23%. Comparing base (57ee06d) to head (fa55b40).
Report is 5 commits behind head on workspace-pr-integr.

Files Patch % Lines
src/plugins/workspace/public/plugin.ts 25.00% 3 Missing ⚠️
...plugins/workspace/public/render_workspace_menu.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                   @@
##           workspace-pr-integr     #282      +/-   ##
=======================================================
+ Coverage                66.94%   67.23%   +0.28%     
=======================================================
  Files                     3322     3327       +5     
  Lines                    64139    65451    +1312     
  Branches                 10289    10735     +446     
=======================================================
+ Hits                     42938    44005    +1067     
- Misses                   18687    18872     +185     
- Partials                  2514     2574      +60     
Flag Coverage Δ
Linux_ 66.57% <92.15%> (+0.29%) ⬆️
_1 31.78% <92.15%> (+0.08%) ⬆️
_2 56.10% <100.00%> (+0.75%) ⬆️
_3 42.59% <100.00%> (-0.82%) ⬇️
_4 34.64% <100.00%> (-0.53%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@SuZhou-Joe SuZhou-Joe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, some minor concerns.

@ruanyl ruanyl merged commit 77ef493 into workspace-pr-integr Mar 7, 2024
78 of 79 checks passed
SuZhou-Joe pushed a commit that referenced this pull request Mar 18, 2024
In this commit, the workspace plugin registered a workspace dropdown
menu on the top of left navigation bar. This allows user to quickly
switch the current workspace and navigate to workspace create page and
workspace list page from the dropdown sticky on the top of the left nav bar.

Signed-off-by: Yulong Ruan <[email protected]>

---------

Signed-off-by: Yulong Ruan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants