-
Notifications
You must be signed in to change notification settings - Fork 916
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] Refactor get start card at new home page #7920
[Workspace] Refactor get start card at new home page #7920
Conversation
Signed-off-by: yubonluo <yubonluo@amazon.com>
…oards into 2.17/refactor-get-started-card
Signed-off-by: yubonluo <yubonluo@amazon.com>
Signed-off-by: yubonluo <yubonluo@amazon.com>
…OpenSearch-Dashboards into 2.17/refactor-get-started-card
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7920 +/- ##
==========================================
- Coverage 64.33% 64.33% -0.01%
==========================================
Files 3677 3678 +1
Lines 81206 81202 -4
Branches 12946 12943 -3
==========================================
- Hits 52243 52238 -5
Misses 25750 25750
- Partials 3213 3214 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/plugins/workspace/public/components/home_get_start_card/setup_get_start_card.tsx
Outdated
Show resolved
Hide resolved
src/plugins/workspace/public/components/home_get_start_card/setup_get_start_card.tsx
Show resolved
Hide resolved
src/plugins/content_management/public/components/card_container/card_embeddable.tsx
Show resolved
Hide resolved
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 some minor comments
src/plugins/workspace/public/components/home_get_start_card/use_case_card_title.tsx
Outdated
Show resolved
Hide resolved
src/plugins/workspace/public/components/home_get_start_card/use_case_card_title.tsx
Outdated
Show resolved
Hide resolved
…oards into 2.17/refactor-get-started-card
Signed-off-by: yubonluo <yubonluo@amazon.com>
* refactor started card Signed-off-by: yubonluo <yubonluo@amazon.com> * refactor new home page get start card Signed-off-by: yubonluo <yubonluo@amazon.com> * Changeset file for PR #7920 created/updated * revert code Signed-off-by: yubonluo <yubonluo@amazon.com> * optimize the code Signed-off-by: yubonluo <yubonluo@amazon.com> --------- Signed-off-by: yubonluo <yubonluo@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit d13007a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor started card * refactor new home page get start card * Changeset file for PR #7920 created/updated * revert code * optimize the code --------- (cherry picked from commit d13007a) Signed-off-by: yubonluo <yubonluo@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
Refactor get start card at new home page according the latest ui design.
The card icon will been update as the followed commit.
Issues Resolved
Screenshot
2024-08-29.23.15.27.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration