Kenrick Tandrian
5b7356ff28
Task/upgrade jest to version 30.2.0 ( #6110 )
* chore(deps): bump jest to 30.2.0
* fix(test): update setup test scripts
* fix(deps): resolve vulns
2 weeks ago
Kenrick Tandrian
b12007b8b4
Task/revert adding styles to ui:storybook target ( #6107 )
* fix(sb): revert adding styles to ui:storybook target
2 weeks ago
Kenrick Tandrian
07d7178dc3
Task/upgrade to Nx 22.1.3 and Storybook 10.1.10 ( #6105 )
* chore(deps): bump nx from 22.0 to 22.1
* fix(ts): set moduleResolution to bundler
This is a requirement for Storybook 10 migration. See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#require-tsconfigjson-moduleresolution-set-to-value-that-supports-types-condition .
* feat(sb): change main.js to ESM
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#the-storybookmain-file-and-other-presets-must-be-valid-esm .
* fix(ts): set target to es2022
This resolves the warning: TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility .
* fix(ts): set esModuleInterop to true
* feat(docs): update changelog
* fix(ts): set moduleResolution to bundler
* fix(ts): revert target changes
* Update changelog
2 weeks ago
Thomas Kaul
5102e1a3a9
Feature/restore support for specific calendar year date ranges in assistant ( #6079 )
* Restore specific calendar year date ranges
* Update changelog
3 weeks ago
Johnson Towoju
de3f0c4207
Feature/extend FIRE page with projection information at retirement date ( #6034 )
* Extend FIRE page with projection information at retirement date
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 weeks ago
David Requeno
646ee7271a
Bugfix/allocate remaining percentage to unknown data in portfolio proportion chart ( #6054 )
* Allocate remaining percentage to unknown data in portfolio proportion chart
* Update changelog
4 weeks ago
Kenrick Tandrian
76e06ed59f
Task/move notification service to UI library ( #6048 )
* Move notification service to UI library
* Update changelog
1 month ago
David Requeno
bca5ce3f04
Feature/add 3D hover effect to membership card component ( #5966 )
* Add 3D hover effect to membership card component
* Update changelog
1 month ago
Thomas Kaul
ccea6481ab
Task/prettify files 20251204 ( #6033 )
* Prettify files
1 month ago
Thomas Kaul
4182376636
Feature/extend Storybook story of portfolio proportion chart component by story in percentage ( #6007 )
* Extend Storybook story
* Update changelog
1 month ago
Thomas Kaul
1d011747c7
Task/improve usability of actions in various tables ( #5992 )
* Improve usability of actions
1 month ago
Thomas Kaul
9d50675ea1
Feature/disable delete activities action if empty table ( #5971 )
* Disable delete activities action
* Update changelog
2 months ago
Johnson Towoju
d296e6bd28
Feature/extend menu in accounts table component ( #5960 )
* Extend menu
* Update changelog
2 months ago
David Requeno
d16eef5fae
Task/integrate OSS Gallery into logo carousel ( #5959 )
* Integrate OSS Gallery
* Update changelog
2 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
2 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
2 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
2 months ago
Thomas Kaul
a892f51799
Task/improve localization in lib components ( #5907 )
* Improve localization
2 months ago
Kenrick Tandrian
a92f94e697
Feature/migrate client build executor to @nx/angular:browser-esbuild ( #5883 )
* Migrate client build executor to @nx/angular:browser-esbuild
* Update changelog
2 months ago
Kenrick Tandrian
60bfe1eaa6
Task/resolve no-constant-binary-expression ESLint rule ( #5890 )
* fix(lint): remove no-constant-binary-expression override
* fix(lint): resolve eslint errors
2 months ago
Thomas Kaul
6177ec0ec5
Feature/improve icon of View Holding menu item in activities table ( #5881 )
* Improve icon
* Update changelog
2 months ago
Kenrick Tandrian
294f1a5f11
Task/migrate tags selector component in holding detail dialog to form control ( #5850 )
* Migrate tags selector component to form control
* Update changelog
2 months ago
David Requeno
0ea2edd1e5
Feature/extend menu in activities table component ( #5855 )
* Extend menu in activities table component
* Update changelog
2 months ago
Thomas Kaul
ecc35c9ffa
Task/improve typings of dialogs ( #5846 )
* Improve typings
3 months ago
Vaishnavi Parabkar
76a2249ba4
Feature/integrate SelfhostedHub into logo carousel ( #5786 )
* Add SelfhostedHub
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months 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
3 months ago
Thomas Kaul
a872770b7c
Bugfix/footer row style of accounts table component ( #5826 )
* Fix style of footer row
* Update changelog
3 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
3 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
3 months ago
Thomas Kaul
ba1ee013d7
Bugfix/fix word wrap in menus of activities table ( #5764 )
* Fix word wrap
* Update changelog
3 months ago
Thomas Kaul
3caa3c010e
Bugfix/dark mode in logo carousel component ( #5758 )
* Fix dark mode
* Update changelog
3 months ago
Thomas Kaul
74a4d830c8
Feature/improve accounts table Storybook story ( #5739 )
* Improve Storybook story
3 months ago
David Requeno
5c7d34821e
Feature/set up Storybook story for holdings table component ( #5697 )
* Set up Storybook story for holdings table component
* Update changelog
3 months ago
Ayush Jain
b168a9e3c1
Feature/create infinite logo carousel component ( #5671 )
* Create infinite logo carousel component
* Update changelog
3 months ago
Thomas Kaul
94f3d64891
Task/refactor various components to self-closing tags ( #5704 )
* Refactor to self-closing tags
* Update changelog
3 months ago
Thomas Kaul
5bb22e840d
Bugfix/fix word wrap in various menus ( #5691 )
* Fix word wrap
* Update changelog
3 months ago
Raj Gupta
a281ec825b
Task/extend Storybook stories of accounts table component by loading state story ( #5696 )
* Extend Storybook stories of accounts table component by loading state story
* Update changelog
3 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
3 months ago
Thomas Kaul
6dc7edb7b5
Task/clean up unused import in holdings table component ( #5682 )
* Clean up
3 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
Omar Eltomy
244e63a127
Feature/restrict retirement date picker of FIRE calculator to future dates ( #5627 )
* Restrict retirement date picker of FIRE calculator to future dates
* Update changelog
3 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
3 months ago
David Requeno
da80efa0c6
Task/localize number formatting of y-axis labels in line chart component ( #5624 )
* Localize number formatting of y-axis labels in line chart component
* Update changelog
3 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
4 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
4 months ago
Sven Günther
217ecd4d3f
Feature/set up pagination in import activities dialog ( #5527 )
* Set up pagination in import activities dialog
* Update changelog
4 months ago
Batwam
5bc5f6a2da
Feature/add symbol to benchmark component ( #5530 )
* Add symbol to benchmark component
* Update changelog
4 months ago
Raj Gupta
aa005e237c
Feature/extend activities table component by showAccountColumn input ( #5556 )
* Extend activities table component by showAccountColumn input
* Update changelog
4 months ago
Thomas Kaul
07f5f06b7c
Bugfix/remove data source element in activities table component ( #5541 )
* Clean up
* Update changelog
4 months ago