You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add real-time MEV and gas refund metrics to navbar
- Add comprehensive refund metrics widget showing MEV and gas refund totals
- Fetch live data from configurable Dune Analytics API with feature flag support
- Use navbar__item class for seamless Docusaurus framework integration
- Perfect typography: regular labels, semibold values (font-weight: 500) matching navbar links
- Display format: 'Refund | MEV: X.XX ETH | Gas: X.XX ETH' with separators
- Include click handler redirecting to Dune analytics dashboard
- Responsive design with mobile hide behavior
- Robust error handling with graceful degradation
Technical implementation:
- Multi-metric layout with proper flex alignment and baseline typography
- Custom navbar component following Docusaurus integration patterns
- Server-side rendering compatible with runtime feature flag control
- Minimal CSS leveraging framework styles for consistent appearance
0 commit comments