KenTandrian
c168e8a36f
fix(lib): check whether asset subclass is present
2 weeks ago
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
2 weeks ago
KenTandrian
3267f3f63a
fix(lib): explicitly type displayedColumns in the holdings table component
1 month ago
Thomas Kaul
60a64b768d
Bugfix/fix case-insensitive sorting in holdings table component ( #6183 )
* Fix case-insensitive sorting by name
* Update changelog
2 months ago
Thomas Kaul
6dc7edb7b5
Task/clean up unused import in holdings table component ( #5682 )
* Clean up
5 months ago
Raj Gupta
15133466a5
Task/migrate symbol pipe to standalone ( #5637 )
* Migrate symbol pipe to standalone
* Update changelog
5 months ago
Thomas Kaul
614dd07836
Feature/add quantity to holdings table of account detail dialog ( #5379 )
* Add quantity column
* Update changelog
6 months ago
Attila Cseh
bb216e29ce
Feature/upgrade to Nx 21.2 ( #5221 )
* Upgrade to Nx 21.2
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
7 months ago
Thomas Kaul
fa99876dca
Feature/rename asset profile icon component to entity logo component ( #4861 )
* Rename asset profile icon component to entity logo component
* Update changelog
9 months ago
Thomas Kaul
71d56ad789
Feature/move asset profile icon component to @ghostfolio/ui ( #4858 )
* Move asset profile icon component to @ghostfolio/ui
* Update changelog
9 months ago
Thomas Kaul
f63d171678
Feature/improve usability of no activities info ( #4382 )
* Improve usability
* Update changelog
1 year ago
Thomas Kaul
8fc9d1c75c
Feature/clean up imports of holdings table component ( #4159 )
* Clean up imports
1 year ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
1 year ago
dw-0
e05f481344
Feature/Switch consistent-generic-constructors eslint rule from warn to error ( #3985 )
* Switch consistent-generic-constructors eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
1 year ago
Thomas Kaul
308d3b64b1
Feature/Remove empty constructors ( #3958 )
* Remove empty constructors
1 year ago
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ( #3887 )
* Switch @typescript-eslint/no-unused-vars to error
1 year ago
dw-0
dd28f38e60
Bugfix/fix eslint configuration ( #3852 )
* Fix eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
1 year ago
Prakhar Sharma
7f6b8145d7
Feature/set up output for click in holdings table component ( #3851 )
* Set up @Output for click in holdings table component
1 year ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
2 years ago
Thomas Kaul
23e4d5454d
Feature/improve allocations by etf holding ( #3467 )
* Improve allocations by ETF holding
* Update changelog
2 years ago
Thomas Kaul
e31b4c64cb
Feature/refactor holding detail dialog to standalone ( #3407 )
* Refactor holding detail dialog to standalone
* Update changelog
2 years ago
Thomas Kaul
72e75208df
Bugfix/fix position detail dialog close functionality ( #3396 )
* Handle holding detail dialog open functionality in a single place (AppComponent)
* Update changelog
2 years ago
Thomas Kaul
1fd836194f
Feature/add absolute change column to holdings table ( #3378 )
* Add absolute change column
* Update changelog
2 years ago
Thomas Kaul
f3d961bc16
Feature/move holdings table to holdings tab of home page ( #3368 )
* Move holdings table to holdings tab of home page
* Deprecate api/v1/portfolio/positions endpoint
* Update changelog
2 years ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
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
48b412cfb8
Feature/harmonize setting of default locale ( #3032 )
* Harmonize setting of default locale
* Update changelog
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
1ca4f885b0
Feature/migrate holdings page to work with filters of assistant ( #2932 )
* Migrate portfolio holdings to work with filters of assistant
* Update changelog
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
0fd3db3228
Bugfix/fix cash position rows in holdings table ( #2237 )
* Fix cash position rows
* Update changelog
3 years ago
Thomas Kaul
5fe07cb85f
Bugfix/fix value in holdings table ( #2182 )
* Fix missing value
* Update changelog
3 years ago
Thomas Kaul
52e7a7886d
Feature/migrate libs components to angular material 15 ( #1833 )
* Migrate 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
271001f523
Feature/remove toggle on allocations page ( #1620 )
* Rename allocationCurrent, remove allocationInvestment
* Update changelog
3 years ago
Thomas Kaul
7fa6eda45d
Feature/remove emergency fund as asset class ( #1615 )
* Remove emergency fund as asset class
* 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
49dcade964
Feature/add date of first activity to holdings ( #1505 )
* Add date of first activity
* Update changelog
3 years ago
Thomas Kaul
2571e5b8c0
Feature/improve empty states ( #1090 )
* Improve empty states
* Update changelog
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
f7bf6e652b
Feature/add icon and name to positions table ( #1040 )
* Add icon and name
* Update changelog
4 years ago
Thomas Kaul
1ff736537c
Feature/add positions table to public page ( #1037 )
* Add positions table
* Update changelog
4 years ago
Thomas Kaul
dfa67b275c
Feature/improve filtering on allocations page ( #900 )
* Include cash positions on allocations page (with no filtering)
* Update changelog
4 years ago
Thomas Kaul
957200854c
Feature/improve empty state of proportion chart ( #811 )
* Improve empty state
* Update changelog
4 years ago
Thomas Kaul
7b6893b5ed
Feature/add support for emergency fund ( #749 )
* Add support for emergency fund
* Update changelog
4 years ago
Thomas Kaul
b3e58d182a
Feature/add support for click in portfolio proportion chart ( #729 )
* Add support for click
* Update changelog
4 years ago
Thomas Kaul
62885ea890
Feature/improve consistent use of symbol with data source ( #656 )
* Improve the consistent use of symbol with dataSource
* Update changelog
4 years ago
Thomas Kaul
69c9e259b1
Bugfix/fix routing of create activity dialog ( #615 )
* Fix routing of create activity dialog
* Update changelog
4 years ago