Skip to content
Snippets Groups Projects
  1. Feb 03, 2024
  2. Feb 02, 2024
  3. Jan 31, 2024
  4. Jan 24, 2024
  5. Jan 22, 2024
  6. Jan 20, 2024
    • Zach Whelchel's avatar
      SimpleFin (#2188) · 75186183
      Zach Whelchel authored
      * Some initial UI work for adding SimpleFin.
      
      * SimpleFin proof of concept working.
      
      * Adds linking & unlinking to existing accounts through the account menu UI.
      
      * Added loading and lint fixes.
      
      * Lint changes.
      
      * Added release notes.
      
      * Typecheck cleanup.
      
      * Import, lint, typecheck cleanups.
      
      * More typecheck cleanup.
      
      * Refactored language for consistency.
      
      * Added default institution name.
      
      * Lint cleanup.
      
      * Addressed change requests.
      
      * Added a default to migration, made variables consistent, added feature flag.
      
      * Added account_sync_source to server schema.
      
      * Adds account_sync_source to test.
      
      * Fix for typecheck.
      
      * Attempt to make typecheck happy.
      
      * Added strict ignore.
      
      * Moved account_sync_source to the right model (face palm).
      
      * Hotfix for institution format.
      
      * Lint cleanup.
      
      * Removed unnecessary promise.all.
      
      * Lint cleanup.
      Unverified
      75186183
    • DJ Mountney's avatar
      Bundle loot-core types into the API (#2053) · 0045d921
      DJ Mountney authored
      
      * Bundle loot-core types into the API
      
      So we can have loot-core be the source of truth
      for some types that get passed through
      
      - Improves downstream development with API by including types
      - Use path aliases for dist vs dev tsconfigs
      - Convert api index to typescript as example
      - Permit ts-ignore for issues with our version of typescript
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      0045d921
    • Neil's avatar
      Custom Reports - add schema (#2246) · c66d6e00
      Neil authored
      
      * Add schema work
      
      * notes
      
      * merge fixes
      
      * add to handlers
      
      * notes update
      
      * Update packages/loot-core/src/server/reports/app.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * review changes
      
      * type updates
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      c66d6e00
  7. Jan 19, 2024
  8. Jan 18, 2024
  9. Jan 15, 2024
  10. Jan 14, 2024
  11. Jan 12, 2024
  12. Jan 09, 2024
  13. Jan 08, 2024
  14. Jan 07, 2024
  15. Jan 06, 2024
  16. Jan 03, 2024
  17. Jan 01, 2024
  18. Dec 29, 2023
  19. Dec 27, 2023
  20. Dec 22, 2023
  21. Dec 19, 2023
  22. Dec 18, 2023
  23. Dec 15, 2023
  24. Dec 14, 2023
    • Julian Dominguez-Schatz's avatar
      Add schedule end date/count field (#1899) · c09a85f3
      Julian Dominguez-Schatz authored
      * Add "end" field with date/count options
      
      * Use "end" field to generate schedule
      
      * Show "end" field in recurring description
      
      * Disable weekend before/after picker when not enabled
      
      * Add release notes
      
      * Fix failing typechecks
      
      * Add some description tests
      
      * PR feedback
      
      * 'Features', not 'Feature'
      
      * Fix goal templates infinite loop
      
      * Empty commit to bump ci
      
      * Fix bug where schedule templates in the past would apply incorrectly
      
      For example, if you had a schedule which started in November 2023 for
      1.00, and you applied the schedule in October 2023, then you would end
      up with a value of 0.50 applied in October.
      
      * Fix handling of schedules with an end date
      
      This commit also includes a refactor of the skip-weekend logic: rather
      than referring only to dates with skipped weekends (which requires
      checking whether the "next date" request worked correctly), we track a
      "base date" which is the previous value of the schedule according to the
      rrule, excluding any weekend-skipping. This lets us use `addDays(baseDate, 1)`
      to get the next occurrence, regardless of the weekend behaviour.
      
      Doing things this way ensures that the loop will always make progress.
      
      * Only compute skipped weekend if weekend skips were requested
      
      * Fix typo in iterate-schedule-occurrences code
      
      We should be using `nextBaseDate` to derive the next base date, not
      `nextDate`; this is because we want the base date to be guaranteed to
      make progress in each loop iteration, so we can finish in at most 30
      iterations without duplicate base dates.
      
      * Use const
      
      * Revert const -> let for one mutable variable
      Unverified
      c09a85f3
  25. Dec 13, 2023
  26. Dec 09, 2023
  27. Dec 06, 2023
    • Neil's avatar
      Custom Reports optimization (#1988) · 2741422c
      Neil authored
      * Range fix and payee fix
      
      * bug fixes and UI tweaks
      
      * range options, hover UI
      
      * Select - UnSelect All Buttons
      
      * fix hidden group bug
      
      * YAxis PrivacyFilter
      
      * notes
      
      * more privacyFilter graphs
      
      * overflowY fix
      
      * Loading Indicator
      
      * Fix Filter button hover
      
      * data revamp
      
      * review fixes
      
      * LoadingIndicator fixes
      
      * remove a loop
      
      * filterbuttontype
      
      * lint fixes
      
      * review fixes
      
      * filtersbutton
      
      * updates
      
      * Split out functions to separate files
      
      * uncategorized optimization
      
      * rename ambiguous variables
      
      * notes
      
      * remove indexStack
      
      * renaming variables
      
      * Improve scrolling of tableGraph
      
      * revert renaming variables
      
      * code fixes
      
      * lint fixes
      
      * review fixes
      
      * fix
      
      * review fixes
      
      * variable name changes
      
      * const eslint fixes
      
      * remove indexStack
      Unverified
      2741422c
    • Matiss Janis Aboltins's avatar
Loading