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
2 weeks 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 weeks ago
Thomas Kaul
6177ec0ec5
Feature/improve icon of View Holding menu item in activities table ( #5881 )
* Improve icon
* Update changelog
4 weeks ago
David Requeno
0ea2edd1e5
Feature/extend menu in activities table component ( #5855 )
* Extend menu in activities table component
* Update changelog
1 month ago
Sven Günther
0ec9c1dd93
Bugfix/custom asset name rendering in import activities dialog ( #5787 )
* Fix custom asset name rendering in import activities dialog
* Update changelog
1 month ago
Thomas Kaul
ba1ee013d7
Bugfix/fix word wrap in menus of activities table ( #5764 )
* Fix word wrap
* Update changelog
1 month ago
Thomas Kaul
94f3d64891
Task/refactor various components to self-closing tags ( #5704 )
* Refactor to self-closing tags
* Update changelog
2 months ago
Thomas Kaul
5bb22e840d
Bugfix/fix word wrap in various menus ( #5691 )
* Fix word wrap
* Update changelog
2 months ago
David Requeno
5d65906722
Task/set up Storybook stories for activities table component ( #5610 )
* Set up Storybook stories for activities table component
* Update changelog
2 months ago
Raj Gupta
15133466a5
Task/migrate symbol pipe to standalone ( #5637 )
* Migrate symbol pipe to standalone
* Update changelog
2 months ago
Germán Martín
01aeefd2df
Bugfix/improve table headers’ alignment of activities table ( #5580 )
* Improve table headers’ alignment of activities table
* Update changelog
2 months ago
Sven Günther
217ecd4d3f
Feature/set up pagination in import activities dialog ( #5527 )
* Set up pagination in import activities dialog
* Update changelog
2 months ago
Raj Gupta
aa005e237c
Feature/extend activities table component by showAccountColumn input ( #5556 )
* Extend activities table component by showAccountColumn input
* Update changelog
2 months ago
Thomas Kaul
07f5f06b7c
Bugfix/remove data source element in activities table component ( #5541 )
* Clean up
* Update changelog
2 months ago
Thomas Kaul
fcaa4f7996
Feature/improve precision of values in holding detail dialog on mobile ( #5337 )
* Improve dynamic numerical precision
* Shorten date on mobile
* Extend Storybook story of value component
* Update changelog
4 months ago
Thomas Kaul
7a5927592d
Feature/add support to exclude activity from analysis via tag ( #5297 )
* Add support to exclude activity from analysis via tag
* Update changelog
4 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>
4 months ago
csehatt741
c2c4934d71
Feature/upgrade ionicons to version 8 ( #5090 )
* Upgrade ionicons to version 8
* Update changelog
5 months ago
Thomas Kaul
433f1686e3
Feature/rename Account to account in Order database schema ( #5052 )
* Rename Account to account in Order database schema
* Update changelog
5 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
5 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
6 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
6 months ago
csehatt741
3361666f63
Feature/activity in custom currency ( #4486 )
* Activity in custom currency
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
8 months ago
Thomas Kaul
12ae54e01b
Bugfix/fix activities import on non-empty activities page ( #4398 )
* Add missing import functionality
* Update changelog
9 months ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
11 months ago
Thomas Kaul
e715ce14e5
Feature/switch typescript-eslint no-unused-expressions rule to error ( #3872 )
* Switch @typescript-eslint/no-unused-expressions to error (remove from eslint configuration)
1 year ago
Dmytro Werner
8364f7f703
Feature/set up output for click in activities table component ( #3856 )
* Set up @output for click in activities table component
1 year ago
Thomas Kaul
e301dc5612
Feature/add horizontal lines to separate delete actions in menus ( #3805 )
* Add horizontal lines to separate delete action
* Update changelog
1 year ago
Thomas Kaul
e4074f95c9
Feature/handle activities of excluded accounts ( #3697 )
* Handle activities of excluded accounts
1 year ago
Daniel Idem
952c2b71a2
Feature/reuse notification service for confirm dialogs ( #3671 )
* Reuse notification service for confirm dialogs
1 year ago
Daniel Idem
56ddbaf972
Feature/reuse notification service for alert dialogs ( #3670 )
* Reuse notification service for alert dialogs
1 year ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
1 year ago
Thomas Kaul
87501e094d
Feature/improve allocations by ETF holding for mobile ( #3469 )
1 year ago
Gerard Du Pre
8319b216bb
Feature/support delete activities with filtering ( #3394 )
* Support delete activities with filtering
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
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
61f0da35bc
Feature/disable delete all activities if filters are active ( #3389 )
* Disable delete all activities button if filters are active
* Update changelog
2 years ago
Thomas Kaul
66bdb374e8
Feature/set icon columns of tables to stick at beginning ( #3377 )
* Set icon columns to stick at the beginning
* 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
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
efdc9b387f
Eliminate ghostfolio-style.scss ( #3228 )
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
e1371a8d2b
Clean up ( #3018 )
2 years ago
Thomas Kaul
2518a8fd9d
Feature/add accounts tab to position detail dialog ( #3012 )
* Add accounts tab to position detail dialog
* Update changelog
2 years ago
Thomas Kaul
d5d40c0ea1
Migrate to control flow ( #2991 )
* Migrate to control flow
2 years ago
Thomas Kaul
446c7cb517
Remove closing tags of mat-* components ( #2989 )
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
fcbf2f1645
Feature/remove lazy from name of activities table ( #2978 )
* Remove lazy from name
* Update translations
2 years ago
Thomas Kaul
9fe90273c7
Feature/move assistant to general availability ( #2977 )
* Move assistant from experimental to general availability
* Update changelog
2 years ago