theluckystrike
dfab1e4085
fix: disable Save button until form changes in rule settings dialog
Fixes #6479
The Save button in the rule settings dialog was incorrectly enabled by
default, even before any user interaction occurred. This fix tracks the
initial settings values and only enables the Save button once the user
makes changes to the form.
4 weeks ago
Thomas Kaul
53d9fd42d8
Release 2.247.0 ( #6478 )
4 weeks ago
Thomas Kaul
2bd8463caf
Task/upgrade yahoo-finance2 to version 3.13.2 ( #6477 )
* Upgrade yahoo-finance2 to version 3.13.2
* Update changelog
4 weeks ago
Lucas Macedo
f92bb665e4
Task/upgrade yahoo-finance2 to version 3.13.1 ( #6475 )
* Upgrade yahoo-finance2 to version 3.13.1
* Update changelog
4 weeks ago
Thomas Kaul
0883c7c5bf
Release 2.246.0 ( #6472 )
4 weeks ago
Thomas Kaul
27b1e74d23
Bugfix/disabled buttons in assistant component ( #6471 )
* Fix signal accessors
* Update changelog
4 weeks ago
Thomas Kaul
8e47e198fa
Task/remove deprecated committed funds from summary of portfolio details ( #6442 )
* Remove deprecated committedFunds
* Update changelog
4 weeks ago
Thomas Kaul
9bd4fe53ce
Task/extend personal finance tools 20260302 ( #6464 )
* Extend personal finance tools
4 weeks ago
Thomas Kaul
ab07fba16b
Task/remove unused OnDestroy hook in create or update account dialog component ( #6439 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
1de4d053e5
Task/remove unused OnDestroy hook in transfer balance dialog component ( #6438 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
a5d1f5988c
Task/remove unused OnDestroy hook in terms of service page component ( #6440 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
794c8f8016
Task/remove unused OnDestroy hook in FAQ page component ( #6437 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
f8ca87fadb
Task/remove unused OnDestroy hook in self-hosting FAQ page component ( #6436 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
55952d3cc8
Task/remove unused OnDestroy hook in i18n page component ( #6441 )
* Remove unused OnDestroy hook
4 weeks ago
Thomas Kaul
9fb02dac0e
Task/remove unused OnDestroy hook in personal finance tools page ( #6443 )
* Remove unused OnDestroy hook
4 weeks ago
Parth Sharma
e273bfcbea
Task/eliminate OnDestroy lifecycle hook from allocations page ( #6463 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Parth Sharma
c9924e030a
Task/eliminate OnDestroy lifecycle hook from home page ( #6462 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Parth Sharma
cbf43340af
Task/eliminate OnDestroy lifecycle hook from user account page ( #6461 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
DmytroSkachko
8b187c96b5
Task/eliminate OnDestroy hook from ZEN page ( #6452 )
* Eliminate OnDestroy hook
4 weeks ago
Thomas Kaul
2cc36d002f
Task/restructure sponsors section in README.md ( #6412 )
* Restructure sponsors section
1 month ago
Thomas Kaul
1ffe64e806
Task/upgrade Nx to version 22.5.3 ( #6444 )
* Upgrade Nx to version 22.5.3
* Update changelog
1 month ago
Thomas Kaul
f3f6555911
Task/remove unused OnDestroy hook in blog page component ( #6382 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
28bf3dff07
Task/remove unused OnDestroy hook in privacy policy page component ( #6381 )
* Remove unused OnDestroy hook
1 month ago
slegarraga
412b37956a
Task/eliminate OnDestroy lifecycle hook from portfolio page ( #6430 )
* Eliminate OnDestroy lifecycle hook
1 month ago
slegarraga
8c83742d9c
Task/eliminate OnDestroy lifecycle hook from webauthn page ( #6429 )
* Eliminate OnDestroy lifecycle hook
1 month ago
slegarraga
41de73fe41
Task/eliminate OnDestroy lifecycle hook from features page ( #6431 )
* Eliminate OnDestroy lifecycle hook
1 month ago
slegarraga
02a61b373c
Task/eliminate OnDestroy lifecycle hook from register page ( #6433 )
* Eliminate OnDestroy lifecycle hook
1 month ago
Thomas Kaul
ddd36a1c7d
Task/eliminate OnDestroy lifecycle hook from about overview page ( #6419 )
* Eliminate OnDestroy lifecycle hook
1 month ago
Thomas Kaul
83347ba5dd
Release 2.245.0 ( #6418 )
1 month ago
Ariel Pons
5bcdaa396f
Task/improve language localization for ES ( #6417 )
* Improve language localization for ES
* Update changelog
1 month ago
Thomas Kaul
b5eb7d9884
Bugfix/resolve data source transformation in export and performance endpoint ( #6411 )
* Resolve data source transformation in errors of performance endpoint and export functionality
* Update changelog
1 month ago
Thomas Kaul
08c04e69cf
Task/exclude scraper configuration and symbol mapping from import and export functionality ( #6415 )
* Exclude scraper configuration and symbol mapping from import and export
* Update changelog
1 month ago
Davide Riccobelli
8b714d18ab
Task/improve language localization for IT ( #6416 )
* Improve language localization for IT
* Update changelog
1 month ago
Erwin-N
da13d62703
Task/improve language localization for NL ( #6414 )
* Improve language localization for NL
* Update changelog
1 month ago
Thomas Kaul
0fee18908f
Release 2.244.0 ( #6409 )
1 month ago
Thomas Kaul
98fb0b86af
Task/improve usability of asset profile details dialog for currencies ( #6406 )
* Improve usability
* Update changelog
1 month ago
Kenrick Tandrian
9493f79f8e
Task/improve type safety in portfolio filter form component ( #6404 )
* fix(lib): resolve typescript errors in portfolio filter form
* fix(lib): type safety in template
* feat(lib): implement takeUntilDestroyed
* feat(lib): replace constructor params with injections
* feat(lib): change accounts to input signal
* feat(lib): change assetClasses to input signal
* feat(lib): change holdings to input signal
* feat(lib): change tags to input signal
* fix(lib): implement signal for disabled
* fix(lib): implement model signal for disabled
* fix(lib): reduce any types
1 month ago
Thomas Kaul
f2c81ada90
Task/refactor $queryRawUnsafe() in data provider service ( #6408 )
* Refactor $queryRawUnsafe()
* Update changelog
1 month ago
github-actions[bot]
3f14e5ad3a
Task/update locales ( #6356 )
* Update locales
1 month ago
Thomas Kaul
a7434c9ba7
Task/remove deprecated fee ratio X-ray rule ( #6364 )
* Remove deprecated static portfolio analysis rule: Fees (Fee Ratio)
* Update changelog
1 month ago
Thomas Kaul
d4a0f48ca2
Task/remove unused OnDestroy hook in demo page component ( #6383 )
* Remove unused OnDestroy hook
1 month ago
Kenrick Tandrian
69740db292
Task/improve type safety in currency selector ( #6402 )
* feat(lib): resolve typescript errors
* feat(lib): make input a view child signal
* feat(lib): remove unsubscribe subject
* feat(lib): remove ngOnDestroy
* feat(lib): make currencies an input signal
* feat(lib): make formControlName an input signal
1 month ago
Thomas Kaul
4cf16b8c58
Task/remove unused OnDestroy hook in license page component ( #6380 )
* Remove unused OnDestroy hook
1 month ago
Abhishek Garg
48f1c064bc
Bugfix/handle X-ray rule exception when market price is missing ( #6397 )
* Handle X-ray rule exception when market price is missing
* Update changelog
1 month ago
Kenrick Tandrian
386a77c8f7
Task/improve type safety in assistant components ( #6396 )
* feat(lib): resolve typescript errors in assistant
* feat(lib): resolve typescript errors in assistant list item
* feat(lib): implement output signals
* fix(lint): resolve warnings
* fix(lib): implement inject function
* fix(lib): handle errors in html files
1 month ago
Thomas Kaul
2e01c121e4
Task/remove unused OnDestroy hook in resources page component ( #6367 )
* Remove unused OnDestroy hook
1 month ago
Kenrick Tandrian
90cc7af87c
Task/improve type safety in fire calculator component ( #6385 )
* fix(lib): resolve typescript errors
* fix(lib): make unsubscribeSubject readonly
* feat(lib): migrate outputs to signals
* feat(lib): implement takeUntilDestroyed
* feat(lib): add linebreak
1 month ago
Thomas Kaul
cc92ecf62a
Release 2.243.0 ( #6384 )
1 month ago
Thomas Kaul
236e1aacf5
Task/upgrade nestjs to version 11.1.14 ( #6379 )
* Upgrade nestjs to version 11.1.14
* Update changelog
1 month ago
Vic Chen
7bcd18711a
Task/improve language localization for ZH 20260217 ( #6348 )
* Improve language localization for ZH
* Update changelog
1 month ago