thisconnect

collaborative music software in real-time

  1. @thisconnect thisconnect commented on BitBoxSwiss/bitbox-wallet-app#4267 · July 28, 2026 10:24
    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…
  2. @thisconnect thisconnect opened BitBoxSwiss/bitbox-wallet-app#4273 · July 23, 2026 05:22
    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
  3. @thisconnect thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app · July 23, 2026 12:21
    1 commit to frontend-poc-bitrefill-w-ln
    • @thisconnect 25b908c
      frontend: lightning hack for bitrefill
  4. @thisconnect thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app · July 23, 2026 12:15
    1 commit to frontend-poc-bitrefill-w-ln
    • @thisconnect e53a7e3
      frontend: lightning hack for bitrefill
  5. @thisconnect thisconnect pushed to frontend-poc-bitrefill-w-ln in thisconnect/bitbox-wallet-app · July 23, 2026 12:14
    1 commit to frontend-poc-bitrefill-w-ln
    • @thisconnect db98484
      frontend: lightning hack for bitrefill
  6. @thisconnect thisconnect commented on BitBoxSwiss/bitbox-wallet-app#4266 · July 22, 2026 13:46
    Looks wrong to call get here, the balance should just be passed along the subscription event. see how other subscriptions work.
  7. @thisconnect thisconnect commented on BitBoxSwiss/bitbox-wallet-app#4266 · July 22, 2026 13:45
    In case of error the backend (which runs on the clients machine will log an error no need to console.error here)
  8. @thisconnect thisconnect commented on BitBoxSwiss/bitbox-wallet-app#4266 · July 22, 2026 13:44
    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 …
  9. @thisconnect thisconnect merged BitBoxSwiss/bitbox-wallet-app#4250 · July 22, 2026 05:40
    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 -155
    5 comments
  10. @thisconnect thisconnect pushed to master in BitBoxSwiss/bitbox-wallet-app · July 22, 2026 12:40
    2 commits to master
    • @thisconnect 7601bc0
      frontend: fix css file naming should be same as component
    • @thisconnect e36c107
      frontend: add option to show used addresses in sign-message view
    • 1 more commit »
  11. @thisconnect 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
    • @thisconnect e36c107
      frontend: add option to show used addresses in sign-message view
  12. @thisconnect thisconnect commented on BitBoxSwiss/bitbox-wallet-app#4262 · July 21, 2026 16:26
    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…
  13. @thisconnect 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
    • @thisconnect afeffa5
      frontend: add option to show used addresses in sign-message view
  14. @thisconnect 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
    • @thisconnect 20cdbaf
      frontend: add option to show used addresses in sign-message view
  15. @thisconnect 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
    • @thisconnect 4a0e326
      frontend: add option to show used addresses in sign-message view
  16. @thisconnect thisconnect opened BitBoxSwiss/bitbox-wallet-app#4250 · July 15, 2026 08:19
    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 -155
    5 comments
  17. @thisconnect thisconnect closed BitBoxSwiss/bitbox-wallet-app#4220 · July 8, 2026 07:04
    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 -32
    2 comments