bitbox-wallet-app
bitbox-wallet-app copied to clipboard
The BitBoxApp for desktop and mobile.
Refactor the transaction.tsx component to be more concise and easier to understand, also fix some minor nits like using template literals for element class names. The PR implements all suggestions...
As a UX designer, I recently became aware of a small UX problem. We talked about this briefly last week in Prague @benma ...
Bump @testing-library/react to latest version 16.0.0. Also installs @testing-library/dom as a peer dependency, see: https://github.com/testing-library/react-testing-library/releases/tag/v16.0.0 There are breaking changes from 15.0.0 to 16.0.0 (none from 14 to 15) but they...
Tested by patching the `Start` function in `backend` like [this](https://github.com/benma/bitbox-wallet-app/commit/0529615c76c1cb6f2845ef6b9fe4a6aeee171269). ~~I actually forgot to remove the commit, but I guess it is good to leave it in there for reviewers...
Refactor the `password.jsx` file into typescript. I had to cast to the concrete type a lot of times, I'm not sure if that makes sense since it can throw an...
Convert the Chart class component in chart.tsx to a functional component. There some general improvements that could be made, but this PR aims to perform minimal changes to only transform...
As requested bumped go 1.22.0. Notes: - I had to use 1.22.0, because of: https://github.com/golang/go/issues/65568, also see: https://go.dev/doc/toolchain#version - `scripts/docker_install.sh` changed to`https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz` (the latest from https://go.dev/dl/) - AppVeyor Go 1.22...
This commit ensures the mnemonic words created for lightning wallet are not exposed to frontend.
Just tried to connect my BitBox2 after half a year. Updated the app and connected my device, but it doesn't get recognized. BitBox2 says "See the BitBoxApp" but the app...
Go 1.23 update is included as the tools in `make envinit` require it.