Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: align utxo list and modal components #815

Merged
merged 10 commits into from
Aug 20, 2024

Conversation

theborakompanioni
Copy link
Collaborator

This is a follow-up PR to #771 which introduces some UTXO related UI components that can be reused across different pages or interface elements, i.e. the UTXO list in the Jar Details View and the Quick Freeze Modal on the Send page.

Some details are subject to discussion, e.g. the color scheme and/or icons.
This is not a pixel-perfect representation of the Figma designs, but simplifies the current state and increases reusability.

Next step would be alignment and adaptation of the wording (not done in this PR).

📸

@theborakompanioni theborakompanioni self-assigned this Aug 19, 2024
@theborakompanioni theborakompanioni marked this pull request as ready for review August 19, 2024 20:43
Copy link
Contributor

@amitx13 amitx13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @theborakompanioni In dark mode, I am unable to see unfrozen UTXOs with the deposit tag, but they are clearly visible on your end. Could you please take a look and confirm? It seems everything is working correctly on my side.
image

image

@theborakompanioni
Copy link
Collaborator Author

Hey @theborakompanioni In dark mode, I am unable to see unfrozen UTXOs with the deposit tag, but they are clearly visible on your end. Could you please take a look and confirm? It seems everything is working correctly on my side. !

Thanks so much, @amitx13! Should be fixed now. 🙌

Copy link
Contributor

@amitx13 amitx13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, everything is working fine on my end now.

@theborakompanioni theborakompanioni merged commit 4cfe385 into devel Aug 20, 2024
@theborakompanioni theborakompanioni deleted the refactor/771-followup-2 branch August 20, 2024 08:24
0xSaksham added a commit that referenced this pull request Aug 21, 2024
* fix: amount input field to properly interpret BTC (#800)

* feat: add SchedulerConfirmationModal component for starting scheduled sweep (#803)

* feat: add SchedulerConfirmationModal component for starting scheduled sweep

* removed dead code

* modal is centered and design changes

* used ConfirmModal and pre-written styles

* refactor: SchedulerConfirmationModal.tsx

minor production error

* build(deps): update dependencies (#813)

 @emotion/react          ^11.11.4  →  ^11.13.0
 @types/react             ^18.3.2  →   ^18.3.3
 formik                    ^2.4.5  →    ^2.4.6
 qrcode                    ^1.5.3  →    ^1.5.4
 react-bootstrap           ^2.9.2  →   ^2.10.4
 react-router-bootstrap   ^0.26.2  →   ^0.26.3
 react-router-dom         ^6.23.1  →   ^6.26.1
 husky            ^8.0.3  →    ^9.1.4
 i18next        ^23.11.4  →  ^23.13.0
 lint-staged     ^14.0.1  →   ^15.2.9
 prettier         ^3.2.5  →    ^3.3.3
 react-i18next   ^14.1.1  →   ^15.0.1

* refactor: align utxo list and modal components (#815)

* refactor: externalize UtxoIcon component and utxoTags function

* refactor: externalize UtxoConfirmations component

* refactor: reuse utxo icons in Jar details and UTXO list

* refactor(ui): simpler checkbox in utxo list

* refactor(send): vertically align balance

* refactor(send): tooltip for shortened addresses

* refactor(ui): externalize UtxoTags component

* ui(send): show considered UTXOs before performing transaction (#807)

---------

Co-authored-by: apX13_ <[email protected]>
Co-authored-by: Thebora Kompanioni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants