Skip to content

Conversation

@Gaubee
Copy link
Contributor

@Gaubee Gaubee commented Dec 21, 2025

Summary

  • Convert all BottomSheet components to Stackflow Activity pattern
  • Fix page animation conflicts caused by custom position: fixed implementations

Changes

New Sheet Activities

  • ChainSelectorSheetActivity
  • WalletRenameSheetActivity
  • WalletDeleteSheetActivity
  • PasswordConfirmSheetActivity
  • MnemonicOptionsSheetActivity
  • ContactEditSheetActivity
  • WalletAddSheetActivity
  • SecurityWarningSheetActivity (using Modal)

Bug Fixes

  • Fix wallet list only showing one wallet
  • Add wallet switch functionality in WalletTab
  • Add dedicated import success page
  • Fix mnemonic input clear button overlap

Documentation

  • Add white-book must-read section for AI development guidelines
  • Add Stackflow documentation links

Testing

  • All 1362 tests pass
  • Manual testing verified

- Convert all BottomSheet components to Stackflow Activity
- Add new sheet activities: ChainSelector, WalletRename, WalletDelete,
  PasswordConfirm, MnemonicOptions, ContactEdit, WalletAdd, SecurityWarning
- Use Stackflow Modal for dialogs instead of Radix Dialog
- Fix wallet list to show all wallets with switch functionality
- Add import wallet success page
- Add white-book must-read section for AI development guidelines
- Update InputGroup for mnemonic input clear button
- Fix various navigation and UI issues
@Gaubee Gaubee merged commit 841170c into main Dec 22, 2025
6 checks passed
@Gaubee Gaubee deleted the refactor/stackflow-sheets branch December 22, 2025 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants