feat(frontend): SEP-10 login for creator routes + reject UI and review states - #280
Open
phertyameen wants to merge 2 commits into
Open
feat(frontend): SEP-10 login for creator routes + reject UI and review states#280phertyameen wants to merge 2 commits into
phertyameen wants to merge 2 commits into
Conversation
- Creator layout now checks wallet connection and redirects to /connect-wallet if not authenticated - TopNav shows connected wallet address with disconnect dropdown - Replaced mock hardcoded values (, stars count, avatar name) with wallet-aware UI - Logout clears wallet session via WalletProvider Closes Quid-proquo#265 feat(frontend): creator reject UI and review states - Added reject flow with confirmation dialog - Reject required manual confirmation with optional reason field - Approve/reject update visible status badges (Pending/Approved/Rejected) - Local state machine for Pending -> Approved | Rejected transitions - Works with fixture data; no console.log-only reject gap - SubmissionCard shows Approve/Reject buttons for pending submissions - Rejected badge displayed after rejection Closes Quid-proquo#263
|
@phertyameen 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! 🚀 |
- Restructure layout effect to avoid synchronous setState (async setTimeout only) - Remove unused Image import from TopNav
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.
Description
This PR addresses two issues for creator dashboard authentication and submission review.
1. SEP-10 login on creator routes (#265)
/connect-walletif not authenticatedcreator-api.tscreatorApiFetchlogic2. Creator quest detail � reject UI + review states (#263)
Changes
Closes #265
Closes #263