a11y: add aria-label to 9 leaderboard search inputs - #1517
Merged
Conversation
…slugs verified live)
…CVEs) - next 16.2.6 -> 16.2.12 (fixes 4 High advisories: SSRF in Server Actions, SSRF in rewrites, App Router middleware bypass, DoS) - @modelcontextprotocol/sdk 1.26.0 -> 1.29.0 - js-yaml ^4.1.1 -> ^4.3.0 (fixes O(n^2) merge-key DoS; stay in 4.x since 5.x is a breaking API change) - pnpm.overrides: hono >=4.12.32 (was pinned to 4.12.18 via MCP SDK transitive; fixes CORS 'reflect any Origin' + JWT scheme bypass on the public /api/mcp endpoint) pnpm audit --audit-level=high: 4 -> 2 remaining (both are transitive sharp / brace-expansion advisories that Next / ESLint own and are harder to reach without breaking-change bumps upstream). pnpm typecheck clean.
Search inputs across the leaderboard grid (hl-cohort, hl-hip3,
perp-by-asset, perp-venues, pm-data-feeds, pm-venues, providers-table,
rpc-chains, rpc-providers-pivot) only had placeholder text. Screen
readers annouced them as 'edit' with no context; NVDA + JAWS + VoiceOver
users had to interact with the field to discover what it filtered.
Adds aria-label mirroring the placeholder ('Search venue', 'Search
builder', etc.) so the field has an accessible name whether the
placeholder is visible or the user has typed into it.
Files that already carried aria-label (badges-catalog, benchmark-grid,
compare-selector, search-dialog) are untouched.
Flotapponnier
added a commit
that referenced
this pull request
Jul 26, 2026
* chain-kpis: register Sei + Mode + Ronin + Immutable zkEVM (DefiLlama slugs verified live)
* chore(deps): bump next + js-yaml + pin hono via override (fix 3 High CVEs)
- next 16.2.6 -> 16.2.12 (fixes 4 High advisories: SSRF in Server
Actions, SSRF in rewrites, App Router middleware bypass, DoS)
- @modelcontextprotocol/sdk 1.26.0 -> 1.29.0
- js-yaml ^4.1.1 -> ^4.3.0 (fixes O(n^2) merge-key DoS; stay in 4.x
since 5.x is a breaking API change)
- pnpm.overrides: hono >=4.12.32 (was pinned to 4.12.18 via MCP SDK
transitive; fixes CORS 'reflect any Origin' + JWT scheme bypass on
the public /api/mcp endpoint)
pnpm audit --audit-level=high: 4 -> 2 remaining (both are transitive
sharp / brace-expansion advisories that Next / ESLint own and are
harder to reach without breaking-change bumps upstream).
pnpm typecheck clean.
* a11y: add aria-label to 9 leaderboard search inputs
Search inputs across the leaderboard grid (hl-cohort, hl-hip3,
perp-by-asset, perp-venues, pm-data-feeds, pm-venues, providers-table,
rpc-chains, rpc-providers-pivot) only had placeholder text. Screen
readers annouced them as 'edit' with no context; NVDA + JAWS + VoiceOver
users had to interact with the field to discover what it filtered.
Adds aria-label mirroring the placeholder ('Search venue', 'Search
builder', etc.) so the field has an accessible name whether the
placeholder is visible or the user has typed into it.
Files that already carried aria-label (badges-catalog, benchmark-grid,
compare-selector, search-dialog) are untouched.
Flotapponnier
added a commit
that referenced
this pull request
Jul 26, 2026
…utable/stakeme) (#1519) * a11y: add aria-label to 9 leaderboard search inputs (#1517) * chain-kpis: register Sei + Mode + Ronin + Immutable zkEVM (DefiLlama slugs verified live) * chore(deps): bump next + js-yaml + pin hono via override (fix 3 High CVEs) - next 16.2.6 -> 16.2.12 (fixes 4 High advisories: SSRF in Server Actions, SSRF in rewrites, App Router middleware bypass, DoS) - @modelcontextprotocol/sdk 1.26.0 -> 1.29.0 - js-yaml ^4.1.1 -> ^4.3.0 (fixes O(n^2) merge-key DoS; stay in 4.x since 5.x is a breaking API change) - pnpm.overrides: hono >=4.12.32 (was pinned to 4.12.18 via MCP SDK transitive; fixes CORS 'reflect any Origin' + JWT scheme bypass on the public /api/mcp endpoint) pnpm audit --audit-level=high: 4 -> 2 remaining (both are transitive sharp / brace-expansion advisories that Next / ESLint own and are harder to reach without breaking-change bumps upstream). pnpm typecheck clean. * a11y: add aria-label to 9 leaderboard search inputs Search inputs across the leaderboard grid (hl-cohort, hl-hip3, perp-by-asset, perp-venues, pm-data-feeds, pm-venues, providers-table, rpc-chains, rpc-providers-pivot) only had placeholder text. Screen readers annouced them as 'edit' with no context; NVDA + JAWS + VoiceOver users had to interact with the field to discover what it filtered. Adds aria-label mirroring the placeholder ('Search venue', 'Search builder', etc.) so the field has an accessible name whether the placeholder is visible or the user has typed into it. Files that already carried aria-label (badges-catalog, benchmark-grid, compare-selector, search-dialog) are untouched. * vague-1 chain assets: sei/mode/ronin/immutable logos + provider-registry entries (5 providers)
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.
Screen readers announced these as 'edit'. Adds aria-label mirroring the placeholder. 9 files, 9 lines.