Skip to content

Conversation

@boldbitcoin
Copy link
Contributor

Release v2.1.11

Changes

  • Transaction List Typography Improvements: Enhanced font sizes and weights for better readability and visual hierarchy
    • Status text increased from 13px to 16px (lg) for improved readability
    • Fiat amount increased from 12px to 13px (base) for better accessibility
    • Address labels and transaction IDs standardized to 13px (base) for consistency
  • Dark Mode Color Theme: Replaced yellow accent colors with Bitcoin orange (#F7931A) in dark mode
    • All accent colors across screens and components updated to Bitcoin orange in dark mode
    • Maintains yellow accent in light mode for consistency
  • Header Visual Symmetry: Improved header layout balance
    • Price button width now matches combined width of lock and settings buttons
  • Transaction Details Font Sizing: Fixed inconsistent font sizes in transaction details modal

Technical Details

  • 14 files changed with 341 insertions and 219 deletions
  • See CHANGELOG.md for full details

Closes #50

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
Copy link
Contributor

@kar1timmins kar1timmins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boldbitcoin boldbitcoin merged commit 059eab5 into main Jan 12, 2026
1 check passed
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