feat(wallet): remembered-user flows, unified account nav, owner placeholders#271
Merged
feat(wallet): remembered-user flows, unified account nav, owner placeholders#271
Conversation
- Redirect home to /@user/transfers when device remembers username; balance dropdowns gated by remembered or logged-in owner; wallet modals prompt for active-key login when needed; sign transfers with active/owner via useActiveSigningKey. - Replace TopNav + WalletSubMenu with AccountWalletNav (order: balances, rewards, delegations, owner tabs, blog + buy STEEM); add permissions, password, communities placeholder routes; tighten content padding under nav. - Nav polish: vertical rhythm, horizontal gaps, plain-text buy link copy; i18n for reauth, section placeholders, buySteem, es buySteem. - Remove duplicate TopNav; drop obsolete WalletSubMenu CSS; normalize-profile prefer-const; claim banner margin with space-y layout.
- Assert #password instead of getByLabel(/password/i) - Broader login button and username matchers for zh/es
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.
Summary
Merges
feat/login-remembered-transfer-uxintonext.Changes
/to/@{remembered}/transferswhenwallet:rememberedUsernameis set; otherwise show login.useActiveSigningKey(active or owner) for transfers, power down, delegate, convert, withdraw routes, witness vote; avoid posting key for active ops.LoginFormwhen session mismatch or no active key, then continue the flow.AccountWalletNav(balances, Rewards, delegations, owner tabs, Blog + Buy STEEM); removedTopNav+WalletSubMenu; placeholder routes for permissions, password, communities; delegations uses placeholder content.Verification
pnpm exec tsc --noEmitandpnpm run lintpassed locally before commit.