1. 22 Aug, 2019 5 commits
  2. 21 Aug, 2019 10 commits
  3. 20 Aug, 2019 2 commits
  4. 19 Aug, 2019 1 commit
  5. 16 Aug, 2019 3 commits
  6. 13 Aug, 2019 5 commits
  7. 12 Aug, 2019 7 commits
  8. 09 Aug, 2019 2 commits
    • Oscar Lafarga's avatar
      Revise previous commit with requested changes · 2375fdfc
      Oscar Lafarga authored
      Please advise whether to combine & squash with
      the original commit
      2375fdfc
    • Oscar Lafarga's avatar
      Add note memo on txn detail for payments · 82e75586
      Oscar Lafarga authored
      Closes lightninglabs/lightning-app#977
      
      Tested in an iOS simulator, but the feature
      should be cross-platform as no UI changes were
      needed and business logic was already in place
      I could do more cross-platform testing if
      necessary. Should be able to test for this
      by pulling up any payment made to an invoice
      that had a memo field
      
      I tried to match existing code patterns as
      closely as possible but not 100% familiar
      with MobX anti-patterns
      
      One thing worth mentioning is I expected the
      UI to update when selectedTransaction was
      mutated but that didn't seem to be the case
      so I worked in the async/await before pushing
      to TransactionDetail
      
      Also added a few tests again mirroring existing
      practices
      82e75586
  9. 08 Aug, 2019 4 commits
  10. 07 Aug, 2019 1 commit