Thomas Kaul
52fa7c2240
Task/consolidate markets pages ( #7471 )
* Consolidate markets pages
* Update changelog
4 weeks ago
Thomas Kaul
3d06f2906b
Task/add missing status of GHOSTFOLIO data provider in case of invalid API key ( #7476 )
Add missing status of GHOSTFOLIO data provider in case of invalid API key
4 weeks ago
Thomas Kaul
1fa05f31eb
Bugfix/allow removing invalid Ghostfolio API key ( #7470 )
Allow removing invalid Ghostfolio API key
4 weeks ago
Thomas Kaul
6318c064af
Task/refactor line charts to share chart configuration ( #7438 )
* Refactor line chart components to share common chart configuration
* Update changelog
4 weeks ago
Thomas Kaul
17f0fe87b1
Task/move tags to overview tab of account and holding detail dialogs ( #7465 )
* Move tags to overview tab
* Update changelog
1 month ago
Thomas Kaul
19fe447655
Feature/add tags to account detail dialog ( #7460 )
* Add tags (read-only)
* Update changelog
1 month ago
Thomas Kaul
f336247e8b
Task/add overview tab to account detail dialog ( #7462 )
* Add overview tab
* Update changelog
1 month ago
Thomas Kaul
5e5f67d211
Task/extend account deletion email ( #7455 )
Extend account deletion email
1 month ago
Thomas Kaul
f1f1f2ca27
Task/improve portfolio summary ( #7453 )
* Improve portfolio summary
* Update changelog
1 month ago
Thomas Kaul
f11c30160b
Bugfix/time in market of portfolio summary to be empty if no activity ( #7428 )
* Fix time in market if no activity
* Update changelog
1 month ago
Thomas Kaul
56bb984aa3
Task/exclude cash in base currency from portfolio performance calculation ( #7443 )
* Exclude cash in base currency from portfolio performance calculation
* Update changelog
1 month ago
Thomas Kaul
a37dabf479
Task/add loading indicator to access table ( #7437 )
* Add loading indicator
* Update changelog
1 month ago
Thomas Kaul
2c8337bbee
Task/improve user experience of users table in admin control panel ( #7425 )
* Improve user experience of users table in admin control panel
* Update changelog
1 month ago
Thomas Kaul
53adcf55aa
Task/rename EnhancedSymbolProfile to EnhancedAssetProfile ( #7423 )
Rename EnhancedSymbolProfile to EnhancedAssetProfile
1 month ago
Thomas Kaul
c90142fae9
Bugfix/links to open create activity dialog ( #7418 )
* Fix links to open create activity dialog
* 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
72663fe40a
Task/refactor isAfter() with isFuture() and isPast() ( #7389 )
Refactor isAfter() with isFuture() and isPast()
1 month ago
Thomas Kaul
759588aef1
Bugfix/copy coupon code to clipboard ( #7386 )
Improve copy coupon code to clipboard
1 month ago
Thomas Kaul
faf01ae820
Feature/support migrating asset profile to MANUAL data source ( #7376 )
* Support migrating asset profile to MANUAL data source
* Update changelog
1 month ago
Thomas Kaul
7cd6ebe000
Task/eliminate unneeded symbol pipe ( #7375 )
Eliminate symbol pipe
1 month ago
Thomas Kaul
20afbdc202
Task/restrict get symbol data endpoint to authenticated users ( #7372 )
* Restrict symbol data endpoint to authenticated users
* Update changelog
1 month ago
Thomas Kaul
1ba6603fae
Task/improve language localization in historical market data table of admin control panel ( #7351 )
* Improve language localization
* Update changelog
1 month ago
Thomas Kaul
842e74fe88
Task/improve language localization in tag management of admin control panel ( #7349 )
* Improve language localization
* 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
465798f6c2
Task/improve line breaks in email templates ( #7332 )
Improve line breaks
1 month ago
Thomas Kaul
df5fa6a4b9
Task/refactor canDeleteUser() helper ( #7324 )
Refactor canDeleteUser()
2 months ago
Thomas Kaul
d857bc882c
Task/add skeleton loader to coupons table of admin control panel ( #7327 )
Add skeleton loader
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
Kenrick Tandrian
b4a12341c5
Task/improve type safety in treemap chart component ( #7325 )
* fix(ui): resolve type errors
* feat(ui): enforce encapsulation
* feat(ui): implement viewChild signal
* feat(ui): implement output signal
* feat(ui): implement input signal
2 months ago
Kenrick Tandrian
fd61a1e62b
Task/enable strict null checks in apps/client ( #7309 )
* fix(client): resolve type errors
* feat(ui): resolve type error in assistant component
* feat(client): enable strict null checks
* feat(client): enforce encapsulation
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject functions
* fix(client): prevent race condition in nested subscription
2 months ago
Kenrick Tandrian
6c74aeb436
Task/improve type safety in multiple client components ( #7302 )
Improve type safety
2 months ago
Thomas Kaul
618e22e3fa
Task/round value in fear and greed index component ( #7303 )
* Round value
* Update changelog
2 months ago
Thomas Kaul
d207d7a753
Feature/add rate limiting to authentication and sign up endpoints ( #7263 )
* Add rate limiting to authentication and sign up endpoints
* Update changelog
2 months ago
Kenrick Tandrian
cb692f8d06
Task/improve type safety in user detail dialog component ( #7292 )
Improve type safety
2 months ago
Kenrick Tandrian
d10e815a3d
Task/improve type safety in portfolio summary component ( #7293 )
* fix(client): resolve type errors
* feat(client): enforce encapsulation
* feat(client): replace constructor based DI with inject functions
* feat(client): implement output signal
2 months ago
Thomas Kaul
517b9a90e5
Task/change wording in admin settings component ( #7287 )
Change wording
2 months ago
Kenrick Tandrian
7ca88702a9
Task/improve type safety in user account membership component ( #7286 )
* fix(client): resolve type errors
* feat(client): enforce encapsulation
* fix(client): remove unused variable
* feat(client): enforce immutability
* feat(client): replace constructor based DI with inject functions
2 months ago
Arjun jaiswal
9a40720b62
Task/set change detection strategy to OnPush in home market component ( #7277 )
* Set change detection strategy to OnPush
* Update changelog
2 months ago
Thomas Kaul
a7e721dbee
Task/improve copy-to-clipboard in alert dialog ( #7281 )
Improve copy-to-clipboard
2 months ago
Thomas Kaul
d44243d737
Task/improve date formatting in market data table of admin control panel ( #7278 )
* Reuse value component for first activity column
* Update changelog
2 months ago
KBS
5841324910
Task/set change detection strategy to OnPush in portfolio holdings page ( #7264 )
* Set change detection strategy to OnPush
* Update changelog
2 months ago
Thomas Kaul
45ab4016e5
Task/improve user account deletion flow ( #7269 )
* Improve user account deletion flow
* Update changelog
2 months ago
David Requeno
e9c48de490
Task/set change detection strategy to OnPush in users of admin control panel ( #7266 )
* Set change detection strategy to OnPush
* Update changelog
2 months ago
Kenrick Tandrian
6278cf6691
Task/improve type safety in portfolio performance component ( #7265 )
Improve type safety
2 months ago
Thomas Kaul
9217ff587b
Task/harmonize subject of mailto links ( #7268 )
Harmonize subject of mailto links
2 months ago
Thomas Kaul
8aa476909b
Task/extend coupons with createdAt ( #7257 )
* Extend coupons with createdAt
2 months ago
Thomas Kaul
0b94f87f32
Feature/extend alert dialog with copy-to-clipboard functionality ( #7258 )
* Extend alert dialog with copy-to-clipboard functionality
* Update changelog
2 months ago
Thomas Kaul
79e382a8f7
Feature/add tags support in accounts ( #7242 )
* Add tags support in accounts
* Update changelog
2 months ago
Thomas Kaul
0cb5382052
Task/improve language localization in users table of admin control ( #7245 )
* Improve language localization
* Update changelog
2 months ago
David Requeno
5dad190238
Task/set change detection strategy to OnPush in overview of admin control panel ( #7236 )
* Set change detection strategy to OnPush
* Update changelog
2 months ago