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

Compare v2 WIP to production #767

Draft
wants to merge 293 commits into
base: main
Choose a base branch
from
Draft

Compare v2 WIP to production #767

wants to merge 293 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 21, 2022

  1. fix background color

    sofiaromorales committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bf2034e View commit details
    Browse the repository at this point in the history
  2. closes #728

    sofiaromorales committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8aedcfe View commit details
    Browse the repository at this point in the history
  3. create project

    sofiaromorales committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    52af627 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. closes #733

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ae241d0 View commit details
    Browse the repository at this point in the history
  2. create project button

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    51fcc1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4281e35 View commit details
    Browse the repository at this point in the history
  4. fix

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    12abb91 View commit details
    Browse the repository at this point in the history
  5. project overview

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e70aa41 View commit details
    Browse the repository at this point in the history
  6. contributors list

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ff7ce07 View commit details
    Browse the repository at this point in the history
  7. project github summary

    sofiaromorales committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b4eaa62 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. closes

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6da14ce View commit details
    Browse the repository at this point in the history
  2. add payment button

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8a23996 View commit details
    Browse the repository at this point in the history
  3. add payment form UI

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    473e6cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab2d5e View commit details
    Browse the repository at this point in the history
  5. repetitive code removed

    rishkwal committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    af5ffdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b5738c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9332b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f3336f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c92d1a View commit details
    Browse the repository at this point in the history
  10. Tweak build command for v2

    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    005792b View commit details
    Browse the repository at this point in the history
  11. Remove lockfile

    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ecd9320 View commit details
    Browse the repository at this point in the history
  12. Fix env var

    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b76d256 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d42bf82 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #731 from setlife-network/sr/issue-728/implement-e…

    …mpty-state-dashboard
    
    Implement empty state dashboard
    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    34a3a91 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #735 from setlife-network/sr/issue-733/implement-c…

    …reate-new-project-page
    
    Create new project page
    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0b1a55a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #739 from setlife-network/rk/allow-payments-withou…

    …t-client
    
    Allow creation of payments without client Id
    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    76685a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48eb34d View commit details
    Browse the repository at this point in the history
  18. project overview

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1075f35 View commit details
    Browse the repository at this point in the history
  19. contributors list

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c982b21 View commit details
    Browse the repository at this point in the history
  20. project github summary

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d383f96 View commit details
    Browse the repository at this point in the history
  21. closes

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    04fbfe0 View commit details
    Browse the repository at this point in the history
  22. add payment button

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f7caa6b View commit details
    Browse the repository at this point in the history
  23. add payment form UI

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    30f275b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c0d13f3 View commit details
    Browse the repository at this point in the history
  25. create payment mutation

    sofiaromorales authored and otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    def0094 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #738 from setlife-network/sr/issue-737/implement-p…

    …roject-detail-page
    
    Project detail page
    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    874f4f7 View commit details
    Browse the repository at this point in the history
  27. Fix bug

    otech47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    81d5155 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2d768e8 View commit details
    Browse the repository at this point in the history
  29. create payment

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f899d39 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a65a491 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    adaf49c View commit details
    Browse the repository at this point in the history
  32. edit payment + invoice

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    74089f1 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #742 from setlife-network/sr/issue-737/implement-p…

    …roject-detail-page
    
    Implement project detail page
    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c6f5944 View commit details
    Browse the repository at this point in the history
  34. fix

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9c553c5 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #743 from setlife-network/sr/issue-737/implement-p…

    …roject-detail-page
    
    fix
    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d79805b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4d87584 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2eea8f1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b36252e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3067a7a View commit details
    Browse the repository at this point in the history
  40. Merge pull request #745 from setlife-network/sr/project-creation

    add arrow back to dashboard from project
    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e70ebc0 View commit details
    Browse the repository at this point in the history
  41. fix github url

    sofiaromorales committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    92b816c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    881a47a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b288f08 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    df400d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fix styles

    sofiaromorales committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ebbd78e View commit details
    Browse the repository at this point in the history
  2. fix

    sofiaromorales committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    da3915e View commit details
    Browse the repository at this point in the history
  3. Prep deploy

    otech47 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    70d8ca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc0efa View commit details
    Browse the repository at this point in the history
  5. Login Page text updated

    rishkwal committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    96aae75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07f71c8 View commit details
    Browse the repository at this point in the history
  7. payments list

    sofiaromorales committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2a64966 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Fix bug

    otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    994ada7 View commit details
    Browse the repository at this point in the history
  2. / route redirects to dashboard

    rishkwal authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d9df954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12ac3f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9153ef4 View commit details
    Browse the repository at this point in the history
  5. edit payment + invoice

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2cfec69 View commit details
    Browse the repository at this point in the history
  6. fix

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cb0fab3 View commit details
    Browse the repository at this point in the history
  7. project creation in two steps

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7dec1c5 View commit details
    Browse the repository at this point in the history
  8. add handle in dashboard

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e5ba5aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a8cdbe View commit details
    Browse the repository at this point in the history
  10. fix github url

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    36b18b0 View commit details
    Browse the repository at this point in the history
  11. Show Projects in the Dashboard UI

    rishkwal authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d43f40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbbab27 View commit details
    Browse the repository at this point in the history
  13. fix styles

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    90a8405 View commit details
    Browse the repository at this point in the history
  14. fix

    sofiaromorales authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0824932 View commit details
    Browse the repository at this point in the history
  15. Prep deploy

    otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cbee345 View commit details
    Browse the repository at this point in the history
  16. / Routing fixed and minor changes

    rishkwal authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    719a6ba View commit details
    Browse the repository at this point in the history
  17. Login Page text updated

    rishkwal authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    735612a View commit details
    Browse the repository at this point in the history
  18. Login Page text style changes

    rishkwal authored and otech47 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e4b6a13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    453d5f6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f1540a5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4ebfc9a View commit details
    Browse the repository at this point in the history
  22. Wallet setup UI

    Ovifer13 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    90d41ce View commit details
    Browse the repository at this point in the history
  23. Fix routes

    Ovifer13 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    db95a4d View commit details
    Browse the repository at this point in the history
  24. Fix typo

    Ovifer13 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d70e002 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Fix re-render error

    Ovifer13 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    80372d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f60fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5aa08 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Add utc to moment

    Ovifer13 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c390851 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge pull request #775 from setlife-network/or/issue-773/contributor…

    …-profile-error
    
    Contributor profile error
    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5dd0bd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #779 from setlife-network/or/issue-777/payment-wit…

    …hout-date-paid
    
    Payment without date paid error message
    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    11554da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b34f1f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #780 from setlife-network/or/issue-776/bug-changin…

    …g-payment-dates
    
    Bug changing payment dates on update click
    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a540dbb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #778 from setlife-network/or/issue-771/error-addin…

    …g-payment-project
    
    Error adding a payment to a Project
    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d459ac9 View commit details
    Browse the repository at this point in the history
  6. Fix not null error

    Ovifer13 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    935c07b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    498837d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #784 from setlife-network/sr/update-eslint-rule

    Turn off eslint `no-unknown-property` rule
    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dcb34a3 View commit details
    Browse the repository at this point in the history
  9. closes #783

    sofiaromorales committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    caf28b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request #785 from setlife-network/sr/issue-774/create-proj…

    …ect-bug-v2
    
    Project already created alert
    sofiaromorales committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    026cf44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f44e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. closes #786

    sofiaromorales committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    efbe07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b69816 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    1547295 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Add not null validation

    Ovifer13 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    679c8f3 View commit details
    Browse the repository at this point in the history
  2. Rollback changes

    Ovifer13 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    985bccb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    00e3ebc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    9106260 View commit details
    Browse the repository at this point in the history
  2. closes #787

    sofiaromorales committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5ec4488 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #789 from setlife-network/or/issue-787/project-wit…

    …hout-client-id
    
    V1 working with client_id
    sofiaromorales committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    967760a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Add migration

    Ovifer13 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    fde49a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f4092 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. closes #791

    sofiaromorales committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fc7801e View commit details
    Browse the repository at this point in the history
  2. add project budget

    sofiaromorales committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c6ffb94 View commit details
    Browse the repository at this point in the history
  3. buidl-v1 basepath

    sofiaromorales committed May 3, 2023
    Configuration menu
    Copy the full SHA
    723799b View commit details
    Browse the repository at this point in the history
  4. modified build script

    sofiaromorales committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7bf92db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f540d55 View commit details
    Browse the repository at this point in the history
  6. add whitelist url

    sofiaromorales committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2047b76 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge pull request #795 from setlife-network/sr/issue-791/payment-amo…

    …unt-not-reflected
    
    Reflect payment amount
    sofiaromorales committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f398087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011ec18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #793 from setlife-network/or/issue-792/error-addin…

    …g-allocations
    
    Error adding allocations
    Ovifer13 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3bd8343 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. disabled prop

    Ovifer13 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b9b2c24 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    2be104a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e19860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddeed7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #768 from setlife-network/or/issue-754/choose-wall…

    …et-setup-ui
    
    Build Choose wallet setup UI
    sofiaromorales committed May 9, 2023
    Configuration menu
    Copy the full SHA
    181b604 View commit details
    Browse the repository at this point in the history
  5. closes #761

    sofiaromorales committed May 9, 2023
    Configuration menu
    Copy the full SHA
    680169f View commit details
    Browse the repository at this point in the history
  6. Overlay and Step components

    Ovifer13 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1200804 View commit details
    Browse the repository at this point in the history
  7. header

    sofiaromorales committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8c1f6f6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #797 from setlife-network/sr/issue-761/dropdown-se…

    …lector
    
    Dropdown Selector
    sofiaromorales committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3a4761b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47dc73d View commit details
    Browse the repository at this point in the history
  10. WIP

    sofiaromorales committed May 9, 2023
    Configuration menu
    Copy the full SHA
    50dd027 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d120cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89af1b5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    d9c7470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f831de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef47f96 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. closes #756

    sofiaromorales committed May 14, 2023
    Configuration menu
    Copy the full SHA
    9db896e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #798 from setlife-network/or/issue-756/build-overl…

    …ay-component
    
    Build Overlay component
    sofiaromorales committed May 14, 2023
    Configuration menu
    Copy the full SHA
    bd44a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84baa2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update wallet address

    sofiaromorales committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e1f0c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2fbb7f View commit details
    Browse the repository at this point in the history
  3. persist wallet address

    sofiaromorales committed May 15, 2023
    Configuration menu
    Copy the full SHA
    33ccd9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19a1bbd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. fix hr color

    sofiaromorales committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7eedb77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4b6e2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    c4d99e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f44ab6 View commit details
    Browse the repository at this point in the history
  3. closes #758

    sofiaromorales committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e44ae9b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #800 from setlife-network/sr/issue-757/simple-wall…

    …et-setup
    
    Simple wallet setup
    sofiaromorales committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c6f93b6 View commit details
    Browse the repository at this point in the history
  5. UI fixes

    sofiaromorales committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4ba0ded View commit details
    Browse the repository at this point in the history
  6. closes #805

    sofiaromorales committed May 18, 2023
    Configuration menu
    Copy the full SHA
    511760b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fa1827 View commit details
    Browse the repository at this point in the history
  8. Requested fixes

    Ovifer13 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0d31269 View commit details
    Browse the repository at this point in the history
  9. Delete log

    Ovifer13 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    06a1077 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #807 from setlife-network/sr/issue-805/validate-bt…

    …c-address-in-simple-wallet-setup
    
    Validate simple wallet address
    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6e8cdf4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #802 from setlife-network/sr/issue-758/simple-wall…

    …et-onboarding
    
    Simple Wallet Onboarding
    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e70d745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c1067 View commit details
    Browse the repository at this point in the history
  4. fix selector margin

    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e9175bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adf0d32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbb3d6f View commit details
    Browse the repository at this point in the history
  7. closes #803

    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    033e266 View commit details
    Browse the repository at this point in the history
  8. closes #766

    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ee82f7f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #809 from setlife-network/sr/issue-766/change-wall…

    …etsetup-wallet-button
    
    Setup your wallet button
    sofiaromorales committed May 22, 2023
    Configuration menu
    Copy the full SHA
    45eb655 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge pull request #808 from setlife-network/sr/issue-803/set-up-comp…

    …leted-state-for-wallet-setup
    
    Completed state wallet setup green icon
    sofiaromorales committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b3c6ff2 View commit details
    Browse the repository at this point in the history
  2. Node authentication

    Ovifer13 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8b90eb1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'or/issue-760/build-advanced-wallet-setup' into or/issue…

    …-804/authenticate-lnd-node
    Ovifer13 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0e19e2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aafaef View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Add regex validations

    Ovifer13 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    882d214 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'or/issue-760/build-advanced-wallet-setup' into or/issue…

    …-804/authenticate-lnd-node
    Ovifer13 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9655119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f55759b View commit details
    Browse the repository at this point in the history
  4. budget currency fix

    sofiaromorales committed May 24, 2023
    Configuration menu
    Copy the full SHA
    edbe4d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #806 from setlife-network/or/issue-760/build-advan…

    …ced-wallet-setup
    
    Build Advanced wallet setup flow UI
    sofiaromorales committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4894972 View commit details
    Browse the repository at this point in the history
  6. Add string length

    Ovifer13 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    59e37d0 View commit details
    Browse the repository at this point in the history
  7. Fix error handling

    Ovifer13 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    442b774 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f8cbc4 View commit details
    Browse the repository at this point in the history
  9. Change step title

    Ovifer13 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e68c71d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b872305 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. WIP

    sofiaromorales committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9d86b8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #814 from setlife-network/or/issue-804/authenticat…

    …e-lnd-node
    
    Authenticate lnd node
    sofiaromorales committed May 26, 2023
    Configuration menu
    Copy the full SHA
    312477f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2552bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4556932 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. closes #810

    sofiaromorales committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9ce1f2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #817 from setlife-network/or/issue-815/app-crash-w…

    …ithout-wallet
    
    If user doesn't has a onchains adress app crash
    sofiaromorales committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4d8d1bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #816 from setlife-network/or/issue-762/advanced-wa…

    …llet-setup-onboarding
    
    Build advanced wallet setup onboarding UI
    sofiaromorales committed May 30, 2023
    Configuration menu
    Copy the full SHA
    879cb06 View commit details
    Browse the repository at this point in the history
  4. Send bonuses button UI

    sofiaromorales committed May 30, 2023
    Configuration menu
    Copy the full SHA
    894be12 View commit details
    Browse the repository at this point in the history
  5. bonus type switch UI

    sofiaromorales committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2e48582 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. bonus type switch UI

    sofiaromorales committed May 31, 2023
    Configuration menu
    Copy the full SHA
    45f32c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Exchange to SATS mutation

    Ovifer13 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6d2d8e5 View commit details
    Browse the repository at this point in the history
  2. contributors selector

    sofiaromorales committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4d6cdd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #820 from setlife-network/sr/issue-810/polish-proj…

    …ect-detail-page-ui
    
    Polish project detail page UI
    sofiaromorales committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    625d521 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Merge pull request #824 from setlife-network/or/issue-821/usd-sats-mu…

    …tation
    
    API mutation to transform USD to SATS
    sofiaromorales committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0951d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0689560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a684367 View commit details
    Browse the repository at this point in the history
  4. amount setup

    sofiaromorales committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    70fbd0d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    91c6934 View commit details
    Browse the repository at this point in the history
  2. Create lnd api handler

    Ovifer13 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fe77fe1 View commit details
    Browse the repository at this point in the history
  3. Create sendPaymentMutation

    Ovifer13 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c965152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df1c67f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. bonus sent completed

    sofiaromorales committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    35167f5 View commit details
    Browse the repository at this point in the history
  2. closes #811

    sofiaromorales committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8a8fa40 View commit details
    Browse the repository at this point in the history
  3. Validate if lnd or onchain

    Ovifer13 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    412d908 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    de33873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #823 from setlife-network/sr/issue-811/send-bonus-…

    …split-equally
    
    Send bonuses button UI
    sofiaromorales committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a7fef35 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. customize bonuses

    sofiaromorales committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bead09b View commit details
    Browse the repository at this point in the history
  2. send bonuses

    sofiaromorales committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    737ce2b View commit details
    Browse the repository at this point in the history
  3. closes #813

    sofiaromorales committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e8f0448 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    860ac25 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge pull request #830 from setlife-network/or/issue-828/send-bonus-…

    …only-advanced-users
    
    Allow send bonus only for advanced users
    sofiaromorales committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    10435e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    da7ba33 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. closes #813

    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e808c98 View commit details
    Browse the repository at this point in the history
  2. fix

    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c201b44 View commit details
    Browse the repository at this point in the history
  3. Send bonuses fix

    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7177386 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #827 from setlife-network/sr/issue-813/send-bonus-…

    …customize
    
    Send bonus customize
    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    224ece7 View commit details
    Browse the repository at this point in the history
  5. closes #832

    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    874635d View commit details
    Browse the repository at this point in the history
  6. closes #833

    sofiaromorales committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e7e8a97 View commit details
    Browse the repository at this point in the history
  7. Add testnet

    Ovifer13 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4255146 View commit details
    Browse the repository at this point in the history
  8. Add env WALLET_ID variable

    Ovifer13 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a8f6691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a66378d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebf9ce5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0ee2a8e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix button and fields

    Ovifer13 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    00211c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8901d View commit details
    Browse the repository at this point in the history
  3. Add unix to moment time

    Ovifer13 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    15d4327 View commit details
    Browse the repository at this point in the history
  4. Add status to error

    Ovifer13 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7ed1afc View commit details
    Browse the repository at this point in the history
  5. cleanup

    sofiaromorales committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    149af93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82b2dc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cee216 View commit details
    Browse the repository at this point in the history
  8. Remove log

    Ovifer13 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    76ee884 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #826 from setlife-network/or/issue-812/implement-s…

    …end-payment
    
    Implement Send Payment to Contributors API
    Ovifer13 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d53e269 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Add ContributorId

    Ovifer13 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4dac905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4167de View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    01e8e03 View commit details
    Browse the repository at this point in the history
  2. Requested fixes

    Ovifer13 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7e2a108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f46f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb741bf View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Ovifer13 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3107ab6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f33b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba3675f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0985a29 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Add date_paid

    Ovifer13 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9047508 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge pull request #835 from setlife-network/or/issue-834/allow-send-…

    …bonus-to-otech
    
    Only allow send bonuses to otech user
    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c9a29ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe56a72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #836 from setlife-network/or/issue-829/call-api-se…

    …nd-bonus
    
    Call API to send bonuses
    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3bc6980 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #840 from setlife-network/or/issue-837/remove-curr…

    …ency-information-dependency
    
    Remove the dependency on currencyInformation for a project when sending bonuses
    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7cb364e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a492141 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #841 from setlife-network/or/issue-839/fix-payment…

    …s-table-timestamps
    
    Fix payments table timestamps
    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8b85757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56a79ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5f19f8 View commit details
    Browse the repository at this point in the history
  9. fix: equaliy check

    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    22b2085 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #843 from setlife-network/or/issue-842/send-bonuse…

    …s-button-not-show-UI
    
    Send bonuses button does not show in UI
    otech47 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f5e5426 View commit details
    Browse the repository at this point in the history