feat(frontend): implement responsive recipient notification preferences dashboard and navigation (#216)#231
Open
Abdullahi-Code9 wants to merge 7 commits into
Conversation
…es dashboard and navigation
|
@Abdullahi-Code9 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! 🚀 |
…-preferences-dashboard
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 #216
Summary
Addresses #216 by introducing a highly responsive Recipient Notification Preferences Dashboard. This feature allows dashboard users to fine-tune their delivery configurations across individual notification channels and structural categories with seamless inputs and error safeguards.
Key Changes
NotificationPreferencesPage.tsxfeaturing a matrix layout connecting delivery channels (In-App, Email, Discord, Telegram) across major event categories (Security Alerts, Protocol Governance, System Updates, Custom Triggers).App.tsxwith a persistent responsive header/navigation bar to toggle views. Leverages derived URL search parameters (?tab=explorervs?tab=preferences) to maintain clean navigation boundaries without causing cascading layout reflows.index.csssupporting flexible grid wrapping across mobile, tablet, and wide desktop viewports.Verification Results
Validated module layout and syntax tree structures. Navigation state derivation maps instantly with URL context queries, providing a smooth user experience.