Airthee
04f2174381
Task/apply review
3 months ago
Airthee
a56e53aff3
Feature/add filter on activities types
3 months ago
Ayush Mishra
7ff0544a5a
Task/eliminate OnDestroy lifecycle hook from activities page component ( #6611 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
8e56841eed
Task/eliminate OnDestroy lifecycle hook from import activities dialog component ( #6621 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
79e779190a
Task/eliminate OnDestroy lifecycle hook from create or update activity dialog component ( #6623 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Kenrick Tandrian
836a01d3cd
Task/improve type safety for sub routes usage ( #6606 )
* Resolve subroutes errors in components and pages
3 months ago
Thomas Kaul
088891a961
Feature/support calendar year date ranges on activities page ( #6597 )
* Support calendar year date ranges on activities page
* Update changelog
4 months ago
Thomas Kaul
e5a771671f
Task/rename order permissions to activity ( #6494 )
* Rename order permissions to activity
4 months ago
Thomas Kaul
4a832f12ca
Task/deprecate order endpoints in favor of activities endpoints ( #6446 )
* Deprecate order endpoints in favor of activities endpoints
* Update changelog
4 months ago
Thomas Kaul
f5d99bad24
Bugfix/create activities of type fee, interest or liability ( #6378 )
* Fix creation of activities with type FEE, INTEREST or LIABILITY
* Update changelog
4 months ago
Thomas Kaul
4897f34d51
Task/change account field to optional in create or update activity dialog ( #6371 )
* Change account field to optional for every case
* Update changelog
4 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
6 months ago
Thomas Kaul
40c01c38dd
Task/deprecate platforms in info item ( #6114 )
* Deprecate platforms
6 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
8 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
8 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
8 months ago
Thomas Kaul
ecc35c9ffa
Task/improve typings of dialogs ( #5846 )
* Improve typings
8 months ago
Sven Günther
1daa980824
Bugfix/import of activity with MANUAL data source (CSV file) ( #5749 )
* Fix import of activity with MANUAL data source
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
9 months ago
Thomas Kaul
4256cdee34
Bugfix/add missing CommonModule import in import activities dialog ( #5674 )
* Add missing CommonModule import
* Update changelog
9 months ago
SK Akram
3f2d045e1f
Task/migrate file drop directive to standalone ( #5646 )
* Migrate file drop directive to standalone
* Update changelog
9 months ago
Raj Gupta
15133466a5
Task/migrate symbol pipe to standalone ( #5637 )
* Migrate symbol pipe to standalone
* Update changelog
9 months ago
Anirban Biswas
5375d0fee1
Task/add component suffix to create or update activity dialog component ( #5628 )
* Add component suffix
9 months ago
CodeySnooze
ce1560751e
Task/add component suffix to import activities dialog component ( #5620 )
* Add component suffix
9 months ago
Thomas Kaul
44e537a409
Task/refactor transaction to activity in activities page component ( #5596 )
* Refactor transaction to activity
9 months ago
Attila Cseh
432251e108
Feature/remove deprecated item of activity type from create or update activity dialog ( #5555 )
* Remove deprecated item of activity type
* Update changelog
9 months ago
Germán Martín
cd40ce3679
Bugfix/enable save button after editing tags in create or update activity dialog ( #5561 )
* Enable save button after editing tags in create or update activity dialog
* Update changelog
9 months ago
Sven Günther
217ecd4d3f
Feature/set up pagination in import activities dialog ( #5527 )
* Set up pagination in import activities dialog
* Update changelog
9 months ago
Thomas Kaul
0d5adfb998
Feature/refactor dialog footer and header components ( #5445 )
* Refactor dialog footer and header components
* Update changelog
10 months ago
Attila Cseh
138d867e8d
Feature/filter asset sub class options in create activity dialog ( #5404 )
* Filter asset sub class options in create activity dialog
* Update changelog
10 months ago
Kenrick Tandrian
1112048c45
Task/migrate dialog header and footer components to standalone ( #5401 )
* Migrate dialog footer component to standalone
* Migrate dialog header component to standalone
* Update changelog
10 months ago
Thomas Kaul
7aeb52d52c
Feature/improve close and save buttons of various dialogs ( #5360 )
* Improve close and save buttons
* Update changelog
11 months ago
Attila Cseh
7613b54514
Feature/extend activities import by tags ( #5287 )
* Extend activities import by tags
* Update changelog
11 months ago
Attila Cseh
3b92558e03
Feature/extend activities import by custom asset profiles ( #5243 )
* Extend activities import by custom asset profiles
* Update changelog
11 months ago
Attila Cseh
6f7e879aca
Bugfix/fix quantity in update activity dialog ( #5199 )
* Fix quantity in update activity dialog
* Update changelog
12 months ago
Thomas Kaul
898f2752f3
Feature/add Gf prefix to sub page components (about and portfolio) ( #5111 )
* Add Gf prefix
1 year ago
csehatt741
ec1f552dfa
Feature/migrate portfolio page components to standalone ( #5086 )
* Migrate portfolio page components to 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
55e4d2fc7a
Feature/deprecate ITEM activity type in favor of BUY ( #5093 )
* Deprecate ITEM activity type in favor of BUY
* Update changelog
1 year ago
Thomas Kaul
1ec81d352b
Feature/restructure import test files ( #4977 )
* Restructure import test files
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
csehatt741
17ef147da7
Feature/add current holdings as default options of symbol search in create or update activity dialog ( #4892 )
* Add current holdings as default options of symbol search in create or update activity dialog
* 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
Thomas Kaul
766d792b10
Feature/restructure paths to routes ( #4863 )
* Restructure paths to routes
1 year 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
1 year ago
Thomas Kaul
71d56ad789
Feature/move asset profile icon component to @ghostfolio/ui ( #4858 )
* Move asset profile icon component to @ghostfolio/ui
* Update changelog
1 year ago
Andy (Truongan) Vo
7d2bb2116f
Bugfix/enable import button in import activities dialog ( #4791 )
* Enable import button in import activities dialog
* Update changelog
1 year ago
Thomas Kaul
7342e7e5ec
Feature/support creating custom tags in create or update activity dialog ( #4801 )
* Support creating custom tags in create or update activity dialog
* Update changelog
1 year ago
Thomas Kaul
a06872b657
Bugfix/improve show condition of button to fetch current market price ( #4700 )
* Improve show condition of button to fetch current market price
* Update changelog
1 year ago
csehatt741
ca992db14e
Bugfix/save activities with type INTEREST, ITEM and LIABILITY ( #4630 )
* Save activities with type INTEREST, ITEM and LIABILITY
* Update changelog
1 year ago
Vinodh Zamboulingame
447fe1806f
Bugfix/fix activities import of files with extension in uppercase ( #4596 )
* Fix activities import of files with extension in uppercase
* Update changelog
1 year ago