Compare commits

...

4 Commits

Author SHA1 Message Date
Anthony Stirling
eef1a88c22 Update build.gradle 2025-02-24 23:22:28 +00:00
Anthony Stirling
1457804803 Merge branch 'main' into nameChanges 2025-02-24 23:13:34 +00:00
Anthony Stirling
5a953992df add view pdf to nav and remove duplicate home on view 2025-02-24 23:12:58 +00:00
Anthony Stirling
71cdc640c0 dynamic port for UI from 8080 up (8081 etc) 2025-02-23 23:46:38 +00:00
3 changed files with 5 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ ext {
}
group = "stirling.software"
version = "0.42.0"
version = "0.43.0"
java {
// 17 is lowest but we support and recommend 21

View File

@@ -89,12 +89,12 @@
</li>
<li class="nav-item">
<a class="nav-link" href="#" th:href="@{'/split-pdfs'}"
th:classappend="${currentPage}=='split-pdfs' ? 'active' : ''" th:title="#{home.split.desc}">
<a class="nav-link" href="#" th:href="@{'/view-pdf'}"
th:classappend="${currentPage}=='view-pdf' ? 'active' : ''" th:title="#{home.viewPdf.desc}">
<span class="material-symbols-rounded">
cut
menu_book
</span>
<span class="icon-text" th:data-text="#{home.split.title}" th:text="#{home.split.title}"></span>
<span class="icon-text" th:data-text="#{home.viewPdf.title}" th:text="#{home.viewPdf.title}"></span>
</a>
</li>

View File

@@ -357,10 +357,6 @@ See https://github.com/adobe-type-tools/cmap-resources
data-l10n-id="pdfjs-page-input" autocomplete="off">
</span>
<span id="numPages" class="toolbarLabel"></span>
<a class="navbar-brand hiddenMediumView" th:href="@{'/'}" tabindex="16">
<img class="main-icon" th:src="@{'/favicon.svg'}" alt="icon" style="max-height: 1.6rem; width: auto;">
<span class="icon-text" th:text="${@appName}">Stirling PDF</span>
</a>
</div>
<div id="toolbarViewerRight">
<div id="editorModeButtons" class="splitToolbarButton toggled" role="radiogroup">