Kenrick Tandrian
0c970e2a14
Task/improve holdings table type safety ( #6306 )
* fix(lib): update displayedColumns type
* feat(lib): use input function for holdings
* feat(lib): make isLoading a computed signal
* feat(lib): make paginator and sort viewchild signals
* feat(lib): make dataSource a computed signal
* feat(lib): use input function for hasPermission fields
* feat(lib): make displayedColumns a computed signal
* feat(lib): remove ngOnChanges
* feat(lib): update types in holdings mock
* fix(lib): update imports for treemap chart component
* fix(lib): remove unused routeQueryParams variable
* fix(lib): prevent creating new table data source every time the signal changes
* fix(lib): remove unused unsubscribe subject as there is no observable subscription
* fix(lib): revert changes to dataSource in the template
* fix(lib): changed locale to input signal
* fix(lib): change ignoreAssetSubClasses to protected
* fix(lib): create canShowDetails function
* fix(lib): remove unused baseCurrency and deviceType inputs
* fix(lib): remove unused baseCurrency and deviceType inputs from stories
* feat(lib): make constructor as public
3 weeks ago
Kenrick Tandrian
601008e0e6
Task/move data service to UI library ( #6154 )
* feat(lib): move data service
* feat(client): update imports
* feat(lib): update imports
* Update changelog
2 months ago
David Requeno
11c51698d7
Feature/extend public portfolio page with latest activities ( #5538 )
* Extend public portfolio page with latest activities
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
5 months ago
Germán Martín
3b5fa88ca8
Feature/move holdings table into holdings section on public page ( #5508 )
* Move holdings table into holdings section on public page
* Update changelog
6 months ago
Germán Martín
73bccf85c4
Bugfix/no entries in holdings table of public page ( #5501 )
* Fix holdings table
* Update changelog
6 months ago
David Requeno
0bac81549e
Task/move world map chart component to @ghostfolio/ui ( #5480 )
* Move world map chart component to @ghostfolio/ui
* Update changelog
6 months ago
Karel De Smet
466f31fa28
Task/refactor public page component to standalone ( #5459 )
* Refactor public page component to standalone
* Update changelog
6 months ago
Kenrick Tandrian
9744f1bade
Task/migrate world map chart component to standalone ( #5443 )
* Migrate world map chart component to standalone
* Update changelog
6 months ago
Thomas Kaul
614dd07836
Feature/add quantity to holdings table of account detail dialog ( #5379 )
* Add quantity column
* Update changelog
7 months ago
Thomas Kaul
d99217a434
Feature/refactor @Input in portfolio proportion chart component ( #4684 )
* Refactor @Input in GfPortfolioProportionChartComponent
10 months ago
Thomas Kaul
a5e13d30ae
Bugfix/fix missing localization for alias fallback on public page ( #4610 )
* Fix missing localization
* Update changelog
10 months ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
1 year ago
Thomas Kaul
b50a1fc63d
Feature/reuse markets calculation in public portfolio endpoint ( #3882 )
* Reuse markets calculation in public portfolio endpoint
* Update changelog
1 year ago
Thomas Kaul
4a97e2bb54
Feature/align holdings and regions of public page with allocations page ( #3815 )
* Align holdings and regions of public page with allocations page
* Update changelog
1 year ago
Thomas Kaul
7053aba2da
Feature/add portfolio performance metrics to public page ( #3793 )
* Add portfolio performance metrics
* Update changelog
1 year ago
Thomas Kaul
583c14128b
Feature/extend public api with portfolio performance metrics endpoint ( #3762 )
* Extend Public API with portfolio performance metrics endpoint
* Update changelog
1 year ago
Thomas Kaul
9246a73f41
Feature/refactor dark theme css selector ( #3662 )
* Refactor dark theme CSS selector
* Update changelog
2 years ago
Thomas Kaul
1d6ba22598
Feature/improve language localization for de ( #3583 )
* Update translations
2 years ago
Thomas Kaul
b725e6e2ec
Feature/migrate client to control flow ( #3475 )
* Migrate to control flow
* Update changelog
2 years ago
Thomas Kaul
bed9ae916c
Migrate UI components to standalone ( #3302 )
2 years ago
Thomas Kaul
92fb05320a
Migrate UI components to standalone ( #3296 )
2 years ago
Thomas Kaul
73d62bb51f
Migrate UI components to standalone ( #3290 )
2 years ago
Thomas Kaul
448cea0b69
Feature/improve usability of holdings table ( #3017 )
* Improve usability
* Update changelog
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
857708dc4d
Migrate gf-* components to self-closing tags ( #2934 )
2 years ago
TobiasXy
1b2d2a9860
Feature/Add holdings tab to account detail dialog ( #2853 ) ( #2864 )
* Feature/Add holdings tab to account detail dialog (#2853 )
* Update changelog
2 years ago
Thomas Kaul
8ad6492477
Feature/various improvements in client ( #2434 )
* Various improvements
* Update changelog
2 years ago
Thomas Kaul
4955555ddd
Release 1.301.1 ( #2247 )
3 years ago
Thomas Kaul
d85d83a0f5
Feature/improve alignment of region percentages ( #2203 )
* Improve alignment
* Update changelog
3 years ago
Thomas Kaul
d4fea075af
Feature/include unavailable data in allocations by market chart ( #2190 )
* Include unavailable data in allocations by market chart
* Update changelog
3 years ago
Thomas Kaul
622bb8b0cf
Feature/add allocations by market chart ( #2171 )
* Add allocations by (advanced) market
* Fix public page
* Update changelog
3 years ago
Thomas Kaul
455a2d2e92
Refactor value to valueInBaseCurrency ( #2160 )
3 years ago
Thomas Kaul
84de2c0c68
Migrate card components to Angular Material 15 ( #1837 )
3 years ago
Thomas Kaul
1b7b082003
Feature/migrate various components to angular material 15 ( #1836 )
* Migrate components to Angular Material 15
* Update changelog
3 years ago
Thomas Kaul
0000317041
Upgrade Nx and Angular ( #1646 )
* Upgrade Nx and Angular
* Update changelog
* Feature/eliminate angular material css vars (#1648 )
* Eliminate angular-material-css-vars
* Update changelog
3 years ago
Thomas Kaul
6aae0cc1e4
Bugfix/fix issue with value in value redaction interceptor ( #1627 )
* Fix issue with value in value redaction interceptor
* Fix format of world map
* Update changelog
3 years ago
Thomas Kaul
271001f523
Feature/remove toggle on allocations page ( #1620 )
* Rename allocationCurrent, remove allocationInvestment
* Update changelog
3 years ago
Thomas Kaul
eb4d088a80
Feature/optimize page title for mobile ( #1564 )
* Optimize page title for mobile
* Update changelog
3 years ago
Thomas Kaul
d545e4877c
Feature/improve activities import by preview step ( #1540 )
* Improve activities import
* Update changelog
3 years ago
Thomas Kaul
2b8ab26e7e
Feature/combine name and symbol column in holdings table ( #1514 )
* Combine name and symbol column
* Update changelog
3 years ago
Thomas Kaul
0e29278e96
Feature/add alias to access ( #1193 )
* Add alias to access
* Update changelog
4 years ago
Thomas Kaul
0e3702c2be
Feature/improve german translation ( #1178 )
* Simplify and translate locales
* Add support for translated labels
* Update changelog
4 years ago
Thomas Kaul
11136ae4f8
Eliminate duplicate locales ( #1176 )
4 years ago
Thomas Kaul
e22b8b78b8
Feature/tag route titles with template literal strings ( #1155 )
* Tagged template literal strings
* Update changelog
4 years ago
Thomas Kaul
eee1f1c722
Feature/add page titles ( #1114 )
* Add page titles
* Update changelog
4 years ago
Thomas Kaul
30835ced88
Bugfix/fix holdings for basic users ( #1064 )
* Fix holdings for basic users
* Update changelog
4 years ago
Thomas Kaul
8897f32bc5
Clean up modules ( #1063 )
4 years ago
Thomas Kaul
d130efad47
Clean up comments ( #1043 )
* Clean up comments
4 years ago
Thomas Kaul
109f0ebd70
Feature/move positions table to holdings section ( #1042 )
* Move positions table to holdings section
* Update changelog
4 years ago
Thomas Kaul
1ff736537c
Feature/add positions table to public page ( #1037 )
* Add positions table
* Update changelog
4 years ago