Skip to content
Snippets Groups Projects
  1. Jul 26, 2023
  2. Jul 17, 2023
  3. Jul 15, 2023
  4. Jul 04, 2023
    • Neil's avatar
      Reorganize Accounts Folder (#1258) · 050f48ac
      Neil authored
      There's no new code here, just a reorg. Had to change some import calls
      in some files to make it all work properly.
      
      Having just done a lot of work in the accounts directory I figured it
      could do with some organization. I've broken out all the Header
      functions into a different file in order to cut down on the size of the
      account.js file.
      
      I also moved the transactions files into a new directory since they are
      used by other pages. Also makes them easier to find with this structure.
      Unverified
      050f48ac
  5. Jul 02, 2023
  6. Jun 30, 2023
  7. Jun 27, 2023
  8. Jun 23, 2023
  9. Jun 17, 2023
  10. Jun 16, 2023
  11. Jun 15, 2023
    • Shazib Hussain's avatar
      Remove 'export' keyword where not needed. (#1139) · 61a5b1a3
      Shazib Hussain authored
      As discussed in #1126 creating separate PRs.
      
      The linter rule isn't actually part of this first PR and will likely be
      in the final PR as otherwise it will just fail because all the issues
      aren't resolved.
      
      The code is 'ready' though so as soon as this is merged I will open next
      one(s)
      Unverified
      61a5b1a3
  12. May 17, 2023
  13. May 09, 2023
  14. May 01, 2023
  15. Apr 29, 2023
  16. Apr 28, 2023
  17. Apr 10, 2023
  18. Mar 24, 2023
  19. Mar 23, 2023
  20. Mar 18, 2023
  21. Mar 17, 2023
  22. Mar 05, 2023
  23. Mar 04, 2023
    • Filip Stybel's avatar
      Nordigen integration - account sync (#457) · 5bb4f4b2
      Filip Stybel authored
      
      * Update gitignore about .idea folder
      
      The .idea folder is generated by IntelliJ IDEA
      
      * Add integration with Nordigen
      
      * Fix linter
      
      * Use longer access to the account
      
      * Move normalizatoin of accounts to the backend side
      
      * Fix possibility to force remove account
      
      * Move normalization of transactions to the backend side
      
      * Fix Settings.js after merge
      
      * fix enableing bank sync
      
      * delete old Settings component
      
      * Use camelCase for nordigen/remove-account call
      
      * WIP refactor
      
      * Fix auto-selecting existing accounts
      
      * Fix unlinking accounts
      
      * Align to backend changes for Nordigen integration
      
      * Fix AnimatedLoading
      
      * Code review changes
      
      * Fix TZ date issue
      
      * rm mobile package
      
      * rm BankSync settings section
      
      * rm console.log
      
      * rm comment
      
      * applies some alignments from code review
      
      * applies some alignments from code review
      
      * Add prefix for nordigen specific functionality
      
      * Use arrow char
      
      * Add prefix for nordigen functionalities
      
      * Fix linter
      
      * Display only open accounts
      
      * Update packages/desktop-client/src/nordigen.js
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      
      * Fix incorrect calc of TZ for endDate
      
      * Improved error checking
      
      * Fix throwing invalid-schema error
      
      * Fix for syncing large batches in Safari
      
      ---------
      
      Co-authored-by: default avatarFilip Stybel <filip.stybel@ynd.co>
      Co-authored-by: default avatarLeon Ebel <24588023+ebelleon@users.noreply.github.com>
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      5bb4f4b2
  24. Feb 25, 2023
  25. Feb 10, 2023
  26. Feb 03, 2023
    • Jed Fox's avatar
      Add support for filtering the schedules table (#590) · e6459f30
      Jed Fox authored
      * Add support for searching the schedules table at /schedules
      
      * Move filtering logic into SchedulesTable
      
      * Extract out a <Search> component
      
      * Improve margins in Link Schedule dialog
      
      * Add support for filtering in Link Schedule
      
      * Add support for filtering by date
      
      * rename param for clarity
      
      * Remove unused imports
      
      * Fix schedules with empty values always showing up in search results
      
      * Fix matching behavior
      Unverified
      e6459f30
  27. Jan 25, 2023
  28. Jan 20, 2023
    • Jed Fox's avatar
      Regenerate icons without the .web.js extension (#485) · 20c7abc1
      Jed Fox authored
      * Regenerate icons without the .web.js extension
      
      * Move icons in the root folder to a “v0” folder
      
      * Remove generated index.js files
      
      * Update generator to auto-remove deleted icons
      
      * Add back AnimatedLoading + Loading
      
      * Add SVG files for missing icons
      
      * lint fix
      
      * the perils of (not) running a case-sensitive file system
      
      * Fix new import
      
      * Switch v0 icons from width/height to viewBox
      Unverified
      20c7abc1
  29. Jan 18, 2023
  30. Jan 12, 2023
  31. Jan 11, 2023
  32. Jan 10, 2023
  33. Jan 06, 2023
  34. Sep 02, 2022
Loading