diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index 0dcd1e6fb..0d18d6cfd 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -6,11 +6,11 @@ on: - master - main jobs: - - build: + push: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Set up JDK 17 diff --git a/README.md b/README.md index fc1b75522..f3b2c46fd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This is a locally hosted web application that allows you to perform various oper I will support and fix/add things to this if there is a demand [Discord](https://discord.gg/Cn8pWhQRxZ) + + + + ## Features - Split PDFs into multiple files at specified page numbers or extract all pages as individual files. diff --git a/build.gradle b/build.gradle index 2b893b67d..f658f5160 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'stirling.software' -version = '0.2.0' +version = '0.2.1' sourceCompatibility = '17' repositories { diff --git a/images/stirling-home.png b/images/stirling-home.png new file mode 100644 index 000000000..0409fae07 Binary files /dev/null and b/images/stirling-home.png differ diff --git a/src/main/resources/static/dark-mode.css b/src/main/resources/static/dark-mode.css index a2925f766..6c528702b 100644 --- a/src/main/resources/static/dark-mode.css +++ b/src/main/resources/static/dark-mode.css @@ -11,4 +11,13 @@ body { .jumbotron { background-color: #222; /* or any other dark color */ color: #fff; /* or any other light color */ +} + +.list-group { + background-color: #222 !important; + color: fff !important; +} +.list-group-item { + background-color: #222 !important; + color: fff !important; } \ No newline at end of file diff --git a/src/main/resources/templates/merge-pdfs.html b/src/main/resources/templates/merge-pdfs.html index c2ee73a2b..67ed1276a 100644 --- a/src/main/resources/templates/merge-pdfs.html +++ b/src/main/resources/templates/merge-pdfs.html @@ -25,13 +25,75 @@ class="custom-file-label">Choose PDFs +