Travis Ralston
99ab8db99f
Ensure api types are included in the npm package ( #2559 )
...
* Ensure api types are included in the npm package
* changelog
---------
Co-authored-by: DJ Mountney <david@twkie.net >
2024-05-18 10:23:18 -07:00
DJ Mountney
f604fdaf36
Add crdt to the API package to fix types ( #2738 )
...
* Add crdt to the API package to fix types
- This way we get the crdt types supported
* Add release note
* Cleanup yarn.lock merge
2024-05-17 17:07:24 -07:00
Matiss Janis Aboltins
c311d4a8df
🐛 fix recurring schedule datepicker - port to new Popover ( #2766 )
2024-05-17 19:46:54 +01:00
Neil
1fc7c9974b
Custom Reports: TS strict changes #3 ( #2728 )
...
* TS strict changes
* notes
* TS strict custom spreadsheets
* notes
* TS strict group speadsheets
* notes
* AreaGraph
* render row changes
* type fix
* merge fixes
2024-05-16 22:54:26 +01:00
Joel Jeremy Marquez
e63fb46c8f
Add run-vrt script to run vrt inside docker ( #2762 )
...
* Add run-vrt script to run vrt inside docker
* Release notes
* Update README
* Support E2E_START_URL env variable
* Update README
2024-05-16 14:51:46 -07:00
Michael Clark
2901b5e5d0
:electron: Update Electron to latest stable version ( #2763 )
2024-05-16 20:18:50 +01:00
Matthew Booe
df7ad22377
Fix amount filter to include both incoming and outgoing amounts ( #2643 )
...
* Update filter amount to filter incoming and outgoing transactions
* Add test and fix logic
* Added release note
* Update with linter fixes
* Update new ammount filter to apply to all ops
* Fix lint
2024-05-16 11:25:56 -07:00
Joel Jeremy Marquez
b11a3dc267
[Mobile] Require account in mobile transaction entry + confirm transaction delete ( #2753 )
...
* Require account in mobile transaction entry + confirm transaction delete
* Release notes
* VRT
* VRT
2024-05-16 09:31:23 -07:00
Wizmaster
5a77051a72
Make comma's and period interchangeable when entering figures ( #2672 )
...
- Only allowed for formats not using period or comma as a thousand separator
2024-05-16 08:02:27 -07:00
Matiss Janis Aboltins
f8352808c4
✨ (api) ability to run bank sync via the API ( #2683 )
2024-05-16 08:28:58 +01:00
Wizmaster
e5933ad8cd
Don't update transaction date when importing manually ( #2648 )
...
- Manual import should not override the transaction date as done with bank account sync
2024-05-15 14:16:34 -07:00
Joel Jeremy Marquez
e3b4c3f559
Page enhancements - add page headers to mobile reports ( #2733 )
...
* Refactor Page component and use in report pages
* Release notes
* Fix typecheck error and budget table background
* Update pages
* VRT updates
* Reports page data-testid
* VRT updates
* Updates
* VRT
* Paddings
* Put create new custom report in page header
* Cleanup
* Feedback
* VRT
* Fix graph sizes in mobile
* Update flex grow
* VRT
2024-05-15 13:27:48 -07:00
Matiss Janis Aboltins
2d1abf477c
🐛 (api) fix performing api operations for local e2e encrypted files ( #2698 )
2024-05-15 17:10:32 +01:00
Matiss Janis Aboltins
392f8085c1
♻️ (tooltip) refactoring to react-aria (vol.4) ( #2724 )
2024-05-15 08:35:38 +01:00
Joel Jeremy Marquez
6021d4ab0b
[Mobile] Do not remember last entered category in mobile transaction entry ( #2754 )
...
* Do not remember last entered category in mobile transaction entry
* Release notes
2024-05-14 13:07:10 -07:00
Neil
f1f1ba87e2
Custom Reports: TS strict changes #2 ( #2727 )
...
* TS strict changes
* notes
* TS strict custom spreadsheets
* notes
* render row changes
* update report
* notes
2024-05-14 18:14:35 +01:00
Robert Dyer
7cee3b86ce
Add API for working with rules ( #2568 )
...
* Add API for working with rules
* Add release note
* Change 'payees-get-rules' return type to RuleEntity[]
* Reuse existing handlers, make names not have 'payee', add two getters
* fix linter
* fix bad handler name
* fix broken handler name
* add test cases for 'getPayeeRules'
* fix broken test
* Remove unused locals
* Update packages/loot-core/src/types/api-handlers.d.ts
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
* Update packages/loot-core/src/types/server-handlers.d.ts
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
* Strict types and slightly improved return interface
* update test comment to match new API names
* fix linter issues
---------
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
2024-05-14 08:01:47 -07:00
Joel Jeremy Marquez
9acea32f3a
Auto insert decimals to mobile split transaction amounts ( #2746 )
...
* Auto insert decimals to mobile split transaction amounts
* autoDecimals prop
* Fix typecheck error
2024-05-14 07:49:14 -07:00
Matiss Janis Aboltins
44770a36c7
🐛 fix networth graph loading forever for empty budgets ( #2725 )
2024-05-13 17:34:46 +01:00
Neil
3e03718f13
Fix spending report error ( #2745 )
...
* spending error
* fixes
* notes
2024-05-13 16:00:51 +01:00
Neil
9c3075f60f
Custom Reports: TS strict changes #1 ( #2726 )
...
* TS strict changes
* notes
* renderRowProps
* RenderTableRow
2024-05-13 16:00:16 +01:00
Daniel Gale-Rosen
7e04226b34
Sort filters before creating dropdown ( #2719 )
...
* sort filters before creating dropdown
* add release notes
2024-05-13 07:40:31 -07:00
Joel Jeremy Marquez
b0f55fae38
Fix preview transactions not detecting schedule as paid when a child transaction is linked. ( #2712 )
...
* Consider child transactions when querying preview transactions
* Release notes
2024-05-09 09:44:25 -07:00
Boris Fritscher
7c658da15d
[Feature] CAMT.053 import (new version) ( #2706 )
...
* Implement CAMT.053 transactions importer with a file parser and enable xml filetype in dialogs
* add release notes
* fix types and lint
2024-05-09 08:07:37 -07:00
Joel Jeremy Marquez
ddddec029f
Update load budget loading texts ( #2730 )
...
* Update load budget loading texts
* Release notes
2024-05-08 15:58:01 -07:00
Neil
98d4cf450e
Filters icon ( #2729 )
...
* filter icon change
* VRT
* notes
* lint fix
2024-05-08 22:23:28 +01:00
Joel Jeremy Marquez
243703b2f7
[Mobile] Budget file quick switch ( #2507 )
...
* Update autocomplete types
* Remote optional type
* Improve SingleInputModal
* Fix lint error
* Mobile budget file quick switch mode
* Release notes
* Updates
* Fix typecheck error
* Fix paddings
* Update modal
* Fix lint error
* Display no budget files
* Fix remote files not showing
2024-05-07 15:45:57 -07:00
Yoonjae Choi
e917c96407
[WIP] revise modal margin ( #2714 )
...
* design: revise modal margin
* docs: revise release note name
* remove: remove style padding
---------
Co-authored-by: Yoonjae Choi <Choi@quantusui-MacBookAir.local >
2024-05-07 15:27:54 -07:00
Neil
8a70d2464d
Custom Reports: Show table activity ( #2696 )
...
* Show table activity
* notes
* lint fix
* add underline
* add linkstyle
* fix table aligment
2024-05-07 18:02:17 +01:00
Neil
dcb25bb5e6
Custom Reports convert all jsx files ( #2707 )
...
* Overview
* Router and Selector
* ReportSidebar
* ReportTopbar
* CustomReport
* updates
* notes
* Patch some TS issues
* fix malfunctioning disabled lists
* add find
---------
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
2024-05-07 17:59:51 +01:00
Joel Jeremy Marquez
f20e9c6bdb
[Mobile] Schedule name and date in mobile scheduled transaction modal ( #2664 )
...
* [Mobile] Add schedule name and date to scheduled transaction modal
* useRef to prevent rerenders
* Release notes
* Fix typecheck error
* Fix lint errors
* Update schedule font
* Heavier font weight
2024-05-07 09:48:27 -07:00
Matiss Janis Aboltins
f73f6c7f0d
♻️ (tooltip) refactoring to react-aria (vol.3) ( #2631 )
2024-05-07 17:18:51 +01:00
DJ Mountney
37457cd6cd
Create types for the external versions of entities meant for the API ( #2716 )
...
* Create types for the external versions of entities meant for the API
- Otherwise the types used in the API were actually wrong vs the data we were sending
* Add release note
2024-05-07 07:38:02 -07:00
Matiss Janis Aboltins
c16f4c71c5
🐛 remove mac electron app code-signing ( #2715 )
2024-05-07 08:04:21 +01:00
Joel Jeremy Marquez
452ca82287
Use budget name as export file name ( #2713 )
...
* Use budget name as export file name
* Release notes
2024-05-06 14:37:58 -07:00
Joseph Livecchi
ffddd9e8a5
Added Header Authentication - Client Part ( #2362 )
...
* Updated Login to handle header auth
2024-05-04 12:22:18 -07:00
DJ Mountney
2178da0414
Fix some additional incorrect types ( #2676 )
...
* Fix some additional incorrect types
- This is part of working towards having enough correct types to be able to run tsc on our packed api without error.
- Working towards being able to ship types for the api in the package
* Add release note
2024-05-04 09:58:44 -07:00
Joel Jeremy Marquez
f8809df59c
Parallel cloud file download ( #2700 )
...
* Fetch cloud file and file info in parallel to speed downloads up
* Release notes
* Rename release notes
2024-05-03 13:25:29 -07:00
Neil
04bc0c3c64
Monthly spending report ( #2622 )
...
* monthly Spending
* Add Average
* notes
* title
* date filter
* TS fixes and hide average when no data
* fix average tooltip and relabel x-axis
* Wording/verbiage
* filters changes
* feature flag
* networth card fix
2024-05-03 20:34:21 +01:00
Neil
0aa6a057b1
Custom Reports changes ( #2677 )
...
* adjustments
* notes
* scroll height
* lint fix
* compact scrollbar
* fixes
* filters fix
* scrollbar color
* fix week ranges
2024-05-03 20:32:37 +01:00
Matiss Janis Aboltins
b34aaab5f5
🔖 (24.5.0) mobile improvements and much more ( #2693 )
v24.5.0
2024-05-03 17:32:07 +01:00
Joel Jeremy Marquez
688bfe59e8
Fix management app flashing on page init ( #2692 )
...
* Fix management app flashing on init
* Release notes
2024-05-02 10:34:20 -07:00
Joel Jeremy Marquez
8f543a29e0
[Mobile] Fix mobile account notes modal not retrieving correct notes ( #2690 )
...
* Fix mobile notes modal not retrieving correct notes
* Release notes
* Revert useState initial value
2024-05-02 08:10:50 -07:00
shall0pass
ad73a404c4
[Goals] Allow decimal in percent templates ( #2689 )
...
* allow decimal in percent templates
* release note
2024-04-30 17:15:50 -05:00
youngcw
4ed9f4fff4
[Goals]add template to set x month average ( #2688 )
...
* add template to set x month average
* error on 0
* note
* lint
2024-04-30 12:19:31 -07:00
kyangk
176c8466a4
Ignore transactions with empty date & amount ( #2653 )
2024-04-27 21:26:12 +01:00
Matiss Janis Aboltins
703c319f7f
♻️ hide theme selector in prod ( #2671 )
2024-04-27 21:25:45 +01:00
Matt Fiddaman
ca8a8174c4
Fix menuItemTextHeader contrast in dark mode ( #2638 )
...
* Fix menuItemTextHeader contrast in dark mode
* release note
* darken menu background and change accent colour to purple in dark theme
* change menu keybind accept colour to purple in midnight theme
* update release note
* fix menuBorder colour
2024-04-27 09:29:47 -07:00
Joel Jeremy Marquez
f8af8f95ac
Fix loading screen not showing when opening a budget file ( #2663 )
...
* Fix app loading screen
* Release note
* Code review feedback
2024-04-26 14:03:01 -07:00
youngcw
98a7aac736
add schedule name check to check templates ( #2667 )
...
* check schedule name
* note
2024-04-26 06:57:52 -07:00