Thomas Kaul
7940bdaa9e
Feature/add quantity column to holdings table of portfolio holdings page ( #6607 )
* Add quantity column
* Update changelog
3 weeks ago
Matt Van Horn
34028ba5d7
Task/eliminate OnDestroy lifecycle hook from open page component ( #6613 )
* Eliminate OnDestroy lifecycle hook
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
3 weeks ago
Kenrick Tandrian
836a01d3cd
Task/improve type safety for sub routes usage ( #6606 )
* Resolve subroutes errors in components and pages
3 weeks ago
BoB
3bdf394998
Task/improve language localization for PL (20260316) ( #6579 )
* Improve language localization for PL
3 weeks ago
Nathan Nguyen
bd4f62ce1a
Task/eliminate OnDestroy lifecycle hook from markets component ( #6592 )
* Eliminate OnDestroy lifecycle hook
3 weeks ago
Thomas Kaul
088891a961
Feature/support calendar year date ranges on activities page ( #6597 )
* Support calendar year date ranges on activities page
* Update changelog
3 weeks ago
Zakir Jiwani
f826819794
Task/eliminate OnDestroy lifecycle hook from account detail dialog component ( #6598 )
* Eliminate OnDestroy lifecycle hook
3 weeks ago
Gilang Javier
cc7c731f6e
Task/eliminate OnDestroy lifecycle hook from admin overview component ( #6590 )
* Eliminate OnDestroy lifecycle hook
3 weeks ago
Nathan Nguyen
873e057a92
Task/eliminate OnDestroy lifecycle hook from rule component ( #6593 )
* Eliminate OnDestroy lifecycle hook
3 weeks ago
Ayush Mishra
68473cfaa9
Task/eliminate OnDestroy lifecycle hook from landing page component ( #6595 )
* Eliminate OnDestroy lifecycle hook
3 weeks ago
Nathan Nguyen
5a9e2785f0
fix: resolve updateAccountBalance checkbox disabled for past dates
The date valueChanges handler unconditionally disabled the
"Update Cash Balance" checkbox when the date was not today,
conflicting with the type handler which enabled it for
BUY/SELL/DIVIDEND types. Switching types re-triggered the type
handler, masking the bug.
Extract the enable/disable decision into a pure helper function
(shouldEnableUpdateAccountBalance) and call it from the type,
accountId, and date subscribers — removing the date-based
restriction entirely.
Closes #6327
3 weeks ago
Winn Cook
0638da9490
Task/eliminate OnDestroy lifecycle hook from public page component ( #6487 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
aaf7570b3c
Task/eliminate OnDestroy lifecycle hook from app component ( #6568 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
3db4209dff
Task/eliminate OnDestroy lifecycle hook from header component ( #6567 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
a458608bd6
Task/eliminate OnDestroy lifecycle hook from admin users component ( #6565 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
0883298cf1
Task/eliminate OnDestroy lifecycle hook from data provider status component ( #6566 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
19315e8ca5
Task/eliminate OnDestroy lifecycle hook from admin settings component ( #6560 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
89b41da17f
Task/eliminate OnDestroy lifecycle hook from admin tag component ( #6561 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
2f34c7d471
Task/eliminate OnDestroy lifecycle hook from admin market data component ( #6552 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
319bde1816
Task/eliminate OnDestroy lifecycle hook from auth page ( #6528 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
f469bb9d36
Task/eliminate OnDestroy lifecycle hook from admin platform component ( #6553 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Akd11111
06492b6012
Task/improve language localization for PL (20260312) ( #6523 )
* Improve language localization for PL
* Update changelog
4 weeks ago
Thomas Kaul
cf57c156fc
Task/refactor open Bull Board in admin jobs component ( #6525 )
* Refactoring
4 weeks ago
Thomas Kaul
439af5f21d
Task/consolidate sign-out logic ( #6526 )
* Consolidate sign-out logic
* Update changelog
4 weeks ago
Erwin
6a714687b5
Task/eliminate OnDestroy lifecycle hook from home summary component ( #6550 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
9f9008c89a
Task/eliminate OnDestroy lifecycle hook from home overview component ( #6549 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
cdd508dfe6
Task/eliminate OnDestroy lifecycle hook from home market component ( #6548 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin
860ae50ad9
Task/eliminate OnDestroy lifecycle hook from home holdings component ( #6547 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
88307cca28
Task/eliminate OnDestroy lifecycle hook from portfolio analysis page ( #6524 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
e127c1af2b
Task/eliminate OnDestroy lifecycle hook from about page ( #6529 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
cfa974385a
Task/eliminate OnDestroy lifecycle hook from accounts page ( #6527 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
55d717ca93
Task/eliminate OnDestroy lifecycle hook from X-ray page ( #6522 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
bac3e2ebf3
Task/eliminate OnDestroy lifecycle hook from FIRE page ( #6521 )
* Eliminate OnDestroy lifecycle hook
4 weeks ago
Erwin-N
8f68bd98c2
Task/upgrade svgmap to version 2.19.2 ( #6503 )
* Upgrade svgmap to version 2.19.2
* Update changelog
4 weeks ago
Thomas Kaul
efa93a3b98
Feature/setup Bull Dashboard ( #6501 )
* Initial setup
* Update changelog
1 month ago
Thomas Kaul
d39172f0eb
Task/improve language localization for DE (20260310) ( #6511 )
* Update translation
* Update changelog
1 month ago
github-actions[bot]
fa4260d6fc
Task/update locales ( #6410 )
1 month ago
Thomas Kaul
dd895e3112
Task/improve localization of resources overview component ( #6509 )
* Improve localization
1 month ago
Thomas Kaul
e5a771671f
Task/rename order permissions to activity ( #6494 )
* Rename order permissions to activity
1 month ago
Erwin-N
2860ebe1cb
Task/improve language localization for NL 20260903 ( #6506 )
* Improve language localization
* Update changelog
1 month ago
Thomas Kaul
4a832f12ca
Task/deprecate order endpoints in favor of activities endpoints ( #6446 )
* Deprecate order endpoints in favor of activities endpoints
* Update changelog
1 month ago
David Requeno
9fe38e02f3
Feature/enable column sorting in data provider table ( #6476 )
* Enable column sorting
* Update changelog
1 month ago
Winn Cook
3c886f134d
Task/reuse value component in platform component of Admin Control panel ( #6470 )
* Reuse value component
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 month ago
DmytroSkachko
3d07f69e17
Task/reuse value component in tag component of Admin Control panel ( #6467 )
* Reuse value component
* Update changelog
1 month ago
Thomas Kaul
ab07fba16b
Task/remove unused OnDestroy hook in create or update account dialog component ( #6439 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
1de4d053e5
Task/remove unused OnDestroy hook in transfer balance dialog component ( #6438 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
a5d1f5988c
Task/remove unused OnDestroy hook in terms of service page component ( #6440 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
794c8f8016
Task/remove unused OnDestroy hook in FAQ page component ( #6437 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
f8ca87fadb
Task/remove unused OnDestroy hook in self-hosting FAQ page component ( #6436 )
* Remove unused OnDestroy hook
1 month ago
Thomas Kaul
55952d3cc8
Task/remove unused OnDestroy hook in i18n page component ( #6441 )
* Remove unused OnDestroy hook
1 month ago