Hold back ten photos pending permission #29

Merged
forgejo-admin merged 1 commit from pending-permission-photos into main 2026-09-23 12:01:24 +00:00

Problem

Ten photos on the homepage wall show people who haven't yet given permission to be shown.

Solution

Move them from src/assets/montage/ to src/assets/montage-pending/, which the wall doesn't read. That folder's README maps each file to its original, so a photo can be restored with one git mv once its people agree. The wall drops from 109 to 99 photos.

Testing

  • npm run build passes.
  • The built homepage has 198 <img> (99 photos × 2 loop copies), and none of the held-back files appear in it.

🤖 Generated with Claude Code

## Problem Ten photos on the homepage wall show people who haven't yet given permission to be shown. ## Solution Move them from `src/assets/montage/` to `src/assets/montage-pending/`, which the wall doesn't read. That folder's README maps each file to its original, so a photo can be restored with one `git mv` once its people agree. The wall drops from 109 to 99 photos. ## Testing - `npm run build` passes. - The built homepage has 198 `<img>` (99 photos × 2 loop copies), and none of the held-back files appear in it. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Move them from src/assets/montage/ to src/assets/montage-pending/,
which the wall doesn't read, with a README mapping each file to its
original so it can be restored once the people in it agree.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
celilo/tango-nexus!29
No description provided.