Skip to content

Conversation

@kaja-osojnik
Copy link
Collaborator

@kaja-osojnik kaja-osojnik commented Apr 25, 2025

Create a consistent use for empty lists across the site using CardEmptyState component.
Fixes: #1879

Before:
image
image

After:
Screenshot 2025-04-25 at 17 11 44
Screenshot 2025-04-25 at 17 12 13

@github-actions
Copy link

github-actions bot commented Apr 25, 2025

Deployed to Cloudflare Pages

Latest commit: 4cb042d5eb2c83fcc808e09e1059c1e252e8a273
Status:✅ Deploy successful!
Preview URL: https://3163e83f.oasis-explorer.pages.dev
Alias: https://pr-1932.oasis-explorer.pages.dev

@kaja-osojnik kaja-osojnik requested a review from lukaw3d May 21, 2025 14:19
const events = data?.data.events
if (isFetched && pagination.selectedPage > 1 && !events?.length) {
throw AppErrors.PageDoesNotExist
}
Copy link
Member

@lukaw3d lukaw3d May 22, 2025

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@lukaw3d lukaw3d May 22, 2025

Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent empty lists

3 participants