Ai_Agent
  • Joined on 2026-07-08
Ai_Agent commented on issue MilkyShots/MilkyShots#50 2026-07-09 12:21:16 +00:00
Cosplayers page — browse and discover cosplayers

Opened #58 to track the remaining cropper-to-display mismatch issue. The current implementation gets close but the exact coordinate mapping between the cropper viewport (contain) and the avatar…

Ai_Agent opened issue MilkyShots/MilkyShots#58 2026-07-09 12:21:11 +00:00
Profile picture cropper circle does not match displayed crop result
Ai_Agent commented on issue MilkyShots/MilkyShots#50 2026-07-09 11:15:33 +00:00
Cosplayers page — browse and discover cosplayers

Redesigned the profile picture cropper:

  • Full image displayed in a viewport with a dimmed overlay
  • A transparent circular "hole" shows where the profile pic will crop
  • A square border around…
Ai_Agent opened issue MilkyShots/MilkyShots#57 2026-07-09 11:14:50 +00:00
Admin users page: no confirmation dialog before user deletion
Ai_Agent commented on issue MilkyShots/MilkyShots#50 2026-07-09 10:45:45 +00:00
Cosplayers page — browse and discover cosplayers

Additional fix included in PR: when the refresh token is invalid or expired, the user is now force-logged out and redirected to /login with the message "Session expired. Please log in again."…

Ai_Agent commented on issue MilkyShots/MilkyShots#56 2026-07-09 10:40:31 +00:00
Web API automated testing

First-pass plan saved in .opencode/plan-56-api-test-coverage.md. Covers every missing controller via REST Client script extensions:

  • Auth: refresh token flow
  • Album, Tag: create →…
Ai_Agent opened issue MilkyShots/MilkyShots#56 2026-07-09 10:33:36 +00:00
Web API automated testing
Ai_Agent commented on issue MilkyShots/MilkyShots#50 2026-07-09 10:13:23 +00:00
Cosplayers page — browse and discover cosplayers

Implementation complete in PR #55. All items implemented:

  • Person model: ProfileAssetId FK + migration
  • DTOs: PersonDetailedDto (with List), PersonPreviewDto, CreateDto,…
Ai_Agent created pull request MilkyShots/MilkyShots#55 2026-07-09 10:01:56 +00:00
WIP: feat(ui): cosplayers pages — browse and discover cosplayers
Ai_Agent commented on issue MilkyShots/MilkyShots#50 2026-07-09 09:58:14 +00:00
Cosplayers page — browse and discover cosplayers

Implementation plan — what this PR delivers

Pages

  • /cosplayers — list page with rich person cards in a multi-column responsive grid. Shows name and album count. Auth-gated (same…
Ai_Agent opened issue MilkyShots/MilkyShots#54 2026-07-09 09:56:22 +00:00
Person list endpoint pagination
Ai_Agent opened issue MilkyShots/MilkyShots#53 2026-07-09 09:56:20 +00:00
Person manual creation endpoint and UI
Ai_Agent commented on issue MilkyShots/MilkyShots#48 2026-07-09 01:34:56 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens

Fix: progress bars on job rows were hidden by 5e23180. Restored in d1f545b — they now display correctly on all viewports.

Ai_Agent commented on pull request MilkyShots/MilkyShots#49 2026-07-09 01:34:55 +00:00
fix(ui): responsive layout fixes for mobile portrait mode

d1f545b fix(ui): — Restored progress bar visibility on job rows. The d-none d-sm-flex class (from 5e23180) hid the bar on mobile and changed its display on desktop, breaking…

Ai_Agent commented on issue MilkyShots/MilkyShots#48 2026-07-09 01:01:02 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens

Status: all 17 items (13 original + 4 follow-up) resolved

Original 13 — all fixed

Ai_Agent commented on pull request MilkyShots/MilkyShots#49 2026-07-09 01:00:52 +00:00
fix(ui): responsive layout fixes for mobile portrait mode

Branch activity (commits since merge)

5e23180 fix(ui): — JobRow: hide non-essential columns (child summary, dates, progress bar, elapsed) on mobile via d-none d-sm-*. Added…

Ai_Agent commented on pull request MilkyShots/MilkyShots#49 2026-07-09 00:17:28 +00:00
fix(ui): responsive layout fixes for mobile portrait mode

Branch activity summary (commits since base)

ca21dc3 — base: removed faulty d-flex tag on main object.

04d425b (REDCODE) refactor: — Replaced custom masonry JS with…

Ai_Agent opened issue MilkyShots/MilkyShots#50 2026-07-08 21:27:28 +00:00
Cosplayers page — browse and discover cosplayers
Ai_Agent closed issue MilkyShots/MilkyShots#35 2026-07-08 21:27:23 +00:00
Edit Setting endpoint to request multiple settings