From dc46172debfe8be877b9a471950cf9ca2380a5cd Mon Sep 17 00:00:00 2001 From: reecebrowne <74901996+reecebrowne@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:19:18 +0000 Subject: [PATCH] Fixed firefox compatibility and added missing icons to feature pages (#2863) # Description of Changes Fixed icon incompatibility with firefox Added missing icons to feature pages Closes #(2833) ![image](https://github.com/user-attachments/assets/51ba008a-f6ab-4e29-9a79-99d85d152689) --- ## Checklist ### General - [ x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ x] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ x] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ x] I have performed a self-review of my own code - [ x] My changes generate no new warnings ### Documentation - [ x] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ x] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ x] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ x] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. Co-authored-by: Reece Browne --- .../resources/static/images/redact-auto.svg | 3 +- .../resources/static/images/redact-manual.svg | 2 +- .../resources/static/images/split-auto.svg | 6 +- .../static/images/split-chapters.svg | 6 +- .../resources/static/images/split-size.svg | 6 +- .../resources/templates/auto-split-pdf.html | 4 +- .../fragments/navbarEntryCustom.html | 7 +- .../templates/security/auto-redact.html | 164 ++++++++++-------- .../resources/templates/security/redact.html | 4 +- .../templates/split-by-size-or-count.html | 77 ++++---- .../templates/split-pdf-by-chapters.html | 108 ++++++------ 11 files changed, 213 insertions(+), 174 deletions(-) diff --git a/src/main/resources/static/images/redact-auto.svg b/src/main/resources/static/images/redact-auto.svg index e7d1cfcc..5c87b738 100644 --- a/src/main/resources/static/images/redact-auto.svg +++ b/src/main/resources/static/images/redact-auto.svg @@ -1,5 +1,5 @@ - + @@ -14,4 +14,5 @@ + diff --git a/src/main/resources/static/images/redact-manual.svg b/src/main/resources/static/images/redact-manual.svg index 2b632266..62296625 100644 --- a/src/main/resources/static/images/redact-manual.svg +++ b/src/main/resources/static/images/redact-manual.svg @@ -1,5 +1,5 @@ - + diff --git a/src/main/resources/static/images/split-auto.svg b/src/main/resources/static/images/split-auto.svg index 46a2bd30..1aa08fcc 100644 --- a/src/main/resources/static/images/split-auto.svg +++ b/src/main/resources/static/images/split-auto.svg @@ -1,6 +1,7 @@ - - + + + @@ -9,4 +10,5 @@ + diff --git a/src/main/resources/static/images/split-chapters.svg b/src/main/resources/static/images/split-chapters.svg index e8b09842..4a3ad37d 100644 --- a/src/main/resources/static/images/split-chapters.svg +++ b/src/main/resources/static/images/split-chapters.svg @@ -1,6 +1,7 @@ - - + + + @@ -9,4 +10,5 @@ + diff --git a/src/main/resources/static/images/split-size.svg b/src/main/resources/static/images/split-size.svg index f05aaaf4..9fd1840f 100644 --- a/src/main/resources/static/images/split-size.svg +++ b/src/main/resources/static/images/split-size.svg @@ -1,6 +1,7 @@ - - + + + @@ -13,4 +14,5 @@ + diff --git a/src/main/resources/templates/auto-split-pdf.html b/src/main/resources/templates/auto-split-pdf.html index 2ef7e23d..c9cd2b28 100644 --- a/src/main/resources/templates/auto-split-pdf.html +++ b/src/main/resources/templates/auto-split-pdf.html @@ -17,7 +17,9 @@
- cut + + +
diff --git a/src/main/resources/templates/fragments/navbarEntryCustom.html b/src/main/resources/templates/fragments/navbarEntryCustom.html index 71c2fd41..c9cdb4f1 100644 --- a/src/main/resources/templates/fragments/navbarEntryCustom.html +++ b/src/main/resources/templates/fragments/navbarEntryCustom.html @@ -1,13 +1,14 @@ + th:if="${@endpointConfiguration.isEndpointEnabled(endpoint)}">
- - + +
diff --git a/src/main/resources/templates/security/auto-redact.html b/src/main/resources/templates/security/auto-redact.html index 26bfb39e..2188540a 100644 --- a/src/main/resources/templates/security/auto-redact.html +++ b/src/main/resources/templates/security/auto-redact.html @@ -1,86 +1,96 @@ - - + + + - + - -
-
- -

-
-
-
-
- playlist_remove - -
-
-
- -
- -
- - -
- -
- - -
- - - - - -
- - -
- -
- - -
- -
- - -
- -
- - -
- - -
+ +
+
+ +

+
+
+
+
+ + + +
+
+
+ +
+ +
+ + +
+ +
+ + +
+ + + + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
-
- + +
+ + \ No newline at end of file diff --git a/src/main/resources/templates/security/redact.html b/src/main/resources/templates/security/redact.html index 961b4b13..cdea8015 100644 --- a/src/main/resources/templates/security/redact.html +++ b/src/main/resources/templates/security/redact.html @@ -31,7 +31,9 @@