views_permissions_strict
This module enhances the default permission checking in Drupal Views.
Normally when checking views permission, Module view will check that the user only needs one role in the permission. This module will create new view option that current user must have all role specified by the permission to be valid.
Technically views checks OR role with permission . This module checks AND all roles and permision. Instead of checking if the current user has a single role or permission, it validates whether the user AND all the selected roles in the permission settings. Only users with the required combination of roles will pass the validation.
I also added the Views area twig custom. This is an advanced custom text for views header/footer. By default it has ckeditor 5 to make header/footer creation easier. It supports Twig so you can do more things with Twig.