-
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
[Workspace] Fix fit&finish for workspace overview page #8139
[Workspace] Fix fit&finish for workspace overview page #8139
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8139 +/- ##
=======================================
Coverage 60.92% 60.92%
=======================================
Files 3750 3750
Lines 89054 89095 +41
Branches 13910 13923 +13
=======================================
+ Hits 54257 54285 +28
- Misses 31433 31436 +3
- Partials 3364 3374 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/plugins/home/public/application/components/home_list_card.tsx
Outdated
Show resolved
Hide resolved
src/plugins/home/public/application/components/home_list_card.tsx
Outdated
Show resolved
Hide resolved
@@ -115,7 +117,7 @@ export const registerContentToSearchUseCasePage = ( | |||
}); | |||
}); | |||
|
|||
const searchIcon = <EuiIcon color="subdued" size="l" type="search" />; | |||
const searchIcon = <EuiIcon color="#9FC4D2" size="l" type="search" />; |
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.
Shall we not hard code the color? Just wondering how it will look like under dark/light mode?
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.
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.
$ouiLinkColor Shall we use this variable?
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.
$ouiLinkColor Shall we use this variable?
let me see if I can use predefined variables
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.
updated to a custom color by leveraging oui variable color: tint($euiLinkColor, 50%);
src/plugins/saved_objects_management/public/management_section/recent_work.tsx
Outdated
Show resolved
Hide resolved
src/plugins/saved_objects_management/public/management_section/recent_work.tsx
Show resolved
Hide resolved
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
src/plugins/saved_objects_management/public/management_section/recent_work.tsx
Show resolved
Hide resolved
src/plugins/content_management/public/services/content_management/types.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Hailong Cui <[email protected]>
* 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>
* fit&finish for workspace overview page * Changeset file for PR #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 #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>
…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>
Description
Issues Resolved
Screenshot
Untitled.mov
Testing the changes
yarn start --no-base-path
Changelog
Check List
yarn test:jest
yarn test:jest_integration