feat: add credits modal and update docker config

- Add credits modal showing project creators and libraries used
- Replace bottom-of-canvas credits with clickable credits button
- Update docker-compose to pull pre-built image from git.azuze.fr registry
- Simplify README Docker instructions

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 12:26:10 +02:00
co-authored by Claude Haiku 4.5
parent fd0314549b
commit a87716dc5b
5 changed files with 91 additions and 63 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ npm run dev # Electron app
**Docker:**
```bash
npm run docker:build
npm run docker:run # http://localhost:8080
docker-compose up # http://localhost:8080
```
Full build instructions (Windows installers, Linux AppImage/Flatpak) in [PACKAGING.md](PACKAGING.md).