thisconnect
collaborative music software in real-time
-
I think this check could be more generic, and test all our prod deps. Also it feels wrong to me to do it on lint. Maybe just having a script and th…
-
Frontend poc bitrefill w ln #4273
Before asking for reviews, here is a check list of the most common things you might need to consider:
- updating the Changelog
- writing unit tests
- …
+103 -32 -
thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app ·
July 23, 2026 12:21 -
thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app ·
July 23, 2026 12:15 -
thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app ·
July 23, 2026 12:14 -
Updated Jul 23
-
Looks wrong to call get here, the balance should just be passed along the subscription event. see how other subscriptions work.
-
In case of error the backend (which runs on the clients machine will log an error no need to console.error here)
-
Please note that BitBoxApp is not a tranditional web app with a backend on a random server on the internet, but a local app where the backend runs …
-
Frontend sign with new and used addresses #4250
Before asking for reviews, here is a check list of the most common things you might need to consider:
- updating the Changelog
- writing unit tests
- …
+234 -1555 comments -
thisconnect pushed to master in BitBoxSwiss/bitbox-wallet-app ·
July 22, 2026 12:40 2 commits to master-
7601bc0frontend: fix css file naming should be same as component
-
e36c107frontend: add option to show used addresses in sign-message view
- 1 more commit »
-
-
thisconnect pushed to frontend-sign-new-and-used in thisconnect/bitbox-wallet-app ·
July 22, 2026 12:25 1 commit to frontend-sign-new-and-used-
e36c107frontend: add option to show used addresses in sign-message view
-
-
what does this fix? please update commit message. also would it make sense to always have it `overflow-x: hidden;` without a prop, as we never want…
-
thisconnect pushed to frontend-sign-new-and-used in thisconnect/bitbox-wallet-app ·
July 16, 2026 11:04 1 commit to frontend-sign-new-and-used-
afeffa5frontend: add option to show used addresses in sign-message view
-
-
thisconnect pushed to frontend-sign-new-and-used in thisconnect/bitbox-wallet-app ·
July 15, 2026 15:24 1 commit to frontend-sign-new-and-used-
20cdbaffrontend: add option to show used addresses in sign-message view
-
-
thisconnect pushed to frontend-sign-new-and-used in thisconnect/bitbox-wallet-app ·
July 15, 2026 15:21 1 commit to frontend-sign-new-and-used-
4a0e326frontend: add option to show used addresses in sign-message view
-
-
Frontend sign with new and used addresses #4250
Before asking for reviews, here is a check list of the most common things you might need to consider:
- updating the Changelog
- writing unit tests
- …
+234 -1555 comments -
Updated Jul 15
-
frontend: change amountSat to amount string #4220
The frontend should handle amounts as string so we dont run into JavaScript 64-bit floating point number limitations.
Before asking for reviews, he…
+37 -322 comments