-
Notifications
You must be signed in to change notification settings - Fork 967
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Workspace]Refactor workspace form UI (#7133)
* Make create workspace and update workspace full width Signed-off-by: Lin Wang <wonglam@amazon.com> * Refactor user permissions input Signed-off-by: Lin Wang <wonglam@amazon.com> * Add workspace form call out Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix permissions input unit tests Signed-off-by: Lin Wang <wonglam@amazon.com> * Update gaps Signed-off-by: Lin Wang <wonglam@amazon.com> * Update error callout Signed-off-by: Lin Wang <wonglam@amazon.com> * Update user permission current user and number of changes Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix changes Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix owner order Signed-off-by: Lin Wang <wonglam@amazon.com> * Add ut for form error callout Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix unit tests in workspace Signed-off-by: Lin Wang <wonglam@amazon.com> * Mark first user row required Signed-off-by: Lin Wang <wonglam@amazon.com> * Update section title Signed-off-by: Lin Wang <wonglam@amazon.com> * Add validate for owner missing Signed-off-by: Lin Wang <wonglam@amazon.com> * Changeset file for PR #7133 created/updated * Fix unit tests for workspace form utils Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix unit tests for form error callout Signed-off-by: Lin Wang <wonglam@amazon.com> * Add unit test for transfer current user placeholder Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix unit tests in workspace permission setting panel Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix unit test in useWorkspaceForm Signed-off-by: Lin Wang <wonglam@amazon.com> * Add missing unit tests for workspace form utils Signed-off-by: Lin Wang <wonglam@amazon.com> * Add unit tests for getNumberOfErrors Signed-off-by: Lin Wang <wonglam@amazon.com> * Add more ut for workspace form error callout Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix error code Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix failed unit test Signed-off-by: Lin Wang <wonglam@amazon.com> * Add back color picker Signed-off-by: Lin Wang <wonglam@amazon.com> * Address UX comments Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix empty user no workspace owner Signed-off-by: Lin Wang <wonglam@amazon.com> * Change to Associate data source Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a2ee362
commit c5946b9
Showing
26 changed files
with
1,462 additions
and
513 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
feat: | ||
- [Workspace] Refactor workspace form UI ([#7133](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7133)) |
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
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
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
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.