Conversation
* Complete layout of Bento Home views Removed old TabBar and replaced with NewMainVC Add in Bento Wireframes * refactored * Refactored build * Remove cruft
* Complete layout of Bento Home views Removed old TabBar and replaced with NewMainVC Add in Bento Wireframes * refactored * Refactored build * Remove cruft * fixes minor bug in the theme mode * WIP moving theme controls * WIP Upgrade to iOS 17 (17.6) - Begin use the Metal Shader - Added tiny notif animation...its no-op for UUserNotif - Toolbar instead of TabBar - WIP Building the transaction detail and Trans * WIP : Polished the Balance Bento - Polished the color scheme - WIP: Added Transaction Detail - Migrate the update from @trk15 designs - Further polished main Layout - worked in the Tutorial - Polished Balance. Polished the balance view * Added URL for the Notifications Settings * Updated the GP Framework to accept iOS 17 * Further Polish moved the iOS version to version 17 Moved all the colors to the Color file with naming WIP: Work in the Transaction data source Debugging the time delay of 3minutes in fetching the transactions Added more func for the transaction detail
* Complete layout of Bento Home views Removed old TabBar and replaced with NewMainVC Add in Bento Wireframes * refactored * Refactored build * Remove cruft * fixes minor bug in the theme mode * WIP moving theme controls * WIP Upgrade to iOS 17 (17.6) - Begin use the Metal Shader - Added tiny notif animation...its no-op for UUserNotif - Toolbar instead of TabBar - WIP Building the transaction detail and Trans * WIP : Polished the Balance Bento - Polished the color scheme - WIP: Added Transaction Detail - Migrate the update from @trk15 designs - Further polished main Layout - worked in the Tutorial - Polished Balance. Polished the balance view * Added URL for the Notifications Settings * Updated the GP Framework to accept iOS 17 * Further Polish moved the iOS version to version 17 Moved all the colors to the Color file with naming WIP: Work in the Transaction data source Debugging the time delay of 3minutes in fetching the transactions Added more func for the transaction detail * Updated the latest GP repo * Completed added transaction details * WIP DATA transactions * Added and verified Export IAP * version bump * Updated gp repo * Added Sub Sync view WIP * Update to gp repo v1.2.0 * Resized the the main view so the smaller and larger devices - tested for iPhone 13 mini - iPhone 16 Plus - Added Optional Binding of the CellView that was using a forced unwrap @binding var cellViewModel: TransactionCellViewModel? init(cellViewModel: Binding<TransactionCellViewModel?>?, * updated the timeout time * Removed the Antiquited Event Manager that was unused * Reorganized classes * Added in the SettingsView * WIP TGrying to debug the tap of settings * Refactored the notifications Reorganized the nav bar buttons * Further reorged subscriptions - Moved sync related subscriptions to the Sync model - Moved transaction related subscriptions to the Main View Model - Reorg the addSubscription in SyncSub and NewMainViewModel Added more sync details Properly connected the Transactions from the model to the view * Reorg the classes * WIP: Added Balance color, bento background colors * Added more balance polishes from the final design * Added empty row view * Worked in the Game/Wallet mode Add State in views Created a Core View and switching mode * Used state view button view * Added Detail Table View Code Set the userPreference function in the newMainView set the dark mode icon Added transaction details * Polish the balance view
* Polishing the layout Move send classes into group in navigator Polishing the Send Modal set label * update localization to the latest Xcode version Updated the packages set the heights Worked on the DataScanner code polish ticker Upgraded Firebase to 12.7.0 Uncommented out debug * Fixed the fiat check in Send Modal Fixed the scanning the QR code Debugging the Send Amount textfield to show red when error Polished the Alert for when the balance is zero Added a block so the Send is disabled when syncing. * Successful send 10x Adds a Add exception for scanning the QR LTC Code with a label Added the leader ellipse view in prep view modal Adjusted the layout Added Shape circle/ ellipse pulse Focused Field for Amount dismiss keyboard Added BWTransaction Disabled the Auto LiquidGlass (UIDesignRequiresCompatibility Polished the Prep Added style for the initial and Prep subviews Added notes and made sure valid address is registered RC Fix potential. Add the Lock/Unlock and send WIP: Reused the lock screen view in new ConfirmView Added lock screen and model Now to add send WIP Added ignore bottom safe area small hack to dismiss keyboard WIP: Derefactoring Sender WIP Polished the verification WIP Polished TX * Adjusted Title bump version Added a Privacy Nutrition domain Readding the export transaction data Export Layout for the Transaction Data Polishing the Trans Detail Fixed the no send when syncing. Removed ancient TabBarViewController Adjust the general purpose framework * Removed commented out BarcodeScanner classes * Adjustment for the config Remove results bundle * Update the Fastfile for derived data path * firxed comma error * Adj config * added destination
Changed the path of the test output Adjusted the config Removed empty tests Remove test of deleted class THIS WAS A SUCCESSFUL CIRCLECI RUN polish of the config Reset Test Output in Config Update README.md
josikie
approved these changes
Jan 23, 2026
Collaborator
josikie
left a comment
There was a problem hiding this comment.
Awesome, thank you! @kcw-grunt
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.
📱 Description
After many months we have finally merged all of the updates of the Brainwallet wallet functions in the new UI.
The is a major change in the architecture of the app and it opens the door for the Game era.
Enhancements
We are changing the structure of the app with more SwiftUI code wherever possible and preparing the app for the latest Swift updates.
Platform
🎯 Type of Change
📋 Changes
🧪 Tests Status