BoldGrid / w3-total-cache

GNU General Public License v2.0
151 stars 81 forks source link

Remove CSS/JS 3.0 #894

Closed jacobd91 closed 3 weeks ago

jacobd91 commented 3 weeks ago

This PR updates the UI for the Remove CSS/JS feature for better instruction and cleaner presentation. It also expands the functionality to support page content matching

Effectively, the textarea field can now have inputs containing keywords or 1-line HTML markup that will be matched against for page content. If either a page URL match or page content match is found, the action will apply

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 192 lines in your changes missing coverage. Please review.

Project coverage is 0.90%. Comparing base (48f1e3c) to head (abb123f).

Files Patch % Lines
UserExperience_Remove_CssJs_Page_View.php 0.00% 119 Missing :warning:
Generic_Plugin_Admin.php 0.00% 48 Missing :warning:
UserExperience_Remove_CssJs_Mutator.php 0.00% 19 Missing :warning:
UserExperience_Remove_CssJs_Extension.php 0.00% 5 Missing :warning:
Generic_AdminActions_Default.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #894 +/- ## =========================================== - Coverage 0.90% 0.90% -0.01% - Complexity 19153 19158 +5 =========================================== Files 659 659 Lines 96316 96465 +149 =========================================== Hits 871 871 - Misses 95445 95594 +149 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.