-
Notifications
You must be signed in to change notification settings - Fork 968
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
[Workspace]Update details panel UI in workspace create page #8375
[Workspace]Update details panel UI in workspace create page #8375
Conversation
Signed-off-by: Lin Wang <wonglam@amazon.com>
Signed-off-by: Lin Wang <wonglam@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8375 +/- ##
==========================================
- Coverage 60.93% 60.93% -0.01%
==========================================
Files 3749 3750 +1
Lines 89038 89043 +5
Branches 13903 13906 +3
==========================================
+ Hits 54251 54254 +3
- Misses 31425 31426 +1
- Partials 3362 3363 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -86,7 +76,7 @@ export const WorkspaceCreatorForm = (props: WorkspaceCreatorFormProps) => { | |||
|
|||
return ( | |||
<EuiFlexGroup className="workspaceCreateFormContainer"> | |||
<EuiFlexItem style={{ maxWidth: 768 }}> | |||
<EuiFlexItem style={{ maxWidth: 848 }}> |
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.
Nit: can we avoid hard coded with?
* Update details panel UI in workspace create page Signed-off-by: Lin Wang <wonglam@amazon.com> * Changeset file for PR #8375 created/updated * Fix details panel title not rendered 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> (cherry picked from commit 71ab7bb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…8416) * Update details panel UI in workspace create page * Changeset file for PR #8375 created/updated * Fix details panel title not rendered --------- (cherry picked from commit 71ab7bb) Signed-off-by: Lin Wang <wonglam@amazon.com> 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: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…ch-project#8375) (opensearch-project#8416) * Update details panel UI in workspace create page * Changeset file for PR opensearch-project#8375 created/updated * Fix details panel title not rendered --------- (cherry picked from commit 71ab7bb) Signed-off-by: Lin Wang <wonglam@amazon.com> 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: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
This PR is for updating details panel UI in workspace create page. Move the color, name and description input in the same panel like screenshot below.
Issues Resolved
Screenshot
Testing the changes
yarn osd bootstrap --single-version loose
config/opensearch_dashboards.yml
yarn start --no-base-path
Changelog
Check List
yarn test:jest
yarn test:jest_integration