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

fix: Pager is not displayed #6468

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Conversation

miya
Copy link
Member

@miya miya commented Aug 22, 2022

Task

#102947 [Bug] ページリストの機能を使って表示するとページの一覧が20件までしか表示されない
#102948 修正

@miya miya requested a review from yuki-takei August 22, 2022 09:10
@miya miya self-assigned this Aug 22, 2022
@miya miya temporarily deployed to VRT August 22, 2022 09:23 Inactive
@@ -103,7 +103,7 @@ export const DescendantsPageListSubstance = (props: SubstanceProps): JSX.Element
);
}

const showPager = pagingResult.items.length > pagingResult.limit;
const showPager = pagingResult.totalCount > pagingResult.limit;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totalCount が limit を上回っていたら Pager を表示するように修正

@miya miya temporarily deployed to VRT August 22, 2022 09:59 Inactive
@miya miya temporarily deployed to VRT August 22, 2022 10:43 Inactive
@reg-suit
Copy link

reg-suit bot commented Aug 22, 2022

reg-suit detected visual differences.

Check this report, and review them.

🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴

🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵

What do the circles mean? The number of circles represent the number of changed images.
🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items

How can I change the check status? If reviewers approve this PR, the reg context status will be green automatically.

@yuki-takei yuki-takei merged commit 7b0c720 into master Aug 22, 2022
@yuki-takei yuki-takei deleted the fix/102948-pager-is-not-displayed branch August 22, 2022 12:09
@github-actions github-actions bot mentioned this pull request Aug 22, 2022
@miya miya linked an issue Aug 23, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

5.0.11 でページリストが20件までしか表示できない
2 participants