thisconnect
collaborative music software in real-time
-
```suggestion ```
-
thisconnect pushed to frontend-responsive-fontsize-android in thisconnect/bitbox-wallet-app ·
November 4, 2025 07:47 2 commits to frontend-responsive-fontsize-android-
ee8e801frontend: cleanup and remove sidebar-header-size css variable
-
ec121d9frontend: cleanup and remove sidebar-header-line-heigh css variable
- 19 more commits »
-
-
old version conditionally hide this row in case `transactionInfo.amountAtTime?.estimated === false`
-
old version checked for `transactionInfo.fee && transactionInfo.fee.amount` with fallback to `---`, but I fogrot exactly when this is needed.
-
The old version rendered transactionInfo.weight, transactionInfo.vsize, transactionInfo.size conditionally if their value was truthy. IIrc altcoins…
-
In button.send and button.receive, we already have these, maybe a good moment to unify and move to generic.send and generic.recieve?
-
is withTooltip needed?
-
currently accordion is only use in advacne-tx-detail.tsx, but the open state could be handled only internally or externally. Why support both? (I s…
-
Nit: could you change to use react children instead of content prop?
-
I think flexibleHeight prop is for multi line textareas and not needed here as it should be only 1 line.
-
thisconnect pushed to master in BitBoxSwiss/bitbox-wallet-app ·
November 3, 2025 07:16 2 commits to master-
ee8e801frontend: cleanup and remove sidebar-header-size css variable
-
ec121d9frontend: cleanup and remove sidebar-header-line-heigh css variable
- 1 more commit »
-
-
+3 -5
-
Updated Oct 31
-
thisconnect pushed to frontend-responsive-fontsize-android in thisconnect/bitbox-wallet-app ·
October 30, 2025 11:56 2 commits to frontend-responsive-fontsize-android-
e3b8f3eios: revert team ID
-
8654128Merge branch 'team' into release-v4.49.0
- 42 more commits »
-
-
frontend: pass ismobile prop to scanqrdialog #3659
No need to useMediaQuery in scanqrdialog as both parents already do it.
Before asking for reviews, here is a check list of the most common things y…
+4 -22 comments -
thisconnect pushed to staging-send-to-self-dropdown in BitBoxSwiss/bitbox-wallet-app ·
October 30, 2025 08:12 2 commits to staging-send-to-self-dropdown-
747a6d6frontend: show coinfinity logo when requesting address
-
52fe42dMerge branch 'frontend-add-coinfinity'
- 91 more commits »
-
-
master into staging-send-to-self merged #3661
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
- …
+3,421 -1,7682 comments -
Updated Oct 29
-
frontend: pass ismobile prop to scanqrdialog #3659
No need to useMediaQuery in scanqrdialog as both parents already do it.
Before asking for reviews, here is a check list of the most common things y…
+4 -22 comments -
Updated Oct 29
-
A bug we had in past Dialog refactoring was that after editing the 2nd field, the focus jumped to the first input element. Could you test that the …
-
The Dialog component will focus the first focusable element inside the dialog. Would it make sense to check focus here and also later after the cha…