-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Backport 2.x] [Workspace] Fix fit&finish for workspace overview page #8386
Conversation
* fit&finish for workspace overview page Signed-off-by: Hailong Cui <[email protected]> * Changeset file for PR #8139 created/updated * revert recent_items.tsx change Signed-off-by: Hailong Cui <[email protected]> * use doclink service to build links Signed-off-by: Hailong Cui <[email protected]> * remove commented urls Signed-off-by: Hailong Cui <[email protected]> * update getting started card title size Signed-off-by: Hailong Cui <[email protected]> * update getting started card title size Signed-off-by: Hailong Cui <[email protected]> * recently updated assets Signed-off-by: Hailong Cui <[email protected]> * update card title size Signed-off-by: Hailong Cui <[email protected]> * Changeset file for PR #8139 created/updated * address review comments Signed-off-by: Hailong Cui <[email protected]> * fix for search overview page Signed-off-by: Hailong Cui <[email protected]> * wrap the card title Signed-off-by: Hailong Cui <[email protected]> * make getting started card not collapseable Signed-off-by: Hailong Cui <[email protected]> * udpate getting started card title size Signed-off-by: Hailong Cui <[email protected]> * address review comments Signed-off-by: Hailong Cui <[email protected]> * address review comments Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 69ec279) 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 #8386 +/- ##
=======================================
Coverage 61.00% 61.01%
=======================================
Files 3747 3747
Lines 89024 89080 +56
Branches 13894 13909 +15
=======================================
+ Hits 54309 54351 +42
- Misses 31356 31406 +50
+ Partials 3359 3323 -36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…oject#8139) (opensearch-project#8386) * fit&finish for workspace overview page * Changeset file for PR opensearch-project#8139 created/updated * revert recent_items.tsx change * use doclink service to build links * remove commented urls * update getting started card title size * update getting started card title size * recently updated assets * update card title size * Changeset file for PR opensearch-project#8139 created/updated * address review comments * fix for search overview page * wrap the card title * make getting started card not collapseable * udpate getting started card title size * address review comments * address review comments --------- (cherry picked from commit 69ec279) Signed-off-by: Hailong Cui <[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: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Backport 69ec279 from #8139.