feat: accessible pagination, recent activity badge, cleared-filters empty state, context menu#328
Merged
Chucks1093 merged 1 commit intoMay 28, 2026
Conversation
…ate, context menu (accesslayerorg#316 accesslayerorg#317 accesslayerorg#318 accesslayerorg#319) ## What changed - Add CreatorListPagination with aria-live region and proper aria-labels (accesslayerorg#316) - Add RecentActivityBadge pulsing indicator for creators with volume24h > 0 (accesslayerorg#317) - Add ClearedFiltersEmptyState for empty marketplace with no active search (accesslayerorg#318) - Add keyboard-navigable DropdownMenu context menu on CreatorCard (accesslayerorg#319) ## Why - Pagination buttons lacked accessible labels and live region announcements - No visual indicator for recently active creators with trading activity - Cleared-filters state showed wrong empty state copy (search-no-results) - No way to copy/share a creator profile link from the card ## How to test - Tab through pagination: screen reader should announce "Go to previous page" / "Go to next page" - Creator with volume24h > 0 shows pulsing green "Active" badge - Clear all filters with empty marketplace: "Nothing here yet" state appears - Press the ⋮ button on a creator card: Copy/Share/View profile items open with keyboard
|
@brightpixel-dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #316
Fixes #317
Fixes #318
Fixes #319
What changed
CreatorListPaginationcomponent witharia-liveregion and properaria-labelon Prev/Next buttons (Add accessible label for pagination controls in creator list #316)RecentActivityBadgepulsing green indicator for creators withvolume24h > 0(Add visual indicator for creators with recent trading activity #317)ClearedFiltersEmptyStatefor empty marketplace when no active search is running (Add empty state for no results after clearing all filters #318)DropdownMenucontext menu onCreatorCardwith Copy/Share/View profile actions (Add keyboard-navigable creator card context menu #319)Why
How to test
volume24h > 0shows pulsing green "Active" badge in the name row