- Aug 05, 2023
-
-
Sean Tsai authored
fix #1445
-
Matiss Janis Aboltins authored
Closes #1375
-
- Aug 04, 2023
-
-
Jed Fox authored
-
Sean Tsai authored
In some situations the text in the Select component will be too big, which will make the inner vertical scrollbar appear. This PR is to hide the vertical scrollbar. 
-
Matiss Janis Aboltins authored
Upgrading murmurhash. The new version has TS types. Apart from that, it looks pretty much the same. Diff: https://www.diffchecker.com/CEpBedX1
-
Matiss Janis Aboltins authored
This PR has no functional changes. Only types are changing and getting improved (more stricter). A follow-up PR will come next that does a few functional changes to make this package fully strict.
-
Khanh Nguyen authored
-
- Aug 03, 2023
-
-
Joel Jeremy Marquez authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Addresses https://github.com/actualbudget/actual/issues/1360#issuecomment-1646600087
-
Joel Jeremy Marquez authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Updating other menus to sentence case so that it is consistent with the other menus throughout the app
-
shall0pass authored
Resolves https://github.com/actualbudget/actual/issues/1443
-
shall0pass authored
The current link in the README directs to a github page that has a link to the documentation page on how to write release notes. I've updated the link here to just go straight to the documenation page on how to write good release notes.
-
Neil authored
Eye.js is currently set to a static color (black). This PR allows you to change the color of the icon with the style element - mimicing all other icons in Actual.
-
- Aug 02, 2023
-
- Jul 31, 2023
-
-
Jed Fox authored
Includes a few typographical improvements I PR’d. (since the workflow is a `pull_request_target` one, the changes won’t show up in the comments till this PR is merged)
-
Matiss Janis Aboltins authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
Matiss Janis Aboltins authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
Matiss Janis Aboltins authored
-
Jed Fox authored
`applyFilter` exits early if the filter is unchanged, so this call doesn’t do anything.
-
- Jul 30, 2023
-
-
Johannes Löthberg authored
-
Neil authored
Co-authored-by:
Jed Fox <git@jedfox.com>
-
Matiss Janis Aboltins authored
Closes #1415 Fix number formatter not listening to state changes. This is not a fully comprehensive solution. We will need to run a migration campaign to port over from direct usage of `format` util to `useFormat`, but this is a first step that solves the most glaring issue.
-
Matiss Janis Aboltins authored
Closes #1416 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Matiss Janis Aboltins authored
Part 4 of the migration. Final moves. Previous PR: https://github.com/actualbudget/actual/pull/1420
-
Matiss Janis Aboltins authored
Part 3 of the migration. Part 2 here: https://github.com/actualbudget/actual/pull/1419
-
Matiss Janis Aboltins authored
Part 2 of the path migration. No functional changes. Part 1: https://github.com/actualbudget/actual/pull/1418 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Jed Fox authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
Just moving away from the barrel `common` export to a bit more specific imports. Part 1 of the migration (other imports to follow in other PRs).
-
- Jul 29, 2023
-
-
Matiss Janis Aboltins authored
-
Tom French authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
Moving the code to separate files. Functionally should be no differences.
-
Sid Vishnoi authored
-
youngcw authored
This is a more elegant way of implementing a month ahead version of the percent goals. To use it add the `previous` flag to the percent goal, ex `#template 10% of previous Paycheck`.
-
youngcw authored
Fixes #1409. This makes the template processing not include previously budgeted funds in the return value.
-
Jed Fox authored
-
- Jul 28, 2023
- Jul 27, 2023
-
-
shall0pass authored
-