Thomas Kaul
e0a43cb214
Feature/add icon column to benchmark component ( #6907 )
* Add icon column
* Update changelog
2 days ago
Kenrick Tandrian
cde519fa7b
Task/improve type safety of header component ( #6913 )
* feat(common): allow null for filters
* feat(client): implement login with access token dialog result interface
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject function
* feat(client): implement view child signals
* feat(client): implement output signals
* feat(client): implement input signals
* fix(client): format html file
2 days ago
Thomas Kaul
787e6f6414
Task/improve spacing in various tabs ( #6909 )
* Improve spacing
4 days ago
Thomas Kaul
314dbbffd5
Task/extract page tabs to dedicated component (part 3) ( #6908 )
Improve styling
4 days ago
Jorge
4b5eae6315
Task/improve language localization for ES ( #6905 )
* Update translations
* Update changelog
4 days ago
Thomas Kaul
fde23ec9dc
Task/improve pagination for activities in account detail dialog ( #6887 )
* Improve pagination in activities table
* Update changelog
5 days ago
Kenrick Tandrian
7e9284b72b
Task/improve type safety for benchmark comparator component ( #6904 )
* feat(client): resolve errors
* feat(client): implement view child signal
* fix(client): enforce encapsulation and immutability
* feat(client): implement output signal
* feat(client): make onChangeBenchmark protected
* feat(client): implement input signals
5 days ago
Kenrick Tandrian
83ff3caf42
Task/improve type safety for admin users component ( #6903 )
* feat(client): resolve errors
* feat(client): migrate constructor based DI to inject function
* feat(client): implement view child signal
* feat(client): replace deprecated getDeviceInfo
* fix(client): enforce encapsulation and immutability
5 days ago
Kenrick Tandrian
409fcf9344
Task/improve type safety for admin tag component ( #6893 )
* fix(client): make tag as optional to cover tag creation use case
* feat(client): migrate constructor based DI to inject function
* feat(client): implement view child signal
* feat(client): replace deprecated getDeviceInfo
* feat(client): implement input signal
* fix(client): enforce encapsulation
6 days ago
Kenrick Tandrian
2cb45589d8
Task/improve type safety for admin platform component ( #6892 )
* fix(client): make platform as optional for platform creation
* feat(client): resolve errors
* feat(client): migrate constructor based DI to inject function
* feat(client): implement view child signal
* feat(client): replace deprecated getDeviceInfo
* fix(client): enforce encapsulation
* feat(client): implement input signal
6 days ago
Thomas Kaul
873109b75c
Task/improve language localization for de (20260517) ( #6891 )
* Update translations
* Update changelog
7 days ago
github-actions[bot]
c1959d0ebb
Task/update locale ( #6809 )
Update locales
7 days ago
Kenrick Tandrian
e560b28da3
Task/improve type safety in admin overview component ( #6886 )
* fix(common): accept undefined for value in update property DTO
* fix(common): accept undefined for language code parameter
* fix(client): enforce encapsulation and immutability
* feat(client): migrate constructor based DI to inject function
* fix(client): info and getter encapsulation
7 days ago
Thomas Kaul
f2385fe831
Task/remove spacing in title of asset profile dialog ( #6883 )
Remove spacing
7 days ago
Kenrick Tandrian
e1e6ae7b57
Task/improve type safety in admin market data component ( #6885 )
Improve type safety
7 days ago
lil-goat
859aa8b39b
Task/improve pagination for activities in holding detail dialog ( #6874 )
* Improve pagination
* Update changelog
1 week ago
Thomas Kaul
5fcdd7fff8
Task/improve border style on pricing page ( #6875 )
Improve border style
1 week ago
Thomas Kaul
ceea375227
Task/extract page tabs to dedicated component ( #6797 )
* Extract page tabs
* 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
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
1 week 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
1 week 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
1 week ago
Thomas Kaul
c6fa3c9e13
Task/migrate ion-icon to self-closing tag in holding detail dialog ( #6814 )
Migrate to self-closing tag
1 week ago
Jorge
a146fd8d92
Task/improve language localization for ES ( #6852 )
* Update translations
* Update changelog
1 week 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
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
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
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
1f78ba5bbb
Task/rename deviceService to deviceDetectorService for consistency ( #6810 )
* Rename deviceService to deviceDetectorService for consistency
3 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
3 weeks ago
Thomas Kaul
9aa1402650
Task/improve language localization for de (20260429) ( #6803 )
* Update translations
* Update changelog
3 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>
3 weeks ago
github-actions[bot]
751872ddf7
Task/update locales ( #6802 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
Thomas Kaul
404ef252c7
Task/improve coupon management in admin control panel ( #6794 )
* Improve coupon management
3 weeks ago
github-actions[bot]
98d1b9c2e4
Task/update locales ( #6720 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 weeks ago
David Requeno
827a65711e
Task/integrate EuroAlternative into logo carousel ( #6796 )
* Integrate EuroAlternative logo
* Update changelog
3 weeks ago
Thomas Kaul
e399702992
Task/modernize layout of overview tab in admin control panel ( #6793 )
* Modernize layout
* Update changelog
4 weeks ago
Thomas Kaul
8f5dbcee56
Task/optimize logo spacing in header ( #6788 )
* Optimize spacing
* Update changelog
4 weeks ago
Thomas Kaul
b455e9278e
Task/move copy-to-clipboard button for ISIN and symbol in holding detail dialog to general availability ( #6781 )
* Move copy-to-clipboard buttons from experimental to general availability
* Update changelog
4 weeks ago
Thomas Kaul
75e2b855c0
Task/various style improvements ( #6780 )
* Various style improvements
* Update changelog
4 weeks ago
Thomas Kaul
65941eb62e
Release 3.0.0 ( #6768 )
* Feature/migrate from Angular Material design 2 to 3 (#6163 )
* Migrate from M2 to M3
* Update changelog
---------
Co-authored-by: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com>
* Task/upgrade to prisma 7 (#6027 )
* Upgrade Prisma to version 7.3.0
* Update changelog
* Feature/restore badge style ("filter indicator") in assistant menu button of header (#6253 )
* feat(styles): add badge overrides
* fix(styles): make the parent display inline-flex
* feat(ui): update styles
* Task/cleanup m3-theme.scss (#6252 )
* feat(styles): cleanup m3-theme.scss
* Task/decrease horizontal padding of buttons (#6679 )
Decrease horizontal padding of buttons
* Task/decrease border radius of dialogs (#6680 )
Decrease border radius of dialogs
* Task/upgrade prisma to version 7.7.0 (#6749 )
* Upgrade prisma to version 7.7.0
* Update changelog
* Bugfix/prisma client initialization in admin service (#6764 )
* Fix prisma client initialization
* Feature/add blog post: Ghostfolio 3 (#6678 )
* Add blog post: Ghostfolio 3
* Update changelog
* Task/move extended values on analysis page from experimental to general availability (#6766 )
* Move extended values to general availability
* Update changelog
* Release 3.0.0
---------
Co-authored-by: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com>
1 month ago
Thomas Kaul
ef7df25496
Task/refactor subscription types ( #6735 )
Refactor subscription types
1 month ago
Thomas Kaul
ccd81bde4b
Task/update OSS Friends 20260421 ( #6754 )
Update oss-friends.json
1 month ago
Kenrick Tandrian
1dffe79c77
Task/improve type safety in public page component ( #6746 )
* fix(client): resolve type errors
* feat(client): replace constructor-based DI with inject function
* feat(client): replaced deprecated getDeviceInfo
* feat(client): tighten up encapsulation
* feat(client): implement readonly
1 month ago
Kenrick Tandrian
0e7efce96b
Task/improve type safety in admin jobs component ( #6739 )
Improve type safety
1 month ago
Kenrick Tandrian
d5ff1bea56
Task/improve type safety in asset profile dialog ( #6722 )
* Improve type safety
1 month ago