-
Notifications
You must be signed in to change notification settings - Fork 2
Release v2.1.11: Transaction UI improvements and dark mode enhancements #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
- 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
kar1timmins
approved these changes
Jan 12, 2026
Contributor
kar1timmins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Release v2.1.11
Changes
Technical Details
Closes #50