Thomas Kaul
1f78ba5bbb
Task/rename deviceService to deviceDetectorService for consistency ( #6810 )
* Rename deviceService to deviceDetectorService for consistency
2 months ago
Matt Van Horn
040b7b91fc
Task/reset background color of paginators ( #6800 )
* Reset background color of paginators
* Hide page size
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 months ago
Thomas Kaul
404ef252c7
Task/improve coupon management in admin control panel ( #6794 )
* Improve coupon management
2 months ago
Kenrick Tandrian
d9e934aa6b
Task/improve type safety for routes by implementing satisfies operator ( #6681 )
* Improve type safety
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
Erwin
a458608bd6
Task/eliminate OnDestroy lifecycle hook from admin users component ( #6565 )
* Eliminate OnDestroy lifecycle hook
4 months ago
Thomas Kaul
439af5f21d
Task/consolidate sign-out logic ( #6526 )
* Consolidate sign-out logic
* Update changelog
4 months ago
Karel De Smet
e27f258ac6
Task/extend user detail dialog by actions menu ( #6256 )
* Extend user detail dialog
* Update changelog
5 months ago
Kenrick Tandrian
d4d6ce1d07
Task/move admin service to UI library ( #6159 )
* Move admin service to UI library
* Update changelog
6 months ago
Kenrick Tandrian
601008e0e6
Task/move data service to UI library ( #6154 )
* feat(lib): move data service
* feat(client): update imports
* feat(lib): update imports
* Update changelog
6 months ago
Karel De Smet
eb9d66e760
Task/improve user detail dialog routing in Admin Control panel ( #6104 )
* Improve user detail dialog routing in Admin Control panel
* Update changelog
6 months ago
Thomas Kaul
1dd5ff51ee
Revert "Task/refactor language in various components ( #6078 )" ( #6081 )
This reverts commit 80c278555c .
6 months ago
Thomas Kaul
80c278555c
Task/refactor language in various components ( #6078 )
* Refactor language
6 months ago
Thomas Kaul
48952c9bbd
Task/improve localization of various components ( #6074 )
* Improve localization
7 months ago
Kenrick Tandrian
76e06ed59f
Task/move notification service to UI library ( #6048 )
* Move notification service to UI library
* Update changelog
7 months ago
Thomas Kaul
1d011747c7
Task/improve usability of actions in various tables ( #5992 )
* Improve usability of actions
7 months ago
Kenrick Tandrian
362997324e
Task/enforce module boundaries for ui module ( #5947 )
* feat(lib): move ConfirmationDialogType to common lib
* fix(lib): move SubscriptionType to enums
* feat(lib): move validateObjectForForm util to common lib
* feat(lib): move GfDialogFooterComponent to ui lib
* feat(lib): move GfDialogHeaderComponent to ui lib
8 months ago
David Requeno
8d2fde35da
Task/fetch user data on demand in user detail dialog ( #5923 )
* Fetch user data on demand in user detail dialog
* Update changelog
8 months ago
Thomas Kaul
a5f934460b
Task/introduce interface for get admin users response ( #5903 )
* Introduce interface for get admin users response
8 months ago
Thomas Kaul
ed115c59b1
Feature/improve usability of user detail dialog ( #5868 )
* Do not reload on close
* Update changelog
8 months ago
Thomas Kaul
ecc35c9ffa
Task/improve typings of dialogs ( #5846 )
* Improve typings
8 months ago
Abhishek Singla
54e0f5e466
Feature/extend user detail dialog ( #5844 )
* Extend user detail dialog
* Update changelog
8 months ago
Harsh Santwani
482b97ba9b
Feature/set up user detail dialog in admin control panel ( #5819 )
* Set up user detail dialog
* Update changelog
8 months ago
Aaditya Ashwin Rao
a21d423837
Task/modernize templates with untagged template literals ( #5453 )
* Modernize templates with untagged template literals
* Update changelog
10 months ago
Thomas Kaul
4831f282dd
Feature/simplify user table of admin control panel ( #5263 )
* Remove index column
* Update changelog
11 months ago
Kenrick Tandrian
5855c893d3
Feature/migrate admin page components to standalone ( #5212 )
* Migrate admin page components to standalone
* Update changelog
12 months ago
Thomas Kaul
afde317ef4
Feature/improve language localization in users table of admin control panel (part 2) ( #5106 )
* Improve language localization
1 year ago
Thomas Kaul
5ef6c13d8d
Feature/improve language localization in users table of admin control panel ( #5104 )
* Improve language localization
* Update changelog
1 year ago
csehatt741
c2c4934d71
Feature/upgrade ionicons to version 8 ( #5090 )
* Upgrade ionicons to version 8
* Update changelog
1 year ago
csehatt741
c437bc2534
Feature/allow user to rotate Security Token ( #5016 )
* Allow user to rotate Security Token
* Update changelog
1 year ago
Thomas Kaul
037d3b1a60
Feature/rename Order to activities in User database schema ( #4669 )
* Rename Order to activities in User database schema
* Update changelog
1 year ago
Thomas Kaul
d23dfadbd0
Bugfix/fix active subscription in user table of admin control ( #4544 )
* Fix active subscription
* Update changelog
1 year ago
csehatt741
4842c347a9
Feature/generate new security token for user via admin control panel ( #4458 )
* Generate new security token for user via admin control panel
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ( #4152 )
* Upgrade to Nx 20.3
* Update changelog
2 years ago
Ayush2198-source
c85a1be3cf
Feature/add pagination to users table ( #4092 )
* Add pagination to users table
* Update changelog
2 years ago
Thomas Kaul
fc7e350cf7
Feature/extend users table of admin control panel ( #4076 )
* Extend users table
* Update changelog
2 years ago
dw-0
e05f481344
Feature/Switch consistent-generic-constructors eslint rule from warn to error ( #3985 )
* Switch consistent-generic-constructors eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 years ago
Thomas Kaul
e301dc5612
Feature/add horizontal lines to separate delete actions in menus ( #3805 )
* Add horizontal lines to separate delete action
* Update changelog
2 years ago
Thomas Kaul
9cd4321bd0
Feature/extract users from admin control panel endpoint to dedicated endpoint ( #3740 )
* Introduce GET api/v1/admin/user endpoint
* Update changelog
2 years ago
Shaunak Das
1bc2b47452
Feature/setup skeleton loader for data tables ( #3735 )
* Setup skeleton loader for data tables
* Update changelog
2 years ago
Daniel Idem
952c2b71a2
Feature/reuse notification service for confirm dialogs ( #3671 )
* Reuse notification service for confirm dialogs
2 years ago
Thomas Kaul
b725e6e2ec
Feature/migrate client to control flow ( #3475 )
* Migrate to control flow
* Update changelog
2 years ago
Thomas Kaul
87501e094d
Feature/improve allocations by ETF holding for mobile ( #3469 )
2 years ago
Thomas Kaul
92fb05320a
Migrate UI components to standalone ( #3296 )
2 years ago
Thomas Kaul
efdc9b387f
Eliminate ghostfolio-style.scss ( #3228 )
2 years ago
Thomas Kaul
7a3237f1ff
Adapt style of inactive users ( #3114 )
2 years ago
Thomas Kaul
b62488628c
Prettify markup ( #3029 )
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
857708dc4d
Migrate gf-* components to self-closing tags ( #2934 )
2 years ago
Thomas Kaul
ac0f6f40cf
Remove closing tags ( #2816 )
3 years ago