setlife-network / trinary

A budgeting tool for tracking workflows and cashflows while collaborating with others on projects
MIT License
6 stars 2 forks source link

Build Advanced wallet setup flow UI #806

Closed Ovifer13 closed 1 year ago

Ovifer13 commented 1 year ago

Issue #760

Proof image image

sofiaromorales commented 1 year ago

Hi @Ovifer13, some comments:

  1. Please make the necessary changes to prepopulate the data in the input fields if the user already has an advanced wallet setup, just like in the simple wallet setup
  2. Check the UI fixes I made in 4ba0ded
  3. Resolve conflicts with develop branch
Ovifer13 commented 1 year ago

@sofiaromorales done, now if the user has info it will show in the fields.

sofiaromorales commented 1 year ago

@Ovifer13 https://www.loom.com/share/adedf1be62b442d79b9477c608202da6

Ovifer13 commented 1 year ago

@sofiaromorales changes done, also after implementing the authentication of the LN node we won't have to worry about validations in the backend, because if the API can't make a connection to the node it won't store that data in the database.