Kenrick Tandrian
1dffe79c77
Task/improve type safety in public page component ( #6746 )
* fix(client): resolve type errors
* feat(client): replace constructor-based DI with inject function
* feat(client): replaced deprecated getDeviceInfo
* feat(client): tighten up encapsulation
* feat(client): implement readonly
3 months ago
Thomas Kaul
8b77dd368a
Task/harmonize max activities to import in import controller ( #6732 )
* Harmonize max activities to import
* Update changelog
3 months ago
Kenrick Tandrian
0e7efce96b
Task/improve type safety in admin jobs component ( #6739 )
Improve type safety
3 months ago
Kenrick Tandrian
d5ff1bea56
Task/improve type safety in asset profile dialog ( #6722 )
* Improve type safety
3 months ago
Kenrick Tandrian
34dd8be2d5
Task/improve type safety in home watchlist and create watchlist item dialog ( #6724 )
* feat(client): implement CreateWatchlistItemForm
* feat(client): implement inject function
* feat(client): remove formBuilder injection
* fix(client): use AssetProfileIdentifier instead of SymbolProfile
* feat(client): implement defaultLocale to resolve type error
* fix(client): replace deprecated getDeviceInfo with deviceInfo signal
* feat(client): tighten up encapsulation and immutability
3 months ago
Horvath-Fabian
aef14a3d05
Task/eliminate OnDestroy lifecycle hook from FAQ overview page component ( #6734 )
Eliminate OnDestroy lifecycle hook
3 months ago
Kenrick Tandrian
1f4427b0e7
Task/improve type safety of account detail dialog ( #6731 )
* feat(client): resolve type errors
* feat(client): migrate to inject function
* feat(client): tighten up encapsulation
* fix(client): remove unused activities
3 months ago
Thomas Kaul
66dbde6789
Task/refactor showValuesInPercentage() in account detail dialog component ( #6698 )
* Refactoring
3 months ago
David Requeno
dc2a871f4e
Task/upgrade to Nx 22.6 ( #6704 )
* Upgrade to Nx 22.6
* Update changelog
3 months ago
Kenrick Tandrian
f3438db99f
Task/improve type safety in create asset profile dialog ( #6723 )
* feat(client): resolve type errors in component
* fix(client): move public getter to the top
* fix(client): tighten up encapsulation and immutability
* feat(client): implement inject function
3 months ago
Thomas Kaul
cdef2afa48
Feature/setup statistics gathering queue ( #6696 )
* Set up statistics gathering queue
* Update changelog
3 months ago
Thomas Kaul
cee1df6783
Task/improve language localization for DE 20260410 ( #6719 )
* Update translation
* Update changelog
3 months ago
github-actions[bot]
de10e79b5e
Task/update locales ( #6644 )
3 months ago
Trevin Chow
84c48649af
refactor: migrate deprecated animation providers to async variants
Replace provideAnimations() with provideAnimationsAsync() and
provideNoopAnimations() with provideNoopAnimationsAsync() across
the application and Storybook stories.
The synchronous variants were deprecated in Angular 17. The async
versions load animation code lazily, reducing the initial bundle.
Fixes #6121
3 months ago
Thomas Kaul
8eae9a3279
Task/refactor user service to use takeUntilDestroyed and destroyRef ( #6694 )
Refactor to takeUntilDestroyed and destroyRef
3 months ago
Thomas Kaul
a0042cd70f
Feature/add copy-to-clipboard button to coupon code ( #6702 )
Add copy-to-clipboard button to coupon code
3 months ago
Omkar Gujja
c202671287
Task/allow editing country and sector data for all assets ( #6284 )
* Allow editing country and sector data for all assets
* Update changelog
3 months ago
Thomas Kaul
a58a3525e9
Task/clean up log in user account access component ( #6697 )
Clean up
3 months ago
Thomas Kaul
b32f24a45c
Task/refactor input in portfolio proportion chart component ( #6691 )
* Refactor input to isInPercentage
3 months ago
Thomas Kaul
71ffd045cf
Task/refactor input in investment chart component ( #6693 )
* Refactor input to isInPercentage
3 months ago
Thomas Kaul
cebf15284e
Task/refactor input in world map chart component ( #6692 )
Refactor input to isInPercentage
3 months ago
David Requeno
dd31c18e2d
Bugfix/fix broken allocation charts in presenter view ( #6689 )
* Fix broken allocation charts in presenter view
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months ago
Thomas Kaul
b994d98359
Task/extend ToS ( #6690 )
* Extend ToS
* Update changelog
3 months ago
Kenrick Tandrian
c3ca05bbdd
Task/improve type safety in create or update access dialog ( #6685 )
Improve type safety
3 months ago
Thomas Kaul
56c4626bbd
Feature/add copy-to-clipboard button to version of admin overview ( #6670 )
* Add copy-to-clipboard button to version
* Update changelog
3 months ago
Trevin Chow
10e185766a
Task/remove unused getCategoryName() from rule classes ( #6688 )
Remove unused getCategoryName()
3 months ago
Thomas Kaul
ced2b55182
Task/remove NEW badge from settings tab in admin control page ( #6687 )
Remove NEW badge
3 months ago
Kenrick Tandrian
211745d934
Task/improve type safety in create or update activity dialog component ( #6682 )
Improve type safety
3 months ago
Raphaël TISON
50751d3eb9
Task/show loading state on activities type filter change ( #6677 )
* Show loading state on activities type filter change
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months ago
Kenrick Tandrian
453d8d8818
Task/improve type safety in create or update account dialog ( #6683 )
* Improve type safety
3 months ago
Kenrick Tandrian
d9e934aa6b
Task/improve type safety for routes by implementing satisfies operator ( #6681 )
* Improve type safety
3 months ago
Thomas Kaul
8f9c31a564
Task/eliminate OnDestroy lifecycle hook in user detail dialog component ( #6664 )
Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
77b94b28ac
Task/eliminate OnDestroy lifecycle hook in SaaS FAQ page component ( #6663 )
Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
2cdfeb84d6
Task/eliminate OnDestroy lifecycle hook from create watchlist item dialog component ( #6676 )
Eliminate OnDestroy lifecycle hook
3 months ago
Raphaël TISON
c311d835fa
Feature/add type filter to activities table component ( #6622 )
* Add type filter
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months ago
Thomas Kaul
6f86505c8f
Task/eliminate OnDestroy lifecycle hook in API page component ( #6656 )
Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
ebae16c36b
Task/eliminate OnDestroy lifecycle hook from user account access component ( #6660 )
Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
33ff0403ea
Task/eliminate OnDestroy lifecycle hook from user account settings component ( #6661 )
Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
2d2259a0f5
Task/eliminate OnDestroy lifecycle hook from home watchlist component ( #6659 )
Eliminate OnDestroy lifecycle hook
3 months ago
Trevin Chow
3ad4428604
Feature/eliminate OnDestroy lifecycle hook from markets page component ( #6653 )
Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
c9499408e3
Task/eliminate OnDestroy lifecycle hook in user account membership component ( #6655 )
Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
6da77e6417
Task/eliminate OnDestroy lifecycle hook in pricing page component ( #6657 )
Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
5f232c741c
Task/eliminate OnDestroy lifecycle hook in subscription interstitial dialog component ( #6654 )
Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
7056b2b992
Task/refresh cryptocurrencies list 20260401 ( #6647 )
* Update cryptocurrencies.json
* Update changelog
3 months ago
Kenrick Tandrian
766dc5f2ea
Task/improve type safety for access table component ( #6643 )
* Improve type safety
4 months ago
Thomas Kaul
d702685ce3
Feature/add copy-to-clipboard button to user detail dialog ( #6641 )
* Add copy-to-clipboard button to user id
* Update changelog
4 months ago
Thomas Kaul
7e182aa6a2
Task/improve language localization for DE 20260331 ( #6642 )
* Improve translation
* Update changelog
4 months ago
Thomas Kaul
584d74c3c9
Task/upgrade stripe to version 20.4.1 ( #6631 )
* Upgrade stripe to version 20.4.1
* Update changelog
4 months ago
github-actions[bot]
a2cf12e6a2
Task/update locales ( #6513 )
* Update locales
4 months ago
Thomas Kaul
d98dc15c34
Feature/add copy-to-clipboard buttons to holding detail dialog ( #6640 )
* Add copy to clipboard buttons for symbol and ISIN
* Update changelog
4 months ago