feat: improve accessibility, interactivity, and dashboard customization#422
Merged
Marvell69 merged 1 commit intoJun 29, 2026
Merged
Conversation
…tivity, and customization Resolves Invoice-Liquidity-Network#396 Resolves Invoice-Liquidity-Network#397 Resolves Invoice-Liquidity-Network#398 Resolves Invoice-Liquidity-Network#399 Invoice-Liquidity-Network#396 - Fix Footer Link Accessibility: - Added aria-labels to icon links (website, GitHub) - Added visible focus indicators with ring styles - Wrapped link lists in semantic nav elements - Added skip to main content link for keyboard users - Tab through footer links with visible focus states Invoice-Liquidity-Network#397 - Enhance HowItWorks Section Interactivity: - Auto-advancing steps every 5 seconds - Click to pause/explore functionality - Animated step transitions with scale and ring effects - Detail expansion on click - Progress indicator dots with clickable navigation - Keyboard support (Enter/Space to interact) Invoice-Liquidity-Network#398 - Add InvoiceQRModal Print Option: - Added print button in invoice QR modal - Created print-friendly layout with clean styling - Includes QR code, invoice details, and payment link - Print dialog triggers automatically after generation Invoice-Liquidity-Network#399 - Implement LPDashboard Custom Widgets: - Added widget visibility toggle functionality - Drag-and-drop widget reordering - Reset layout to default option - Widget state persists to localStorage per user - Customize Widgets button in dashboard controls - Widgets affected: Portfolio Summary, Analytics Chart, Yield Comparison, Risk Summary, Insurance Pool, Portfolio Table
|
@buinntalen 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! 🚀 |
753e698
into
Invoice-Liquidity-Network:main
0 of 9 checks passed
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.
What
Added accessibility improvements to Footer, interactive step transitions to HowItWorks, print functionality to InvoiceQRModal, and customizable widget layout to LPDashboard.
Issues Resolved
Closes #396
Closes #397
Closes #398
Closes #399
Changes
#396 - Fix Footer Link Accessibility
#397 - Enhance HowItWorks Section Interactivity
#398 - Add InvoiceQRModal Print Option
#399 - Implement LPDashboard Custom Widgets