Kenrick Tandrian
0113ac146a
Merge branch 'main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
ddb859408b
Task/improve notification components type safety ( #6305 )
* feat(lib): improve type safety for notification components
* feat(lib): replace constructor based injections with inject functions
* feat(lib): destructure parameters
* fix(lib): remove confirmLabel from AlertDialogParams interface
* feat(lib): destructure parameters in alert and confirmation dialogs
3 weeks ago
KenTandrian
d79d37acb4
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Thomas Kaul
ed610ddd4e
Task/upgrade twitter-api-v2 to version 1.29.0 ( #6300 )
* Upgrade twitter-api-v2 to version 1.29.0
* Update changelog
3 weeks ago
Thomas Kaul
e66f468d65
Task/improve TestMu AI logo and url ( #6303 )
* Improve logo and url
3 weeks 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
3 weeks ago
KenTandrian
a61eb220fb
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
e1d343fb70
Task/improve accounts table type safety ( #6301 )
* fix(lib): replace null with undefined in activities table stories
* feat(lib): implement inject functions in accounts table
* feat(lib): change to input functions
* feat(lib): change displayedColumns to a computed field
* feat(lib): change accounts to use input function
* feat(lib): change isLoading to a computed field
* fix(lib): remove unused routeQueryParams variable
* feat(lib): change sort to use viewChild function
* feat(lib): change dataSource to a computed field
* feat(lib): remove ngOnChanges
3 weeks ago
KenTandrian
cae6dab390
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
753804c011
Task/improve activities table type safety ( #6295 )
* Improve activities table type safety
3 weeks ago
Thomas Kaul
0c02d95adf
Release 2.237.0 ( #6293 )
3 weeks ago
Thomas Kaul
177763513f
Task/upgrade Nx to version 22.4.5 ( #6292 )
* Upgrade Nx to version 22.4.5
* Update changelog
3 weeks ago
KenTandrian
32e6c068f5
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
64a6dfd124
Task/improve type safety for GfValueComponent ( #6290 )
* Improve type safety for GfValueComponent
3 weeks ago
Anurag Choudhury
d7349cd621
Bugfix/adapt accounts and tags of assistant in impersonation mode ( #6231 )
* Adapt accounts and tags of assistant in impersonation mode
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 weeks ago
Thomas Kaul
f57726972e
Task/refresh cryptocurrencies list 20260207 ( #6289 )
* Update cryptocurrencies.json
* Update changelog
3 weeks ago
Thomas Kaul
63e75942a8
Task/remove deprecated transaction count in portfolio calculator and service ( #6288 )
* Remove deprecated transactionCount in portfolio calculator and service
* Update changelog
3 weeks ago
Thomas Kaul
348ee5de8d
Task/add missing transform data source interceptors in market data controller ( #6287 )
* Add missing transform data source interceptors
3 weeks ago
Thomas Kaul
5adacda88f
Task/remove deprecated session id from create stripe checkout session response ( #6280 )
* Remove deprecated sessionId
3 weeks ago
Thomas Kaul
bf9f8d49e9
Release 2.236.0 ( #6282 )
4 weeks ago
Thomas Kaul
4ff372f020
Task/remove deprecated transaction count in get admin endpoint ( #6281 )
* Remove deprecated transaction count
* Update changelog
4 weeks ago
Thomas Kaul
eb6177d2e5
Bugfix/fix exception when fetching top holdings in Yahoo Finance service ( #6279 )
* Add missing guard
* Update changelog
4 weeks ago
KenTandrian
9f6c939c75
fix(ui): revert unnecessary changes
4 weeks ago
KenTandrian
d35c31e54c
fix(apps): remove chart config registrations
4 weeks ago
KenTandrian
42b3ab98ba
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
4 weeks ago
Kenrick Tandrian
af034e87c9
Task/improve chart type safety ( #6277 )
* Improve chart type safety
4 weeks ago
Thomas Kaul
0365b9b614
Task/upgrade stripe to version 20.3.0 ( #6273 )
* Upgrade stripe to version 20.3.0
* Update changelog
4 weeks ago
Thomas Kaul
c6d1260e07
Release 2.235.0 ( #6275 )
4 weeks ago
Karel De Smet
e27f258ac6
Task/extend user detail dialog by actions menu ( #6256 )
* Extend user detail dialog
* Update changelog
4 weeks ago
Thomas Kaul
0034ed0adf
Feature/introduce fast-redact in value redaction interceptor ( #6269 )
* Introduce fast-redact
* Update changelog
---------
Co-authored-by: Valentin Zickner <valentin@coderworks.de>
4 weeks ago
Thomas Kaul
5b6d6a419f
Task/refactor transactions in accounts table component ( #6266 )
* Refactor showTransactions and transactionCount
* Update changelog
4 weeks ago
Thomas Kaul
9c4638c185
Feature/add impersonation mode in get account balances endpoint ( #6272 )
* Add impersonation mode
* Update changelog
4 weeks ago
KenTandrian
9703957e13
fix(lint): implement nullish coalescing operator
4 weeks ago
KenTandrian
6266fd2a61
fix(sb): register chart config in stories
4 weeks ago
KenTandrian
ccfa3b1503
fix(chart): update typings
4 weeks ago
KenTandrian
8fd4509435
fix(libs): improve type safety for chart animations
4 weeks ago
KenTandrian
069f3fe71c
fix(client): implement custom plugin with type safety
4 weeks ago
KenTandrian
038dcee437
fix(ui): refactor value component
4 weeks ago
KenTandrian
15b2b78ce9
fix(client): implement custom tooltip positioner with type safety
4 weeks ago
Thomas Kaul
2520d0d961
Task/upgrade yahoo-finance2 to version 3.13.0 ( #6263 )
* Upgrade yahoo-finance2 to version 3.13.0
* Update changelog
4 weeks ago
KenTandrian
1e9d88bae1
fix(sb): run successful build
4 weeks ago
KenTandrian
a70e206d4e
feat(lib): improve chart type safety
4 weeks ago
KenTandrian
427185c40c
fix(lib): extend line and bar chart types
4 weeks ago
KenTandrian
4295cf9ef5
fix(lint): resolve errors
4 weeks ago
KenTandrian
c30893bdee
feat(lib): improve chart type safety
4 weeks ago
KenTandrian
131fd2cc7c
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
4 weeks ago
Thomas Kaul
eae2c20dfe
Task/deprecate transactionCount in GET api/v1/admin endpoint ( #6265 )
* Deprecate transactionCount in favor of activitiesCount
* Update changelog
4 weeks ago
Kenrick Tandrian
7dbacdbf0f
Feature/extract top holdings from Yahoo Finance for ETF and mutual funds ( #6254 )
* Extract top holdings from Yahoo Finance for ETF and mutual funds
* Update changelog
1 month ago
Thomas Kaul
418e8bc843
Task/remove deprecated first buy date in portfolio calculator ( #6244 )
* Remove deprecated firstBuyDate
* Update changelog
1 month ago
KenTandrian
3843f22d95
fix(lib): refine Chart.js tooltip type definitions in line and treemap charts
1 month ago