Open Issues Need Help
View All on GitHub Add a /gallery route to browse uploaded media about 2 months ago
AI Summary: The task is to create a simple web page at the `/gallery` route that displays images and videos uploaded via the existing iPhone photo backup system. The gallery should be responsive, group media by upload date, and allow click-to-preview functionality. No complex frontend framework is required; a minimal HTML page with basic styling and JavaScript for image preview is sufficient. The data source will be the existing `db.json` file.
Complexity:
3/5
enhancement help wanted
An iPhone photo backup system I built to escape iCloud. Runs daily, needs no clicks, and dumps everything straight to my own machine.
JavaScript