UI refinements: SVG overlay, toast icons, initials placeholder, empty state hint, footer #1

Merged
bryan merged 2 commits from feature/ui-refinements into main 2026-03-09 18:26:55 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 7428f068c7 - Show all commits

View File

@@ -59,6 +59,8 @@ The comic title is extracted from the page and used to name the archive. Output
Yoink includes a self-hosted web interface for browsing and downloading comics from your browser. Yoink includes a self-hosted web interface for browsing and downloading comics from your browser.
![Yoink Web UI](Screenshot_01.png)
### Running directly ### Running directly
```shell ```shell

View File

@@ -2,7 +2,7 @@ services:
yoink: yoink:
build: . build: .
ports: ports:
- "0.0.0.0:8080:8080" - "8080:8080"
volumes: volumes:
- ./library:/library - ./library:/library
environment: environment: