Skip to content
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] fix: get start section cards not aligned #7658

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport aa807e5 from #7624.

* fix: get start section cards not aligned

The column size was hard coded to 4 previously, not changed so that it can be
configured, this addressed the issue when there are more than 4 cards,
cards will be displayed in multiple rows

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* fix ts type

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* tweaks types

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* add a todo item

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* fix license header

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* Changeset file for PR #7624 created/updated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit aa807e5)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Aug 8, 2024

❌ Invalid Changelog Heading

The '## 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.

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 63.75%. Comparing base (d7f3765) to head (6c78600).

Files Patch % Lines
...ent/public/components/card_container/card_list.tsx 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              2.x    #7658   +/-   ##
=======================================
  Coverage   63.74%   63.75%           
=======================================
  Files        3633     3633           
  Lines       80092    80093    +1     
  Branches    12673    12674    +1     
=======================================
+ Hits        51058    51060    +2     
+ Misses      25933    25932    -1     
  Partials     3101     3101           
Flag Coverage Δ
Linux_1 30.57% <0.00%> (-0.01%) ⬇️
Linux_2 55.70% <ø> (ø)
Linux_3 40.63% <0.00%> (+<0.01%) ⬆️
Linux_4 31.46% <0.00%> (-0.01%) ⬇️
Windows_1 30.59% <0.00%> (-0.01%) ⬇️
Windows_2 55.65% <ø> (ø)
Windows_3 40.63% <0.00%> (+<0.01%) ⬆️
Windows_4 31.46% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SuZhou-Joe SuZhou-Joe merged commit 9e704eb into 2.x Aug 9, 2024
67 of 70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants