Thomas Kaul
a75a5dd3cd
Task/refresh cryptocurrencies list (20260421) ( #6758 )
* Update cryptocurrencies.json
* Update changelog
3 months ago
Thomas Kaul
9eecad153a
Task/upgrade Nx to version 22.6.5 ( #6757 )
* Upgrade Nx to version 22.6.5
* Update changelog
3 months ago
Thomas Kaul
fb982df929
Bugfix/release dates in CHANGELOG.md ( #6763 )
Fix release dates
3 months ago
Thomas Kaul
8b9c8e04f2
Task/upgrade jsonpath to version 1.3.0 ( #6755 )
* Upgrade jsonpath to version 1.3.0
* Update changelog
3 months ago
Thomas Kaul
ef7df25496
Task/refactor subscription types ( #6735 )
Refactor subscription types
3 months ago
Thomas Kaul
ccd81bde4b
Task/update OSS Friends 20260421 ( #6754 )
Update oss-friends.json
3 months ago
Thomas Kaul
a463b5511b
Task/upgrade countup.js to version 2.10.0 ( #6636 )
* Upgrade countup.js to version 2.10.0
* Update changelog
3 months ago
Thomas Kaul
0be83cf033
Release 2.255.0 ( #6748 )
3 months ago
David Requeno
85f865b4c8
Bugfix/resolve admin version fallback in production ( #6742 )
Resolve admin version fallback in production
3 months ago
Thomas Kaul
5dfbb1ac94
Task/upgrade svgmap to version 2.19.3 ( #6729 )
* Upgrade svgmap to version 2.19.3
* Update changelog
3 months ago
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
c858f41ac6
Task/upgrade prettier to version 3.8.2 ( #6733 )
* Upgrade prettier to version 3.8.2
* Update changelog
3 months ago
Thomas Kaul
d4abed37ca
Task/sort asset classes and tags of assistant component alphabetically ( #6737 )
* Sort asset classes and tags alphabetically
* Update changelog
3 months ago
Thomas Kaul
8e6e236a25
Task/sort activity types alphabetically in activities table component ( #6736 )
* Sort activity types alphabetically
* Update changelog
3 months ago
Thomas Kaul
a78283fac8
Task/upgrade yahoo-finance2 to version 3.14.0 ( #6727 )
* Upgrade yahoo-finance2 to version 3.14.0
* Update changelog
3 months ago
Thomas Kaul
6d4cae3123
Bugfix/missing value column of accounts table component on mobile ( #6740 )
* Fix missing value column
* Update changelog
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
jacobbjelkekachel
e7e3ef601f
Task/improve Contributing section in README.md ( #6725 )
Update README.md
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
22e2677069
Release 2.254.0 ( #6721 )
3 months ago
Thomas Kaul
cdef2afa48
Feature/setup statistics gathering queue ( #6696 )
* Set up statistics gathering queue
* Update changelog
3 months ago
Erwin
5afceb802c
Task/eliminate OnDestroy lifecycle hook from assistant component ( #6673 )
Eliminate OnDestroy lifecycle hook
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
Thomas Kaul
fb6b09b211
Feature/add loan as asset sub class ( #6708 )
* Add loan as asset sub class
* Update changelog
3 months ago
Trevin Chow
77788a8b83
refactor: migrate remaining Storybook stories to provideAnimationsAsync
Migrate NoopAnimationsModule to provideAnimationsAsync('noop') in:
- fire-calculator.component.stories.ts
- tags-selector.component.stories.ts
Moves from NgModule imports to standalone providers style,
matching the pattern used in the other story files.
3 months ago
Thomas Kaul
a40bfb437c
Task/upgrade lodash to version 4.18.1 ( #6699 )
* Upgrade lodash to version 4.18.1
* Update changelog
3 months ago
Trevin Chow
21aa086a79
fix: use provideAnimationsAsync('noop') for Storybook stories
provideNoopAnimationsAsync does not exist as a standalone export.
The correct migration from provideNoopAnimations() is to use
provideAnimationsAsync('noop') instead.
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
Kenrick Tandrian
d552f2aaab
Bugfix/implement text-nowrap for activity type badge ( #6705 )
* Implement text-nowrap
* Update 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
7c8cbb721f
Release 2.253.0 ( #6695 )
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