James Long
c4d1303691
Import only what's needed from the API for importer packages
2022-12-02 10:31:03 -05:00
Matiss Janis Aboltins
7b6909eaa6
fix: add default value to be even more secure against future regressions
2022-11-20 22:49:11 -05:00
Matiss Janis Aboltins
3133ddcda3
fix(useSheetValue): default value should be null not undefined
...
Fixes #393
2022-11-20 22:49:11 -05:00
James Long
4904da5006
Remove console
2022-11-14 18:01:08 -05:00
James Long
a72ee51e1a
Always pull in API package from workspace ( fixes #378 )
2022-11-14 18:01:08 -05:00
Rich Howell
bf03dfc1cc
Merge pull request #272 from rickdoesdev/master
...
a11y: update cleared state display for clarity
2022-11-13 18:34:21 +00:00
James Long
a157679906
Fix test
2022-11-12 22:33:49 -05:00
James Long
a4a7803407
Fix lint
2022-11-12 22:33:49 -05:00
James Long
2d9b319e45
Move safeNumber
to shared util and tweak implementation
2022-11-12 22:33:49 -05:00
Tom French
4b83552ddf
feat: add explicit value checking on saving to / reading from budget
2022-11-12 22:33:49 -05:00
Tom French
5f0da9deb8
fix: replace last usages of | 0
2022-11-12 22:33:49 -05:00
Tom French
e903f5c20d
fix: remove unnecessary conversion to 32 bit
2022-11-12 22:33:49 -05:00
Tom French
04aa1731b5
fix: use Math.round in place of truncating digits
2022-11-12 22:33:49 -05:00
Tom French
bb9c9927db
fix: use Math.round in place of truncating digits
2022-11-12 22:33:49 -05:00
Tom French
696a094303
fix: replace custom isInteger function with Number.isInteger
2022-11-12 22:33:49 -05:00
Tom French
4421f2a173
fix: use 64bit compatible integer check in aql compiler
2022-11-12 22:33:49 -05:00
Tom French
f1b61cf6f1
fix: use integer check which doesn't require value to be 32 bit
2022-11-12 22:33:49 -05:00
Rich Howell
6075e846d3
Merge pull request #266 from j-f1/update-data-file-index
...
Update data-file-index.txt
2022-11-12 15:36:42 +00:00
Rich Howell
2857e65ccd
Merge pull request #218 from ezfe/master
...
Fix enter to create accounts
2022-11-12 15:34:57 +00:00
Rich Howell
29124f624b
Merge pull request #389 from shall0pass/help_button
...
Add a help button to the menu
2022-11-12 15:05:08 +00:00
shall0pass
aa97994ad2
fix linting error
2022-11-12 04:53:15 -06:00
shall0pass
be3dc26166
launch in separate tab
2022-11-11 18:24:28 -06:00
shall0pass
9ce6f9564c
add help button
2022-11-11 18:06:49 -06:00
James Long
12289792da
22.10.25
2022-10-25 10:04:19 -04:00
James Long
c8e759fd49
4.1.1
2022-10-25 02:10:57 -04:00
Rich Howell
2256653c16
Merge pull request #373 from rich-howell/remove-docs
...
Remove documentation
2022-10-23 12:54:13 +01:00
Rich In SQL
182c77a8e3
Remove documentation
2022-10-23 12:48:52 +01:00
Rich Howell
de232b3ff0
Merge pull request #368 from rich-howell/readme-updates
...
Update README.md
2022-10-21 19:11:48 +01:00
Rich In SQL
a582975d71
Update README.md
...
Readme updates
2022-10-21 10:26:47 +01:00
Rich Howell
93f0093c1d
Update stale.yml
...
Removed auto close
2022-10-20 07:37:53 +01:00
Rich Howell
0e441eeed2
Update stale.yml
2022-10-19 18:48:11 +01:00
Rich Howell
f190443272
Create stale.yml
2022-10-19 18:47:08 +01:00
Rick Cuddy
603179dda1
a11y: update cleared state display for clarity
...
Create new CircleEmpty svg and set uncleared state to use new icon.
Add 'cursor: pointer' to the cleared field to aid in action awareness.
2022-10-12 19:22:24 +11:00
Jed Fox
fd3c0f9b18
Update data-file-index.txt
2022-10-07 12:05:23 -04:00
James Long
d98b8c1d73
Render a schedule rule with the mapped payee id; fixes crash
2022-10-05 20:14:04 -04:00
Tom French
c9a543310d
Remove dollar sign from close account modal ( #244 )
2022-09-06 11:02:56 +01:00
Tom French
5a00bf6b43
ci: fix CI to an exact node version ( #240 )
2022-09-02 20:28:33 +01:00
Tom French
9c0df36e16
Sort import in alphabetical order ( #238 )
...
* style: enforce sorting of imports
* style: alphabetize imports
* style: merge duplicated imports
2022-09-02 15:07:24 +01:00
Tom French
dc53a74459
Separate external, monorepo and internal imports ( #237 )
...
* style: enforce ordering of imports
* style: sort imports in loot-core
* style: sort imports in desktop-client
* style: sort imports in loot-design
* style: manual fixes
2022-09-02 12:43:37 +01:00
Ezekiel Elin
ecd91b8f8e
Allow enter
to create new transaction when focused on cleared
column ( #234 )
2022-09-01 14:11:31 +01:00
Tom French
4c0bd80f24
Enforce linting in loot-design ( #233 )
...
* build: add linter to loot-design package
* style: automated fixes
* style: manual linter fixes
2022-09-01 12:47:34 +01:00
Tom French
01d0eb2f0a
style: run linter ( #232 )
2022-08-31 23:32:25 +01:00
Tom French
0fcfffea57
refactor: create index.js for aql directory ( #68 )
2022-08-31 22:46:28 +01:00
Tom French
4be86c3d42
Revert "build: update yarn.lock" ( #230 )
...
This reverts commit ae8ef2674f
.
Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies"
This reverts commit b0ed8d5149
, reversing
changes made to 5505a1439a
.
2022-08-31 22:44:52 +01:00
Jed Fox
9e7f94a237
Fix handling of -0 in budget summary ( #229 )
...
* Fix handling of -0 in budget summary
* Update based on review
Co-Authored-By: Tom French <15848336+TomAFrench@users.noreply.github.com>
2022-08-31 22:38:16 +01:00
Rich Howell
f09f2dfe7b
Update bug-report.yml ( #228 )
...
Added Mac OSX and updated description
2022-08-31 19:10:01 +01:00
Tom French
89128faf3f
Merge pull request #164 from bdoherty/windows
...
build on windows
2022-08-30 21:52:16 +01:00
Tom French
ea2ab1428d
Merge pull request #222 from TomAFrench/remove-unused-patch-dependency
...
Remove patch-package dependency from loot-design
2022-08-30 21:51:20 +01:00
Tom French
e638cdf467
fix: use correct comment style
2022-08-30 20:35:57 +01:00
Tom French
d293613645
build: remove patch-package dependency from loot-design
2022-08-30 20:33:17 +01:00