Red Rose
eaa5965f1b
Bugfix/truncate long labels in page tabs ( #7178 )
* Truncate long labels
* Update changelog
2 days ago
Thomas Kaul
c2706a6dba
Bugfix/fix display of assets without currency in assistant and symbol autocomplete component ( #7306 )
* Fix display of assets without currency
* Update changelog
3 days ago
Thomas Kaul
a7e721dbee
Task/improve copy-to-clipboard in alert dialog ( #7281 )
Improve copy-to-clipboard
6 days ago
Thomas Kaul
0b94f87f32
Feature/extend alert dialog with copy-to-clipboard functionality ( #7258 )
* Extend alert dialog with copy-to-clipboard functionality
* Update changelog
1 week ago
Thomas Kaul
79e382a8f7
Feature/add tags support in accounts ( #7242 )
* Add tags support in accounts
* Update changelog
1 week ago
Thomas Kaul
14077a2ec6
Task/improve language localization for DE (20260705) ( #7244 )
* Update translations
* Update changelog
1 week ago
Thomas Kaul
baf9d8b894
Task/extend personal finance tools (20260705) ( #7240 )
Extend personal finance tools with categories and platforms
1 week ago
Thomas Kaul
3ea21707b0
Task/set change detection strategy to OnPush in various dialog components ( #7233 )
* Set change detection strategy to OnPush
* Update changelog
1 week ago
Thomas Kaul
42ddd708b3
Bugfix/issue in treemap chart component with empty holdings ( #7213 )
* Resolve issue with empty holdings
* Update changelog
1 week ago
Thomas Kaul
6df2f4e07f
Task/harmonize filter parsing using groupBy() ( #7211 )
* Harmonize filter parsing using groupBy()
* Update changelog
1 week ago
Thomas Kaul
ca6716e7ba
Task/refactor rounding logic in treemap chart component ( #7200 )
* Refactor rounding logic
* Update changelog
2 weeks ago
Thomas Kaul
af3d7db426
Task/improve language localization by translating various tooltips ( #7190 )
* Improve language localization by translating various tooltips
* Update changelog
2 weeks ago
Thomas Kaul
5609aaa98c
Task/harmonize date picker styling ( #7194 )
* Harmonize date picker styling
* Update changelog
2 weeks ago
Thomas Kaul
16062ac372
Bugfix/handling of values rounding to zero ( #7201 )
* Fix handling of values rounding to zero
* Update changelog
2 weeks ago
Thomas Kaul
8988cbe4e9
Bugfix/phantom UNKNOWN slice in portfolio proportion chart caused by floating point rounding ( #7156 )
* Fix phantom UNKNOWN slice caused by floating-point rounding
* Update changelog
2 weeks ago
Thomas Kaul
05281d5980
Feature/public access filtering ( #7146 )
* Add filtering for public access
* Update changelog
---------
Co-authored-by: Germán Martín <github@gmartin.net>
2 weeks ago
Thomas Kaul
f53998f071
Bugfix/encode symbols with special characters in API request urls ( #7110 )
* Encode symbols in API request urls
* Update changelog
3 weeks ago
Thomas Kaul
46d740e381
Task/consolidate exchange rates gathering together with hourly market data ( #7095 )
* Consolidate exchange rates gathering with hourly market data
* Update changelog
3 weeks ago
Thomas Kaul
2f96b42107
Task/reuse asset profile identifier (part 2) ( #7087 )
Reuse AssetProfileIdentifier
3 weeks ago
Thomas Kaul
eac0a207f6
Task/reuse asset profile identifier ( #7086 )
Reuse AssetProfileIdentifier
3 weeks ago
Akash Negi
04a1c75365
Task/move market data endpoint for single asset to asset profiles ( #7079 )
* Move market data endpoint for single asset to asset profiles
* Update changelog
3 weeks ago
Thomas Kaul
7d779d8461
Feature/add data gathering frequency to symbol profile ( #7083 )
* Add data gathering frequency to symbol profile and gather hourly
* Update changelog
3 weeks ago
Thomas Kaul
20eb9efaa6
Task/add icon to indicate external links in page tabs component ( #7081 )
* Add icon to indicate external links
* Update changelog
3 weeks ago
Sjohn21
5d60887a19
Feature/move admin market data endpoint to asset profiles ( #7056 )
* Move admin market data endpoint to asset profiles
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 weeks ago
Thomas Kaul
77efbc5a43
Task/refactor default locale ( #7066 )
Refactor default locale
4 weeks ago
Vijay Sai
95ab429f08
fix(ui): clamp FIRE calculator periods for already-met zero-interest goal
The zero-interest (r === 0) branch of calculatePeriodsToRetire returned
a negative number of periods when the FIRE goal was already met
(totalAmount <= P), since the already-met guard only existed on the
r !== 0 branch. This rendered a past/invalid retirement date.
Clamp the zero-interest result with Math.max(0, ...) so it can never go
negative, mirroring the existing guard's behavior on the other branch.
4 weeks ago
Thomas Kaul
fdd96bcd6b
Bugfix/country name localization ( #7065 )
* Fix country name localization
* Update changelog
4 weeks ago
Thomas Kaul
51e9a3c807
Task/improve account name display in accounts table ( #7044 )
* Do not wrap account name
* Update changelog
4 weeks ago
Kenrick Tandrian
5bb8bf834b
Task/improve type safety in holding detail dialog component ( #7050 )
Improve type safety
4 weeks 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>
4 weeks ago
Thomas Kaul
9d06b3befa
Bugfix/chart error on interaction by registering annotation plugin early ( #7049 )
* Fix chart error on interaction
* Update changelog
4 weeks ago
Thomas Kaul
10fffd68cb
Task/improve name display in activities table ( #7043 )
* Do not wrap name
* Update changelog
4 weeks ago
Thomas Kaul
b55394b2dc
Task/improve styling of page tabs component on desktop ( #7032 )
* Improve styling
* Update changelog
1 month ago
Thomas Kaul
073af0c8c2
Task/enable bull dashboard in tab of admin control panel ( #7030 )
* Enable Bull Dashboard in tab
* Eliminate BULL_BOARD_IS_READ_ONLY
* Update changelog
1 month ago
Thomas Kaul
20cb189bae
Task/improve account name display in activities table ( #7025 )
* Do not wrap account name
* Update changelog
1 month ago
Thomas Kaul
6bbc96ccf0
Task/move support for specific calendar year date ranges in assistant from experimental to general availability ( #7015 )
* Move specific calendar year date ranges from experimental to general availability
* Update changelog
1 month ago
Ankit Singh
124940bf53
Task/migrate various components from NgStyle to style bindings ( #7008 )
* Migrate various components from NgStyle to style bindings
* Update changelog
1 month ago
Thomas Kaul
566c1a0b8e
Task/disable selection of future dates in account balance management ( #7003 )
* Disable selection of future dates
* Update changelog
1 month ago
David Requeno
449eaa1baa
Task/prefill form with current cash balance value in account details dialog ( #6998 )
* Prefill form with current cash balance value
* Update changelog
1 month ago
Thomas Kaul
2faa4c7c89
Bugfix/prevent FAB from overlapping paginators on mobile ( #7000 )
* Prevent FAB from overlapping paginators on mobile
* Update changelog
1 month ago
Thomas Kaul
363684526f
Task/localize country names ( #6995 )
* Localize country names
* Update changelog
1 month ago
Thomas Kaul
3a4b0ce304
Task/harmonize sector names accross data providers ( #6994 )
* Harmonize sector names
* Update changelog
1 month ago
Thomas Kaul
8a93f1f301
Bugfix/asset class chart on allocations page ( #6979 )
Fix asset class chart
1 month ago
Thomas Kaul
ab6fdf6c4f
Task/remove deprecated attributes from portfolio position interface ( #6950 )
* Remove deprecated attributes
* Update changelog
1 month ago
David Requeno
a3f3d8e853
Task/extract FAB into a reusable component (GfFabComponent) ( #6922 )
* Extract FAB into a reusable component
* Update changelog
2 months ago
Thomas Kaul
5b9df03a1e
Task/remove deprecated attributes from holdings of public portfolio endpoint response ( #6923 )
* Remove deprecated attributes
* Update changelog
2 months ago
Thomas Kaul
e0a43cb214
Feature/add icon column to benchmark component ( #6907 )
* Add icon column
* Update changelog
2 months ago
Thomas Kaul
314dbbffd5
Task/extract page tabs to dedicated component (part 3) ( #6908 )
Improve styling
2 months ago
Thomas Kaul
875a39df4a
Task/randomize placeholder in assistant ( #6889 )
* Randomize placeholder
* Update changelog
2 months ago
Kenrick Tandrian
e1e6ae7b57
Task/improve type safety in admin market data component ( #6885 )
Improve type safety
2 months ago