Thomas Kaul
5102e1a3a9
Feature/restore support for specific calendar year date ranges in assistant ( #6079 )
* Restore specific calendar year date ranges
* Update changelog
1 week ago
Thomas Kaul
ccea6481ab
Task/prettify files 20251204 ( #6033 )
* Prettify files
3 weeks ago
Kenrick Tandrian
6deaccfe16
Task/enforce module boundaries for client module ( #5944 )
* feat(lib): move SymbolPipe to common lib
* feat(lib): move CreateAccountBalanceDto to common lib
* feat(lib): move IsCurrencyCode validator to common lib
* feat(lib): move UpdateAssetProfileDto to common lib
* feat(lib): move UpdateUserSettingDto to common lib
* feat(lib): move CreateAccessDto to common lib
* feat(lib): move UpdateAccessDto to common lib
* feat(lib): move CreateTagDto to common lib
* feat(lib): move UpdateTagDto to common lib
* feat(lib): move CreatePlatformDto to common lib
* feat(lib): move UpdatePlatformDto to common lib
* feat(lib): move CreateOrderDto to common lib
* feat(lib): move UpdateOrderDto to common lib
* feat(lib): move RuleSettings interface to common lib
* feat(lib): move CreateAccountDto TransferBalanceDto UpdateAccountDto to common lib
* feat(lib): move CreateAccountWithBalancesDto to common lib
* feat(lib): move CreateAssetProfileDto and CreateAssetProfileWithMarketDataDto to common lib
* feat(lib): move AuthDeviceDto to common lib
* feat(lib): move simplewebauthn interfaces to common lib
This includes AssertionCredentialJSON, AttestationCredentialJSON, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialRequestOptionsJSON.
* feat(lib): move UpdateMarketDataDto to common lib
* feat(lib): move UpdateBulkMarketDataDto to common lib
* feat(lib): move CreateWatchlistItemDto to common lib
* feat(lib): move DeleteOwnUserDto to common lib
* feat(lib): move UserItem interface to common lib
* feat(lib): move UpdateOwnAccessTokenDto to common lib
* feat(lib): move PropertyDto to common lib
1 month ago
Kenrick Tandrian
a57b670d7b
Task/enforce module boundaries for api and common modules ( #5925 )
* feat(lint): allow circular self deps
* feat(lint): enforce module boundaries
* feat(lib): move data provider response interface to common
* feat(lib): move symbol item interface to common
* feat(lib): move activity interface to common
* feat(lint): temporarily disable @nx/enforce-module-boundaries for ui files
* feat(lint): temporarily disable @nx/enforce-module-boundaries for client files
* feat(lint): ignore circular deps between client and ui
* feat(common): implement barrel export for data provider response interface
* feat(common): implement barrel export for activity interface
* feat(common): implement barrel export for symbol item interface
2 months ago
Thomas Kaul
a892f51799
Task/improve localization in lib components ( #5907 )
* Improve localization
2 months ago
Germán Martín
3215280636
Task/extract portfolio filter sub form of assistant to reusable component ( #5618 )
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
2 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
2 months ago
Aditya Garud
2248eb77f9
Feature/preselect first search result item in assistant ( #5656 )
* Preselect first search result item in assistant
* Update changelog
3 months ago
Raj Gupta
15133466a5
Task/migrate symbol pipe to standalone ( #5637 )
* Migrate symbol pipe to standalone
* Update changelog
3 months ago
Thomas Kaul
8eef97225a
Feature/add data source to asset profile search results of assistant ( #5370 )
* Add data source
* Update changelog
4 months ago
David Requeno
473c474845
Feature/extend search in assistant by accounts ( #5356 )
* Extend search in assistant by accounts
* Update changelog
5 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>
5 months ago
Thomas Kaul
03fc120d50
Feature/remove date range from search holdings in assistant component ( #5170 )
* Remove date range
* Update changelog
6 months ago
Thomas Kaul
a03c275b31
Feature/add no results message to assistant ( #5166 )
* Add no results message
* Update changelog
6 months ago
Thomas Kaul
c34e3a9434
Feature/reuse internal routes in assistant list item component ( #5122 )
* Reuse internal routes
6 months ago
csehatt741
c2c4934d71
Feature/upgrade ionicons to version 8 ( #5090 )
* Upgrade ionicons to version 8
* Update changelog
6 months ago
csehatt741
bd43ea9b6c
Feature/dynamically compose public routes in sitemap ( #5035 )
* Dynamically compose public routes in sitemap
* Update changelog
6 months ago
Kenrick Tandrian
e28ab59673
Feature/introduce fuzzy search for quick links of assistant ( #5055 )
* Introduce fuzzy search for quick links of assistant
* Update changelog
6 months ago
Thomas Kaul
9b4730b731
Feature/improve search results of assistant to only display categories with content ( #5053 )
* Improve search results
* Update changelog
6 months ago
Thomas Kaul
738f7490f6
Feature/rename Platform to platform in Account database schema ( #4999 )
* Rename Platform to platform in Account database schema
* Update changelog
6 months ago
Thomas Kaul
29ecfc1137
Feature/migrate assistant and value component to control flow (part 3) ( #4981 )
* Migrate to control flow
* Update changelog
6 months ago
Hash Palak
d8626ffab7
Feature/include admin control panel in quick links of assistant ( #4955 )
* Include admin control panel in quick links of assistant
* Update changelog
6 months ago
Tahbit Fehran
b0e1065f79
Feature/conditionally display date range options based on first user activity ( #4945 )
* Conditionally display date range options based on first user activity
* Update changelog
7 months ago
Thomas Kaul
a7319844fd
Feature/migrate assistant and value component to control flow (part 2) ( #4948 )
* Migrate to control flow
* Update changelog
7 months ago
Thomas Kaul
66ef2c2fec
Feature/migrate assistant and value component to control flow ( #4905 )
* Migrate to control flow
* Update changelog
7 months ago
Thomas Kaul
b80c186c97
Feature/improve styles of assistant ( #4901 )
* Improve styles
* Update changelog
7 months ago
Kenrick Tandrian
ced7f1f206
Feature/extend search in assistant by quick links ( #4870 )
* Extend search in assistant by quick links
* Update changelog
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
7 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
7 months ago
Thomas Kaul
53a81b3c2b
Feature/migrate assistant component to control flow ( #4591 )
* Migrate to control flow
* Update changelog
8 months ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
1 year ago
Amandee Ellawala
bc3535946c
Bugfix/do not fetch holdings in assistant for each change ( #4118 )
* Do not fetch holdings in assistant for each change
* Update changelog
1 year ago
Thomas Kaul
73be7f3969
Feature/improve labels of assistant ( #4091 )
* Improve labels
* Update changelog
1 year ago
Amandee Ellawala
6057794eb6
Feature/extend assistant by holding selector ( #4031 )
* Extend assistant by holding selector
* Update changelog
1 year ago
dw-0
6a10b932b0
Feature/Switch consistent-type-assertions eslint rule from warn to error ( #3982 )
* Switch consistent-type-assertions eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
1 year ago
Matej Gerek
98957d282e
Feature/move tags from info to user service ( #3859 )
* Move tags from info to user service
* Update changelog
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
Thomas Kaul
e8f0d2bb14
Feature/consider availability of date range selector and filters in assistant per view ( #3824 )
* Consider availability of date range selector and filters in assistant per view
* Update changelog
1 year ago
gizmodus
f360a12823
Feature/rework portfolio calculator ( #3393 )
* Rework portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
9246a73f41
Feature/refactor dark theme css selector ( #3662 )
* Refactor dark theme CSS selector
* Update changelog
1 year ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
1 year ago
Thomas Kaul
5d49ff7a4a
Feature/improve usability of date range selector in assistant ( #3409 )
* Improve usability of date range selector
* 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
4ad4fa2b30
Feature/clean up deprecated GET api/portfolio/positions endpoint ( #3373 )
2 years ago
Thomas Kaul
a4efbc0131
Feature/migrate UI components to control flow ( #3324 )
* Migrate to control flow
* Update changelog
2 years ago
Thomas Kaul
bed9ae916c
Migrate UI components to standalone ( #3302 )
2 years ago
Thomas Kaul
50dbbf0569
Feature/refactor symbol icon module to asset profile icon component ( #3245 )
* Refactor symbol icon module to asset profile icon component (standalone)
2 years ago
Thomas Kaul
084467ee9a
Feature/reverse order of specific years in date range selector of assistant ( #3221 )
* Reverse order
* Update changelog
2 years ago
Thomas Kaul
f1eeee0525
Feature/extend date range support by specific years ( #3190 )
* Extend date range support by specific years
* Support date range in benchmark endpoint
* Support date range in activities endpoint
* Update changelog
2 years ago
Thomas Kaul
b62488628c
Prettify markup ( #3029 )
2 years ago