Thomas Kaul
84be07f8db
Add write access
1 week ago
Thomas Kaul
76499d478f
Task/improve usability of account selectors in transfer cash balance dialog ( #7662 )
* Improve usability
* Update changelog
1 week ago
Thomas Kaul
5fd9fb9c34
Task/add write scopes to access ( #7638 )
* Add write scopes to access
* Update changelog
1 week ago
Thomas Kaul
3035c303db
Task/extract account selector to reusable component ( #7653 )
* Extract account selector to reusable component
* Update changelog
2 weeks ago
Thomas Kaul
cb6da5c24f
Task/migrate isDraft of activity to draft tag ( #7551 )
* Migrate isDraft of activity to draft tag
* Update changelog
3 weeks ago
Thomas Kaul
6b64563391
Task/migrate account dialogs to dedicated routes ( #7473 )
* Migrate account dialogs to dedicated routes
* Update changelog
3 weeks ago
Thomas Kaul
0a8d7bd361
Task/add platform logo to account selectors in transfer cash balance dialog ( #7554 )
* Add platform logo to account selectors
* Update changelog
3 weeks ago
Thomas Kaul
4386d22e53
Bugfix/percentage values in impersonation mode with unrestricted access ( #7522 )
* Fix percentage values in impersonation mode with unrestricted access
* Fix savings rate in impersonation mode
* Improve savingsRate on FIRE page
* Update changelog
3 weeks ago
Thomas Kaul
ddd20d3099
Task/remove redundant balance attribute from account ( #7546 )
* Remove redundant balance attribute from account
* Update changelog
3 weeks ago
Thomas Kaul
0e3e17580a
Task/extend entity logo component by hasPlaceholder attribute ( #7553 )
* Extend entity logo component by hasPlaceholder attribute
* Update changelog
3 weeks ago
Thomas Kaul
db44b5a037
Feature/add platform logo to platform selector in create or update account dialog ( #7528 )
* Add platform logo to platform selector
* Update changelog
4 weeks ago
Thomas Kaul
851901916b
Task/improve handling of Exclude from Analysis tag ( #7533 )
* Improve handling of Exclude from Analysis tag
* Update changelog
4 weeks ago
Thomas Kaul
b37654c7c6
Bugfix/persistence of empty comment in create or update account dialog ( #7512 )
* Fix persistence of empty comment
* Update changelog
4 weeks ago
Thomas Kaul
263e064fd6
Task/remove deprecated attribute isExcluded from account ( #7253 )
* Remove deprecated attribute isExcluded from account
* Update changelog
4 weeks ago
Thomas Kaul
645e151eb2
Task/move support for tags in account to general availability ( #7415 )
* Move support for tags in account from experimental to general availability
* Update changelog
1 month ago
Thomas Kaul
697e6c0f77
Task/move support to create custom tags to general availability ( #7410 )
* Move support to create custom tags from experimental to general availability
* Update changelog
1 month ago
Thomas Kaul
ece4ed3ede
Task/migrate activity dialogs to dedicated routes ( #7343 )
* Migrate clone, create and edit activity dialogs to dedicated routes
* Update changelog
1 month ago
Thomas Kaul
6666f110f2
Task/set change detection strategy to OnPush in various page components (part II) ( #7329 )
* Set change detection strategy to OnPush
* Update changelog
2 months ago
Kenrick Tandrian
45ef139cf8
Task/enable @typescript-eslint/prefer-nullish-coalescing rule in libs/ui and apps/client ( #7317 )
* feat(ui): implement prefer-nullish-coalescing eslint check
* feat(client): implement prefer-nullish-coalescing eslint check
* fix(client): remove whitespace
2 months ago
Thomas Kaul
79e382a8f7
Feature/add tags support in accounts ( #7242 )
* Add tags support in accounts
* Update changelog
2 months ago
Kenrick Tandrian
7f00c28811
Task/improve type safety in accounts page component ( #7195 )
* feat(client): resolve type errors
* feat(client): enforce encapsulation
* feat(client): replace constructor based DI with inject functions
* feat(client): replace deprecated getDeviceInfo
2 months ago
Kenrick Tandrian
e5c694339a
Task/improve type safety in transfer balance dialog component ( #7080 )
Improve type safety
2 months ago
David Requeno
a3f3d8e853
Task/extract FAB into a reusable component (GfFabComponent) ( #6922 )
* Extract FAB into a reusable component
* Update changelog
3 months ago
David Requeno
3602562aac
Task/migrate Angular components from NgClass to class bindings ( #6843 )
* Migrate components from NgClass to class bindings
* Update changelog
4 months ago
Thomas Kaul
1f78ba5bbb
Task/rename deviceService to deviceDetectorService for consistency ( #6810 )
* Rename deviceService to deviceDetectorService for consistency
4 months ago
Kenrick Tandrian
453d8d8818
Task/improve type safety in create or update account dialog ( #6683 )
* Improve type safety
5 months ago
Erwin-N
cfa974385a
Task/eliminate OnDestroy lifecycle hook from accounts page ( #6527 )
* Eliminate OnDestroy lifecycle hook
6 months ago
Thomas Kaul
e5a771671f
Task/rename order permissions to activity ( #6494 )
* Rename order permissions to activity
6 months ago
Thomas Kaul
ab07fba16b
Task/remove unused OnDestroy hook in create or update account dialog component ( #6439 )
* Remove unused OnDestroy hook
6 months ago
Thomas Kaul
1de4d053e5
Task/remove unused OnDestroy hook in transfer balance dialog component ( #6438 )
* Remove unused OnDestroy hook
6 months ago
Kenrick Tandrian
8a50b8c922
Task/improve type safety in accounts table component ( #6307 )
* fix(lib): prevent table data source to be created every time
* fix(lib): remove unused unsubscribeSubject variable
* fix(lib): change to protected methods
* feat(lib): change locale to signal input
* feat(lib): remove unused deviceType input
* feat(lib): change hasPermissionToOpenDetails to signal input
* feat(lib): change showFooter to signal input
* feat(lib): change activitiesCount to signal input
* feat(lib): change baseCurrency to signal input
* feat(lib): change totalBalanceInBaseCurrency to signal input
* feat(lib): change totalValueInBaseCurrency to signal input
* feat(lib): change outputs to signal outputs
7 months ago
Thomas Kaul
5b6d6a419f
Task/refactor transactions in accounts table component ( #6266 )
* Refactor showTransactions and transactionCount
* Update changelog
7 months 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
8 months ago
Omkar Gujja
95cbd01a4c
Task/lazy load platforms via API in create or update account dialog ( #6130 )
* Lazy load platforms via API
* Update changelog
8 months ago
Karel De Smet
5727ce3375
Bugfix/add missing currency suffix to cash balance field in create or update account dialog ( #6092 )
* Add missing currency suffix to cash balance field in create or update account dialog
* Update changelog
8 months ago
Kenrick Tandrian
76e06ed59f
Task/move notification service to UI library ( #6048 )
* Move notification service to UI library
* Update changelog
9 months ago
Kenrick Tandrian
362997324e
Task/enforce module boundaries for ui module ( #5947 )
* feat(lib): move ConfirmationDialogType to common lib
* fix(lib): move SubscriptionType to enums
* feat(lib): move validateObjectForForm util to common lib
* feat(lib): move GfDialogFooterComponent to ui lib
* feat(lib): move GfDialogHeaderComponent to ui lib
10 months 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
10 months 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
10 months ago
Thomas Kaul
ecc35c9ffa
Task/improve typings of dialogs ( #5846 )
* Improve typings
10 months ago
Akito Yamaguchi
a25ec0c15a
Task/migrate account detail dialog to standalone ( #5458 )
* Migrate account detail dialog to standalone
* Update changelog
12 months ago
Thomas Kaul
7aeb52d52c
Feature/improve close and save buttons of various dialogs ( #5360 )
* Improve close and save buttons
* Update changelog
1 year ago
Thomas Kaul
68b5901977
Bugfix/add missing localization in create or update account dialog ( #5304 )
* Add i18n
* Update changelog
1 year ago
David Requeno
38afc839eb
Feature/move accounts table component to @ghostfolio/ui ( #5278 )
* Move accounts table component to @ghostfolio/ui
* Add Storybook story
* Update changelog
1 year ago
Thomas Kaul
7c147dfb68
Bugfix/fix permissions of impersonation mode in overview and holdings tabs ( #5239 )
* Fix permissions of impersonation mode
* Update changelog
1 year ago
Thomas Kaul
9891786804
Bugfix/fix horizontal ellipsis icon in accounts table component ( #5198 )
* Fix icon and migrate to standalone
* Update changelog
1 year ago
Attila Cseh
bec7b37df9
Feature/migrate accounts page components standalone ( #5117 )
* Migrate accounts page components standalone
* Update changelog
1 year ago
csehatt741
c2c4934d71
Feature/upgrade ionicons to version 8 ( #5090 )
* Upgrade ionicons to version 8
* Update changelog
1 year ago
Thomas Kaul
738f7490f6
Feature/rename Platform to platform in Account database schema ( #4999 )
* Rename Platform to platform in Account database schema
* Update changelog
1 year ago
Kenrick Tandrian
ced7f1f206
Feature/extend search in assistant by quick links ( #4870 )
* Extend search in assistant by quick links
* Update changelog
1 year ago