Skip to content

Conversation

@boldbitcoin
Copy link
Contributor

@boldbitcoin boldbitcoin commented Jan 7, 2026

Release v2.1.8 - Dark Mode Support & Wallet Home Revamp

This PR includes a comprehensive dark mode implementation and major UI improvements to the wallet home screen.

Note: This PR supersedes and includes all changes from PR #47 (v2.1.7 - Multiple address display with amounts in transaction details).

🎨 Key Features

Dark Mode Support

  • Complete dark mode implementation with system theme detection
  • New theme system with light and dark themes
  • Theme context provider with OS-based, light, and dark mode options
  • Automatic system theme detection and persistence
  • Dark mode optimized color palette with improved contrast

Wallet Home UI Revamp

  • Redesigned wallet home screen with enhanced visual hierarchy
  • Improved balance container styling with dark mode support
  • Enhanced glassmorphism effects for better visual depth
  • Updated wallet header with better contrast and visibility

Enhanced Header Component

  • BTC price display in header with currency selector integration
  • Custom header components with configurable height
  • Improved header button styling with dark mode support

iOS Framework dSYM Generation

  • Automated dSYM generation for crash reporting
  • New script for generating dSYM files for embedded frameworks
  • Integrated into Xcode build process

📝 Changes

  • Theme System: Complete refactoring from single theme.js to modular TypeScript theme system
  • UI Components: All major components updated for dark mode support
  • Wallet Settings: New theme mode selector (OS Default, Light, Dark)
  • Docker Build: Optimizations for better build reliability
  • Assets: New inverted icon assets for dark mode compatibility

🔧 Technical Details

  • 41 files changed: 3,872 insertions, 1,854 deletions
  • New theme architecture with TypeScript support
  • iOS Xcode project updated with dSYM generation build phase

📋 Full Changelog

See CHANGELOG.md for complete details of all changes in this release.

bbtc added 30 commits December 31, 2025 13:57
- Added prominent balance card in Send Bitcoin modal with integrated Max button
- Implemented smart balance check for Send button to prevent premature modal opening
- Fixed Go panic recovery in Nostr transport layer for co-signing operations
- Enhanced error handling and nil pointer safety in relay operations
- Improved UX with loading spinner during balance checks
- Updated changelog for v2.1.6 release
- Display all recipient addresses with individual amounts for sent transactions
- Display all sender addresses with received amount for received transactions
- Show amount (BTC + fiat) for each address in transaction details modal
- Add count indicator in transaction list for multiple recipients
- Fix received transactions to show output amounts instead of input amounts
- Support PSBT transactions with multiple outputs
- Update changelog for v2.1.7
- Complete dark mode implementation with system theme detection
  - New theme system with light and dark themes
  - Theme context provider with OS-based, light, and dark mode options
  - Automatic system theme detection and persistence
  - Dark mode optimized color palette with improved contrast

- Wallet Home UI revamp with enhanced visual hierarchy
  - Improved balance container styling with dark mode support
  - Enhanced glassmorphism effects for better visual depth
  - Updated wallet header with better contrast and visibility

- Enhanced header component with integrated features
  - BTC price display in header with currency selector integration
  - Custom header components with configurable height
  - Improved header button styling with dark mode support

- iOS framework dSYM generation for crash reporting
  - New script for generating dSYM files for embedded frameworks
  - Automatic dSYM generation for Tss.framework and hermesvm.framework
  - Integrated into Xcode build process

- All UI components updated for dark mode support
  - TransactionList, TransactionDetailsModal, TransportModeSelector
  - WalletSkeleton, QRScanner, CurrencySelector, LegalModal
  - Wallet Settings with theme mode selector

- Docker build optimizations
  - Fixed working directory context in Dockerfile
  - Better path handling for Go module downloads

- New dark mode assets (inverted icons)
- Complete theme system refactoring with TypeScript support
@boldbitcoin
Copy link
Contributor Author

Closing in favor of PR #49 (v2.1.9) which includes all changes from v2.1.8 plus additional UI refactoring and theme improvements.

@boldbitcoin boldbitcoin deleted the v2.1.8 branch January 10, 2026 11:40
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.

4 participants