Added search/opds buttons on dashboard and screenshots in docs/dashboard and docs/smartlists

This commit is contained in:
2025-09-10 21:33:06 +02:00
parent 6725362d6f
commit 68dcdd8ecb
5 changed files with 14 additions and 4 deletions

View File

@@ -29,7 +29,6 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary border-bottom">
<div class="container">
<a class="navbar-brand fw-semibold" href="#"><i class="bi bi-book-half me-2"></i>ComicOPDS</a>
<div class="ms-auto d-flex align-items-center gap-2">
<span class="navbar-text small text-secondary me-2">
<span id="lastUpdated"></span> • Covers: <span id="covers"></span>
@@ -48,9 +47,12 @@
<i class="bi bi-trash3 me-1"></i> Clean Page Cache
</button>
</div>
<div class="ms-auto small text-secondary">
<a class="text-decoration-none me-3" href="/opds"><i class="bi bi-rss me-1"></i>OPDS</a>
<a class="text-decoration-none" href="/search"><i class="bi bi-search me-1"></i>search</a>
</div>
</div>
</nav>
<main class="container my-4">
<!-- Indexing progress -->
<div id="indexProgress" class="alert alert-secondary d-none" role="alert">

View File

@@ -18,4 +18,8 @@ The dashboard provides a comprehensive overview of your comic library:
- Progress bars for ongoing operations
- **Error Monitoring**:
- Thumbnail extraction error counter
- Downloadable error log
- Downloadable error log
### Screenshot
![](img/dashboard.PNG)

BIN
docs/img/dashboard.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
docs/img/smartlists.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -128,4 +128,8 @@ So you get a de-duplicated "what's the newest issue for each series?" view.
- Rules: `publisher = "Image Comics"`, `year >= 2018`
- Distinct by series: on
→ One newest issue per Image series since 2018.
→ One newest issue per Image series since 2018.
### Screenshot
![](img/smartlists.PNG)