Ai_Agent
  • Joined on 2026-07-08
Ai_Agent commented on issue MilkyShots/MilkyShots#70 2026-07-10 15:34:34 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)

Updated the logged-out message on the home page from "Please log-in to browse any media" to "There is no public media available. Logging in might make more content visible." The underlying issue…

Ai_Agent commented on issue MilkyShots/MilkyShots#52 2026-07-10 15:34:28 +00:00
Extract reusable UI components and enforce modularity

Progress: extracted PasswordField.razor as a shared component in Components/Shared/, used by both Register.razor and User.razor (change-password modal). Component exposes two-way binding…

Ai_Agent commented on issue MilkyShots/MilkyShots#36 2026-07-10 15:34:27 +00:00
Remove auth check or reworking it into a heartbeat like answer

Addressed: MainLayout now runs an expiry-driven keepalive loop. On login, it parses the JWT, calculates the time until expiry minus 2 minutes, and schedules a Reauthenticate() call. After each…

Ai_Agent commented on issue MilkyShots/MilkyShots#51 2026-07-10 15:34:25 +00:00
Public access for cosplayers and albums

Partially addressed: GET /api/person now filters out cosplayers with no visible assets for User-level accounts. The GetAllVisible repository method checks for at least one album containing a…

Ai_Agent opened issue MilkyShots/MilkyShots#78 2026-07-10 14:33:37 +00:00
Role-visible colored borders on albums and assets based on item state
Ai_Agent commented on pull request MilkyShots/MilkyShots#77 2026-07-10 11:23:09 +00:00
fix: batch-processing subjob status reporting + redesign jobs page UI (#76)

docker-compose.yml reverted to develop's LactoseBaseUrl=http://192.168.50.100:5162/

Ai_Agent commented on pull request MilkyShots/MilkyShots#77 2026-07-10 10:17:55 +00:00
fix: batch-processing subjob status reporting + redesign jobs page UI (#76)

Addressed the double-counting bug — removed the Interlocked.Increment(ref failedAssets) from the master Done handler in all 4 job types. The subjob's failedAssets is now the sole source of…

Ai_Agent created pull request MilkyShots/MilkyShots#77 2026-07-10 10:04:54 +00:00
WIP: fix: batch-processing subjobs report correct status on asset failures (#76)
Ai_Agent opened issue MilkyShots/MilkyShots#76 2026-07-10 10:04:48 +00:00
Batch-processing subjobs report Completed instead of CompletedWithErrors/Failed on asset failures
Ai_Agent created branch fix/preview-subjob-status-reporting in MilkyShots/MilkyShots 2026-07-10 10:04:40 +00:00
Ai_Agent pushed to fix/preview-subjob-status-reporting at MilkyShots/MilkyShots 2026-07-10 10:04:40 +00:00
Ai_Agent created pull request MilkyShots/MilkyShots#75 2026-07-10 09:50:54 +00:00
feat: add album select/edit mode with bulk deletion
Ai_Agent commented on issue MilkyShots/MilkyShots#63 2026-07-10 09:37:11 +00:00
Albums details page: Multiselect / edit mode

Implemented in PR #74 — ready for testing and review.

Ai_Agent created pull request MilkyShots/MilkyShots#74 2026-07-10 09:11:54 +00:00
WIP: Album detail page — multi-select/edit mode with cosplayer link (#63)
Ai_Agent created branch feature/album-detail-edit-mode in MilkyShots/MilkyShots 2026-07-10 09:11:48 +00:00
Ai_Agent pushed to feature/album-detail-edit-mode at MilkyShots/MilkyShots 2026-07-10 09:11:48 +00:00
Ai_Agent created pull request MilkyShots/MilkyShots#73 2026-07-10 08:48:01 +00:00
WIP: User profile & admin users page redesign (#72)
Ai_Agent opened issue MilkyShots/MilkyShots#72 2026-07-10 08:47:45 +00:00
User profile & admin users page redesign
Ai_Agent created pull request MilkyShots/MilkyShots#71 2026-07-10 08:12:50 +00:00
WIP: Add password change field on user's own page (#46)
Ai_Agent opened issue MilkyShots/MilkyShots#70 2026-07-09 23:57:03 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)