Commit 7d574be
committed
feat: add /gallery page showing AI-generated images from R2
- New server/api/gallery.ts lists up to 60 most recent images from the
R2 `generated/` prefix, sorted newest-first
- New pages/gallery.vue displays them in a responsive square grid with
lazy loading, hover overlays (date + open link), skeleton loading
state, empty state, and full theme support for all three themes
- Added /gallery to the menu and `[`/`]` keyboard navigation order
- Also adds /activity, /stats, /playground to menu (were missing from
master), and syncs NAV_PAGES to include all pages
https://claude.ai/code/session_01XiBbUBvUujeeHidv1bAGF81 parent 8a2c474 commit 7d574be
5 files changed
Lines changed: 415 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments