bitbox-wallet-app
bitbox-wallet-app copied to clipboard
The BitBoxApp for desktop and mobile.
If a USB packet starts with a zero byte, that byte will be stripped by the C USB library (i.e. signal11 on Linux), leading to a broken package. We only...
useLocalizedPunctuation may get noisy (log/warnings) if native locale is empty or invalid. This is due to the hook being used in many places and thus it runs indpendently of one...
Convert the class component in frontends/web/src/connected.tsx into a functional component. Tested on `webdev` (normal operation and when killing the backend) and on AppImage (only normal operation, I don't know how...
This is a container for the manage-backup route and a switch to render backup component for BB01/BB02. This is not used for setup restore-from-backup, but only on the route when...
Previously, the chart would reset to 'All' whenever the currency was changed. This commit ensures that the selected timeframe remains consistent when rotating currencies.
This commit adds functionality to display lightning account in 'My portfolio' in cases where it is active but not associated with a connected or remembered wallet, or when all mainnet...
Andoird has the option to make text bigger which breaks the layout in the BitBoxApp. This is a test to see if we can use the rem mode trick.
In order to change the CSS to change the codebase to use rem, using 'The 62.5% Font Size Trick' we need to first convert all existing rem units back to...
Recent btcd updates changed the way hashes are serialized. We proposed a fix (see https://github.com/btcsuite/btcd/pull/2025) to restore backward compatibility. This commit adds a specific test case to ensure that the...
This should replace native Android back behavior with either going back in the webview history or closing the app. In theory the react-router pushes history entries to the webview navigation...