apX13_
apX13_
Fixing one thing ended up causing a bit of a ruckus elsewhere. So it took a while to sort all of them 😂.
@editwentyone Can you please take a while and assist me on what should be the deposit color? In our meet @theborakompanioni told that UTXOs with deposit tags should not have...
Please take a look and let me know if there's anything I need to add or fix.Â
There is still an issue in the tooltip of the selected jar, tho. When the user clicks on the accordion (Sending Options), the scroll bar appears, and due to that,...
Thanks for the feedback. @theborakompanioni really appreciates your efforts. Yeah, I tried using framework components, but in some cases it was not working as expected, so I wrote custom CSS....
Okay, now I get it. Thank you for the explanation.
Reused 2 components `ConfirmModal` and `SelectableJar` Used `react-table-library` for the table as it is used in `/wallet` Fixed all of the small issue: - confirm button disabled on warning -...
> I was trying to use this code for displaying UTXO list in FB creation modal as well. However the code breaks saying `Cannot read properties of undefined (reading 'tag')`...
@barrytra Please have a look now. Additionally, I have also reused the component in this `PR`: https://github.com/joinmarket-webui/jam/pull/788/files look at `src/components/Send/index.tsx`
I think you can still reuse the `UtxoListDisplay` and `Divider` components to make it work in `FB creation` becz you don't need the alerts and Confirmation modal that come with...