feat: standardize badge styling (#504) and add keyboard shortcuts (#505) - #665
Merged
Abd-Standard merged 3 commits intoSep 1, 2026
Conversation
…hortcuts (Core-Foundry#505) Core-Foundry#504 — Improve Notification Badge Styling - Add 14 badge design tokens (--badge-*) in :root and light theme - Update 15 badge class families to use var() token references - Standardize padding, border-radius, font-size, font-weight across all badges - Ensure light theme badge colors have sufficient contrast - Add 17 tests verifying token definitions, var() usage, and class mappings Core-Foundry#505 — Support Keyboard Shortcuts - Add useKeyboardShortcuts hook: 1-9 tab switching, T theme, R refresh, ? help - Add KeyboardShortcutsHelp component with ARIA dialog, focus management - Integrate shortcuts into App.tsx with <kbd> hints on tabs - Disable shortcuts while typing in inputs/editable elements - Avoid conflicts with browser/OS modifier key shortcuts - Add 13 tests for shortcut behavior, accessibility, and help overlay - Document shortcuts in STORYBOOK.md
|
@Demilade10 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! 🚀 |
Implement a diagnostic utility that benchmarks multiple Soroban RPC endpoints and helps users identify and connect to the fastest one. - Add benchmark service using direct JSON-RPC fetch calls in parallel - Add Zustand store for managing endpoints, results, and active RPC config - Add RPC Benchmark page with summary strip, results table, and endpoint management - Support adding custom private endpoints - Measure latency, block height, sync status, and availability - Rank endpoints by performance and provide 'Connect to Fastest' action - Persist selected RPC endpoint in localStorage - Add responsive CSS with dark/light theme support - Register new tab in navigation (Diagnostics group)
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.
Closes #504 — Improve Notification Badge Styling
Closes #505 — Support Keyboard Shortcuts
Test Results
Closes #504
Closes #505