-
Notifications
You must be signed in to change notification settings - Fork 79
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
[UI - Wallet Stability] Review Selected Recipient
section from SendModal
and create new / update component that contains the needed logic from TabAddressSelectorView
#15208
Labels
Milestone
Comments
12 tasks
noeliaSD
added
ui-team
refactor
E:D Wallet SendModal
Stabilize, improve and sync with expected design and functionality
labels
Jun 17, 2024
noeliaSD
changed the title
Review
[UI - Wallet Stability] Review Jun 17, 2024
Selected Recipient
section from SendModal
and create new component that contains the needed logic from RecipientView
and TabAddressSelectorView
Selected Recipient
section from SendModal
and create new component that contains the needed logic from RecipientView
and TabAddressSelectorView
9 tasks
noeliaSD
changed the title
[UI - Wallet Stability] Review
[UI - Wallet Stability] Review Jul 2, 2024
Selected Recipient
section from SendModal
and create new component that contains the needed logic from RecipientView
and TabAddressSelectorView
Selected Recipient
section from SendModal
and create new / update component that contains the needed logic from TabAddressSelectorView
noeliaSD
added a commit
that referenced
this issue
Jul 5, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
2 tasks
noeliaSD
added a commit
that referenced
this issue
Jul 8, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
noeliaSD
added a commit
that referenced
this issue
Jul 9, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
noeliaSD
added a commit
that referenced
this issue
Jul 9, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
noeliaSD
added a commit
that referenced
this issue
Jul 10, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
noeliaSD
added a commit
that referenced
this issue
Jul 11, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
noeliaSD
added a commit
that referenced
this issue
Jul 11, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
alexjba
pushed a commit
that referenced
this issue
Jul 11, 2024
…kend dependencies cleanup - Component name changed to be more precise with what it represents. - Removed `RootStore` dependency from `Helpers.qml`. - Removed unnecessary method `lookupAddressObject` from `RootStore`. - Updated `SendModal` property bindings related to recipient. - Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`. - Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places. Part of #15208
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Design
RecipientView
contains some logic not used bc it's already defined and used viaTabAddressSelectorView
To
input is not part of this scope. It will be worked in: [UI - Wallet Stability] Review allTo
input usecases ofSendModal
#15252The text was updated successfully, but these errors were encountered: