Thomas Kaul
b0f676c1bd
Update changelog
1 week ago
Thomas Kaul
fd73253575
Improve verification of stripeCheckoutSessionId
1 week ago
Thomas Kaul
ceea375227
Task/extract page tabs to dedicated component ( #6797 )
* Extract page tabs
* Update changelog
1 week ago
Chris Ian Fiel
29e9336baf
Bugfix/account cash balance calculation for SELL activities with fees ( #6862 )
* Fix account cash balance calculation for SELL activities with fees
* Update changelog
1 week ago
Thomas Kaul
c71bfa21bd
Task/refactor deprecated portfolio position attributes in import activities dialog ( #6777 )
Refactor deprecated portfolio position attributes to asset profile
1 week ago
Thomas Kaul
53ce901b08
Task/refactor deprecated portfolio position attributes in top holdings component ( #6778 )
Refactor deprecated portfolio position attributes to asset profile
2 weeks ago
Kenrick Tandrian
f2d4fabdd2
Task/improve type safety in import activities dialog component ( #6858 )
* feat(client): resolve errors
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject function
* fix(client): remove device detector service
2 weeks ago
Thomas Kaul
f82fbcfc58
Bugfix/exception in portfolio details endpoint for unmatched asset profile ( #6861 )
* Resolve exception in portfolio details endpoint when an asset profile is unmatched
* Use asset profile identifier for value uniqueness
* Update changelog
2 weeks ago
Thomas Kaul
5fd9eff8a7
Task/refactor deprecated portfolio position attributes in treemap chart component ( #6779 )
Refactor deprecated portfolio position attributes to asset profile
2 weeks ago
Thomas Kaul
21ed03f5ba
Task/refactor deprecated portfolio position attributes in X-ray rules ( #6776 )
Refactor deprecated portfolio position attributes to asset profile
2 weeks ago
Kenrick Tandrian
9ab28d3f56
Task/improve type safety in investment chart component ( #6859 )
* fix(client): resolve errors
* feat(client): enforce encapsulation
* feat(client): use viewChild signals
* feat(client): enforce immutability
2 weeks ago
Thomas Kaul
fb5716c8a7
Task/refactor deprecated currency to asset profile in public controller ( #6775 )
Refactor deprecated currency to asset profile
2 weeks ago
Thomas Kaul
1cc1e63b3b
Release 3.3.0 ( #6860 )
2 weeks ago
Kenrick Tandrian
a8f14a3d2a
Task/migrate to unified mat.theme mixin and add native color-scheme support ( #6849 )
* feat(client): implement mat.theme
* feat(client): implement color-scheme
* docs: update changelog
2 weeks ago
Thomas Kaul
bbd25ff618
Feature/deactivate delisted asset profiles in FMP service ( #6808 )
* Deactivate delisted asset profiles
* Update changelog
2 weeks ago
Thomas Kaul
9438e3134b
Task/upgrade prisma to version 7.8.0 ( #6830 )
* Upgrade prisma to version 7.8.0
* Update changelog
2 weeks ago
Thomas Kaul
c6fa3c9e13
Task/migrate ion-icon to self-closing tag in holding detail dialog ( #6814 )
Migrate to self-closing tag
2 weeks ago
Jorge
a146fd8d92
Task/improve language localization for ES ( #6852 )
* Update translations
* Update changelog
2 weeks ago
Kenrick Tandrian
d720651f78
Bugfix/resolve styling issues by splitting space-separated class bindings ( #6848 )
* fix(ui): large size not working in value component
* fix(ui): historical market data style not applied
2 weeks ago
Thomas Kaul
348496d5b8
Task/clean up webpack bundle analyzer setup ( #6821 )
* Clean up Webpack Bundle Analyzer setup
* Update changelog
2 weeks ago
Thomas Kaul
15ba37e20c
Task/refactor deprecated portfolio position attributes to asset profile in AI service ( #6774 )
Refactor deprecated portfolio position attributes to asset profile
2 weeks ago
Thomas Kaul
d400152360
Task/upgrade @internationalized/number to version 3.6.6 ( #6818 )
* Upgrade @internationalized/number to version 3.6.6
* Update changelog
2 weeks ago
Thomas Kaul
236bce52ca
Feature/add nestjs-best-practices skills ( #6824 )
* Add nestjs-best-practices skills
* Update changelog
2 weeks ago
Thomas Kaul
f31fac76f9
Task/upgrade papaparse to version 5.5.3 ( #6787 )
* Upgrade papaparse to version 5.5.3
* Update changelog
2 weeks ago
Thomas Kaul
4da5c3cac9
Task/upgrade ai to version 6.0.174 ( #6828 )
* Upgrade ai
* @openrouter/ai-sdk-provider to version 2.9.0
* ai to version 6.0.174
* Add AI service health check and improve layout
* Update changelog
2 weeks ago
Thomas Kaul
4ce87eab1a
Task/upgrade Bull Board to version 7.0.0 ( #6786 )
* Upgrade bull-board to version 7.0.0
* Update changelog
2 weeks ago
Thomas Kaul
c7806038d4
Task/upgrade countries-and-timezones to version 3.9.0 ( #6817 )
* Upgrade countries-and-timezones to version 3.9.0
* Update changelog
2 weeks ago
Thomas Kaul
c2dc216305
Task/upgrade fuse.js to version 7.3.0 ( #6819 )
* Upgrade fuse.js to version 7.3.0
* Update changelog
3 weeks ago
Thomas Kaul
80de33fdcb
Task/upgrade @ionic/angular to version 8.8.5 ( #6829 )
* Upgrade @ionic/angular to version 8.8.5
* Update changelog
3 weeks ago
Thomas Kaul
073bb3b5c0
Task/refresh cryptocurrencies list (20260503) ( #6838 )
* Update cryptocurrencies.json
* Update changelog
3 weeks ago
Thomas Kaul
361483c252
Task/upgrade Nx to version 22.7.1 ( #6825 )
* Upgrade Nx to version 22.7.1
* Update changelog
3 weeks ago
David Requeno
3602562aac
Task/migrate Angular components from NgClass to class bindings ( #6843 )
* Migrate components from NgClass to class bindings
* Update changelog
3 weeks ago
Kenrick Tandrian
5113b22123
Bugfix/remove bottom border in mobile navbar container ( #6839 )
* Remove border
* Update changelog
3 weeks ago
Thomas Kaul
fab06f8d42
Task/extend referral brokers ( #6841 )
Add Revolut
3 weeks ago
Thomas Kaul
03f10c35df
Release 3.2.0 ( #6836 )
3 weeks ago
Thomas Kaul
19abb6cbea
Bugfix/handling of string inputs in form of asset profile dialog ( #6834 )
* Fix string inputs handling
* Update changelog
3 weeks ago
Kenrick Tandrian
4a81658f60
Bugfix/improve typography for client app and charts ( #6833 )
* Improve typography for client app and charts
* Update changelog
3 weeks ago
Thomas Kaul
fff9c16670
Task/harmonize unit styling in value component ( #6832 )
* Harmonize unit styling
* Update changelog
3 weeks ago
Kenrick Tandrian
2af973bedb
Bugfix/reactivate auto calculate for retirement date and projected total amount in FIRE page ( #6831 )
* fix(lib): update fields to accept null
* fix(client): set to null
3 weeks ago
Kenrick Tandrian
a04099b12d
Task/improve type safety in fire page component ( #6807 )
* Improve type safety
3 weeks ago
Thomas Kaul
3fc926444a
Feature/add angular-developer skills ( #6823 )
* Add angular-developer skills
* Update changelog
3 weeks ago
Thomas Kaul
1f78ba5bbb
Task/rename deviceService to deviceDetectorService for consistency ( #6810 )
* Rename deviceService to deviceDetectorService for consistency
4 weeks ago
Kenrick Tandrian
1daa672f27
Task/improve type safety in pricing page component ( #6806 )
* fix(client): resolve type errors
* feat(client): enforce immutability
* fix(client): remove unused variables
* fix(client): enforce encapsulation
* feat(client): replace constructor based DI with inject
4 weeks ago
Thomas Kaul
175015ae54
Task/upgrade stripe to version 21.0.1 ( #6795 )
* Upgrade stripe to version 21.0.1
* Update changelog
4 weeks ago
Thomas Kaul
2883481d27
Release 3.1.0 ( #6804 )
4 weeks ago
Thomas Kaul
9aa1402650
Task/improve language localization for de (20260429) ( #6803 )
* Update translations
* Update changelog
4 weeks ago
Matt Van Horn
040b7b91fc
Task/reset background color of paginators ( #6800 )
* Reset background color of paginators
* Hide page size
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 weeks ago
github-actions[bot]
751872ddf7
Task/update locales ( #6802 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 weeks ago
Thomas Kaul
404ef252c7
Task/improve coupon management in admin control panel ( #6794 )
* Improve coupon management
4 weeks ago
github-actions[bot]
98d1b9c2e4
Task/update locales ( #6720 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 weeks ago