Thomas Kaul
4386d22e53
Bugfix/percentage values in impersonation mode with unrestricted access ( #7522 )
* Fix percentage values in impersonation mode with unrestricted access
* Fix savings rate in impersonation mode
* Improve savingsRate on FIRE page
* Update changelog
1 day ago
Thomas Kaul
0e3e17580a
Task/extend entity logo component by hasPlaceholder attribute ( #7553 )
* Extend entity logo component by hasPlaceholder attribute
* Update changelog
2 days ago
Thomas Kaul
0530e098fb
Task/extend value component by isLoading attribute ( #7540 )
* Introduce isLoading attribute
* Update changelog
3 days ago
Thomas Kaul
5bbdf52e19
Feature/add platform logo to account selector in create or update activity dialog ( #7524 )
* Add platform logo to account selector
* Update changelog
4 days ago
Thomas Kaul
3eb10cc2e1
Task/remove unused exchange from portfolio position interface ( #7537 )
Remove exchange
4 days ago
Thomas Kaul
8ac551fc44
Feature/support account platforms in activities import ( #7515 )
* Support account platforms in activities import
* Update changelog
5 days ago
Thomas Kaul
b37654c7c6
Bugfix/persistence of empty comment in create or update account dialog ( #7512 )
* Fix persistence of empty comment
* Update changelog
6 days ago
Thomas Kaul
5f47a2f2a7
Task/improve export functionality ( #7499 )
* Improve export functionality
* Update changelog
1 week ago
Thomas Kaul
031b3b68c7
Bugfix/deletion of activities to respect activity type and date range filter ( #7492 )
* Respect activity type and date range filter
* Update changelog
1 week ago
Thomas Kaul
f1f1f2ca27
Task/improve portfolio summary ( #7453 )
* Improve portfolio summary
* Update changelog
2 weeks ago
Thomas Kaul
aeb30e553a
Task/improve SWR select formatting in FIRE page ( #7445 )
Improve formatting
2 weeks ago
Thomas Kaul
f4a133df4a
Task/deprecate firstOrderDate in favor of dateOfFirstActivity in portfolio performance endpoint ( #7429 )
* Deprecate firstOrderDate in favor of dateOfFirstActivity in portfolio performance response
* Update changelog
2 weeks ago
Thomas Kaul
b77f40a0ff
Bugfix/update account balance of activity without account ( #7402 )
* Fix update account balance of activity without account
* Update changelog
2 weeks ago
Thomas Kaul
697e6c0f77
Task/move support to create custom tags to general availability ( #7410 )
* Move support to create custom tags from experimental to general availability
* Update changelog
2 weeks ago
Thomas Kaul
ad92c763cb
Bugfix/localization of FIRE page ( #7401 )
* Fix localization of FIRE page
* Update changelog
2 weeks ago
Thomas Kaul
347d7efee5
Bugfix/skip opening holding detail dialog for cash positions ( #7390 )
* Skip opening holding detail dialog for cash positions
* Update changelog
2 weeks ago
Thomas Kaul
7cd6ebe000
Task/eliminate unneeded symbol pipe ( #7375 )
Eliminate symbol pipe
3 weeks ago
Thomas Kaul
ece4ed3ede
Task/migrate activity dialogs to dedicated routes ( #7343 )
* Migrate clone, create and edit activity dialogs to dedicated routes
* Update changelog
3 weeks ago
Thomas Kaul
9e4269fa37
Bugfix/preserve asset profile when cloning activity ( #7339 )
* Preserve asset profile when cloning activity
* Update changelog
3 weeks ago
Kenrick Tandrian
45ef139cf8
Task/enable @typescript-eslint/prefer-nullish-coalescing rule in libs/ui and apps/client ( #7317 )
* feat(ui): implement prefer-nullish-coalescing eslint check
* feat(client): implement prefer-nullish-coalescing eslint check
* fix(client): remove whitespace
4 weeks ago
Thomas Kaul
d5fb6311c1
Task/deprecate SymbolProfile in favor of assetProfile in activity interface ( #7315 )
* Deprecate SymbolProfile in favor of assetProfile
* Update changelog
4 weeks ago
David Requeno
de975a5991
Task/set change detection strategy to OnPush in X-ray page ( #7313 )
* Set change detection strategy to OnPush
* Update changelog
4 weeks ago
Kenrick Tandrian
fd61a1e62b
Task/enable strict null checks in apps/client ( #7309 )
* fix(client): resolve type errors
* feat(ui): resolve type error in assistant component
* feat(client): enable strict null checks
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject functions
* fix(client): prevent race condition in nested subscription
4 weeks ago
Kenrick Tandrian
00d908c7e2
Task/improve type safety in create or update activity dialog component ( #7294 )
* fix(client): resolve type errors
* feat(client): enforce encapsulation
* feat(client): replace constructor based DI with inject functions
* feat(client): enforce immutability
* fix(client): resolve type error in import activities dialog
4 weeks ago
Arjun jaiswal
712bd01c73
Task/set change detection strategy to OnPush in activities page ( #7248 )
* Set change detection strategy to OnPush
* Update changelog
1 month ago
Вячеслав Дорошенко
b0747b025c
Task/set change detection strategy to OnPush in analysis page ( #7275 )
* Set change detection strategy to OnPush
* Update changelog
1 month ago
Вячеслав Дорошенко
73d002f5c0
Task/set change detection strategy to OnPush in allocations page ( #7274 )
* Set the change detection strategy to OnPush
* Update changelog
1 month ago
Archit Goyal
898fc76965
Task/set change detection strategy to OnPush in FIRE page ( #7252 )
* Set change detection strategy to OnPush
* Update changelog
1 month ago
ylink
6f2db3e649
Task/set change detection strategy to OnPush in portfolio page ( #7241 )
* Set change detection strategy to OnPush
* Update changelog
1 month ago
Thomas Kaul
af3d7db426
Task/improve language localization by translating various tooltips ( #7190 )
* Improve language localization by translating various tooltips
* Update changelog
1 month ago
Thomas Kaul
5609aaa98c
Task/harmonize date picker styling ( #7194 )
* Harmonize date picker styling
* Update changelog
1 month ago
Thomas Kaul
55c9c3d39f
Task/improve error message styling in import activities dialog ( #7143 )
* Improve styling
* Update changelog
1 month ago
Kenrick Tandrian
26f0c35811
Task/improve type safety in allocations page component ( #7076 )
Improve type safety
2 months ago
Thomas Kaul
77efbc5a43
Task/refactor default locale ( #7066 )
Refactor default locale
2 months ago
Thomas Kaul
fdd96bcd6b
Bugfix/country name localization ( #7065 )
* Fix country name localization
* Update changelog
2 months ago
Jorge
05c50df20c
Bugfix/dark mode styling of safe withdrawal rate selector in FIRE section ( #7053 )
* Fix styling of safe withdrawal rate selector in dark mode
* Update changelog
2 months ago
Jorge
ebc911b9d4
Bugfix/restrict maximum height of import activities dialog ( #7047 )
* Restrict maximum height
* Update changelog
2 months ago
Parman Mohammadalizadeh
f4d17c786a
Bugfix/open account details dialog on allocations page ( #6988 )
* Fix open account details dialog
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 months ago
Thomas Kaul
b3bdfab419
Bugfix/issue in import dividends dialog ( #7020 )
* Change to assetProfile
* Update changelog
2 months ago
Thomas Kaul
98c984c6c9
Task/improve unknown bucket grouping in allocations ( #7011 )
* Improve unknown bucket grouping
* Update changelog
2 months ago
Ankit Singh
124940bf53
Task/migrate various components from NgStyle to style bindings ( #7008 )
* Migrate various components from NgStyle to style bindings
* Update changelog
2 months ago
Thomas Kaul
2faa4c7c89
Bugfix/prevent FAB from overlapping paginators on mobile ( #7000 )
* Prevent FAB from overlapping paginators on mobile
* Update changelog
2 months ago
Thomas Kaul
363684526f
Task/localize country names ( #6995 )
* Localize country names
* Update changelog
2 months ago
Thomas Kaul
3a4b0ce304
Task/harmonize sector names accross data providers ( #6994 )
* Harmonize sector names
* Update changelog
2 months ago
Kenrick Tandrian
60be4de9a5
Task/improve type safety in analysis page component ( #6965 )
* fix(client): resolve errors in analysis page component
* feat(client): replace constructor based DI with inject functions
* feat(client): convert to view child signal
* feat(client): enforce encapsulation
* feat(client): enforce readability
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert mode to signal
2 months ago
Thomas Kaul
ab6fdf6c4f
Task/remove deprecated attributes from portfolio position interface ( #6950 )
* Remove deprecated attributes
* Update changelog
2 months ago
David Requeno
a3f3d8e853
Task/extract FAB into a reusable component (GfFabComponent) ( #6922 )
* Extract FAB into a reusable component
* Update changelog
2 months ago
Kenrick Tandrian
081ce27d78
Task/improve type safety in home overview component ( #6927 )
* feat(client): implement default date range
* feat(client): resolve errors
* feat(client): replace constructor based DI with inject function
* feat(client): enforce encapsulation
* fix(client): remove dead code
* feat(client): enforce immutability
* feat(client): replace deprecated getDeviceInfo
* feat(client): convert errors to signal
* feat(client): convert hasImpersonationId to signal
* feat(client): convert user to signal
* feat(client): convert to computed signals
* feat(client): convert historicalDataItems and isLoadingPerformance to signals
* feat(client): convert performance and precision to signals
* feat(client): implement OnPush change detection strategy
* fix(common): revert DateRange type change
* fix(client): format file
3 months ago
Kenrick Tandrian
9d4fe5c6b9
Bugfix/double scrollbars on feature page ( #6925 )
* Fix double scrollbars on feature page
* Remove has-tabs style class
* Update changelog
3 months ago
Thomas Kaul
787e6f6414
Task/improve spacing in various tabs ( #6909 )
* Improve spacing
3 months ago