feat: refactor nav IA with role-aware config, collapsible sidebar, an…#461
Merged
aji70 merged 2 commits intoMyFanss:mainfrom Apr 1, 2026
Merged
feat: refactor nav IA with role-aware config, collapsible sidebar, an…#461aji70 merged 2 commits intoMyFanss:mainfrom
aji70 merged 2 commits intoMyFanss:mainfrom
Conversation
Contributor
|
@zeekman too many conflicts i do not know where to start from close this pr sync your branch and redo |
…d usability tests
27225dc to
3b3d28d
Compare
|
@zeekman 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! 🚀 |
Frontend: - Fix CheckoutFlow.tsx: remove duplicate file concatenation - Fix stellar.ts: remove duplicate const declarations, add missing imports - Fix sign-in/page.tsx: split metadata export into server component - Fix subscribe/page.tsx: add missing state declarations and imports - Fix Button.tsx: destructure type prop - Fix WalletConnect.tsx / WalletGate.tsx: pass required walletType arg - Fix WalletConnectExample.tsx: use default import and valid variant - Fix tx-progress/TransactionProgress.tsx: replace heroicons with lucide-react - Fix wallet.ts: fix signTransaction missing return and freighter reference - Fix errors.ts: add missing ErrorCode values and errorMap entries - Add test:e2e script to package.json - Create TransactionProgress component in checkout/ - Create AuthSignInClient.tsx for client-side sign-in logic Backend: - Add path-to-regexp>=8.4.0 override to fix high severity audit Contracts: - Fix myfans-lib: #[no_std] -> #![no_std] (inner attribute) - Fix earnings: add contracterror import - Fix creator-registry: DataKey::registration_ledger -> LastRegLedger - Pin time-core to 0.1.7 in Cargo.lock (0.1.8 requires Rust edition 2024)
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.
close #416