- Aug 19, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Aug 18, 2023
-
-
shall0pass authored
* rearrangement * release note
-
shall0pass authored
* don't show hidden categories on mobile * release note
-
- Aug 17, 2023
-
-
Joel Jeremy Marquez authored
* Typescript migration * Release notes * Update error boundary * Breakup sidebar components * Account and Sidebar props * Remove button in Item component + exports cleanup * Put accountNameStyle to Account * Revert component ports (separated to another PR) * Export cleanup * Remove ErrorBoundary (separated to another PR) * Sidebar budgetName as ReactNode
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Aug 16, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Aug 15, 2023
-
-
Johannes Löthberg authored
Because different banks use the date fields in vastly different ways we now let the server's bank integrations decide which date we should use. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 14, 2023
-
-
Joel Jeremy Marquez authored
* 1454 - Show projected balance when adding new transaction * Release note * Rename 1455.md to 1454.md * Update release notes category
-
Johannes Löthberg authored
-
- Aug 13, 2023
-
-
Matiss Janis Aboltins authored
*
(eslint) add 'plugin:react/recommended' * Release notes -
Martin French authored
*
(reports) fix incorrect cashflow balance Fixing a small typo here where multiple transfers across different payees on the same day fail to be summed up resulting in significant balance errors. * release notes * Update 1518.md -
biohzrddd authored
* Fix re-rendering all rows on hover * release note * Removing isHover logic in place of css :hover --------- Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
- Aug 12, 2023
-
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
*
(reports) add loading indicators * Release notes
-
- Aug 11, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 10, 2023
-
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 09, 2023
-
-
Neil authored
-
Johannes Löthberg authored
This breaks fetching transactions where the valueDate is in the future. While the GoCardless documentation says this should never happen, it's what happens with at least Bank Norwegian due to them using the interest date as valueDate. (C.f. #1392) Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Jarek Samic authored
-
Jed Fox authored
Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com>
-
- Aug 08, 2023
-
-
shall0pass authored
* ignore hidden categories * release note
-
Neil authored
-
Jarek Samic authored
* Set `role="button"` on downshift autocomplete items This avoids content observation behavior in WebKit on touch devices that delays the onClick event (and therefore reaction to user input). * Disable split transaction editing for now
-
Jarek Samic authored
-
- Aug 07, 2023
-
-
Neil authored
This is to prevent any further color changes added to PRs. This will help prevent the darkTheme getting any addition work loaded onto it.
-
Johannes Löthberg authored
-
Neil authored
-
shall0pass authored
The 'interval' value from the schedules is not set if the schedule is monthly. This change will check for a valid number for the interval value and if it does not exist will default to 1 (monthly).
-
- Aug 06, 2023
-
-
shall0pass authored
Using the Apply Template or Overwrite option would result in non-templated categories being overwritten. First reported : https://discord.com/channels/937901803608096828/1137329898999001140/1137329898999001140
-
Matiss Janis Aboltins authored
Closes #1328 Closes #1471
-
- Aug 05, 2023
-
-
Matiss Janis Aboltins authored
Making the `crdt` package fully TypeScript-strict.
-
shall0pass authored
References discord discussion starting here: https://discord.com/channels/937901803608096828/940290142579605514/1133523705063030824 Currently the schedule keyword won't fill any future budget cells if the category balance already satisfies the schedule. This PR is an attempt to improve the behavior by allowing budget fills regardless of the category balance. This is a drastic rewrite of the schedule keyword. Though I've tried not to have any regressions, it is possible because of how different the logic is. I've tested compounding using a simple template, so a small change in the 'by' keyword was also made.
-
Neil authored
Not much to this. Turns title bar from transparent to coincide with new theme coloring.
-
Matiss Janis Aboltins authored
-