Asish Kumar
356d0fb256
fix(import-dialog): keep long notice lists inside the viewport
Cap the import activities dialog content to the viewport height and allow the dialog content region to scroll. This keeps the Back and Import actions reachable when many import notices are rendered.
Document the fix in the changelog.
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
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
Kenrick Tandrian
766dc5f2ea
Task/improve type safety for access table component ( #6643 )
* Improve type safety
3 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
3 months ago
Thomas Kaul
7e182aa6a2
Task/improve language localization for DE 20260331 ( #6642 )
* Improve translation
* Update changelog
3 months ago
github-actions[bot]
a2cf12e6a2
Task/update locales ( #6513 )
* Update locales
3 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
3 months ago
Erwin
fda0c3afc8
Feature/add copy-to-clipboard functionality to value component ( #6575 )
* Add copy-to-clipboard functionality
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months ago
Jorge
c0ae6f848a
Task/improve language translation for ES ( #6630 )
* Improve translations
* Update changelog
3 months ago
Ayush Mishra
7ff0544a5a
Task/eliminate OnDestroy lifecycle hook from activities page component ( #6611 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Omkar Gujja
4293f22fb1
Task/eliminate OnDestroy lifecycle hook from holding detail dialog component ( #6628 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Thomas Kaul
76355d938d
Task/improve allocations by ETF holding by refining grouping ( #6619 )
* Improve grouping of same assets with diverging names
* Prettify asset names
* Update changelog
3 months ago
Kenrick Tandrian
4d8eec4452
Task/improve type safety for app component ( #6626 )
* Improve type safety
3 months ago
Erwin
8e56841eed
Task/eliminate OnDestroy lifecycle hook from import activities dialog component ( #6621 )
* Eliminate OnDestroy lifecycle hook
3 months ago
Erwin
31e74080e5
Task/eliminate OnDestroy lifecycle hook from user account registration dialog component ( #6620 )
* 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
Thomas Kaul
7940bdaa9e
Feature/add quantity column to holdings table of portfolio holdings page ( #6607 )
* Add quantity column
* Update changelog
3 months ago
Matt Van Horn
34028ba5d7
Task/eliminate OnDestroy lifecycle hook from open page component ( #6613 )
* Eliminate OnDestroy lifecycle hook
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
BoB
3bdf394998
Task/improve language localization for PL (20260316) ( #6579 )
* Improve language localization for PL
4 months ago
Nathan Nguyen
bd4f62ce1a
Task/eliminate OnDestroy lifecycle hook from markets component ( #6592 )
* Eliminate OnDestroy lifecycle hook
4 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
Zakir Jiwani
f826819794
Task/eliminate OnDestroy lifecycle hook from account detail dialog component ( #6598 )
* Eliminate OnDestroy lifecycle hook
4 months ago