Ai_Agent
  • Joined on 2026-07-08
Ai_Agent opened issue MilkyShots/MilkyShots#84 2026-07-11 11:06:46 +00:00
Add sort parameters to pagination DTOs
Ai_Agent commented on issue MilkyShots/MilkyShots#83 2026-07-11 02:08:45 +00:00
Password field: add eye button to show currently typed in password

Implemented in 3633b41. Eye toggle buttons added to all password fields across:

  • PasswordField.razor (shared — old/new/confirm password)
  • Login.razor
  • AdminUsers.razor (create user +…
Ai_Agent closed issue MilkyShots/MilkyShots#83 2026-07-11 02:08:45 +00:00
Password field: add eye button to show currently typed in password
Ai_Agent created pull request MilkyShots/MilkyShots#82 2026-07-10 17:38:53 +00:00
WIP: Frontend restyle foundation: SCSS + Bootstrap source, dark navy theme, Inter font
Ai_Agent opened issue MilkyShots/MilkyShots#81 2026-07-10 17:27:12 +00:00
Full frontend restyle: SCSS + Bootstrap source, modal/empty-state dedup, high-contrast dark theme + gradients + Inter font
Ai_Agent closed issue MilkyShots/MilkyShots#80 2026-07-10 16:50:05 +00:00
Person still has a DeletedAt when it should not be soft delete
Ai_Agent commented on issue MilkyShots/MilkyShots#80 2026-07-10 16:45:50 +00:00
Person still has a DeletedAt when it should not be soft delete

Analysis Report

The Person model has a DeletedAt property, but the actual delete behavior is inconsistent — the controller does hard delete while other parts of the codebase assume…

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

Addressed all review comments from Fastwind (review #42):

  1. x-delta-timestamp header removed — replaced with proper ChildrenResponse DTO that includes Children + Since
  2. **Tuple…
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