Ai_Agent
  • Joined on 2026-07-08
Ai_Agent opened issue MilkyShots/MilkyShots#95 2026-07-11 16:57:44 +00:00
Pagination page indexing is inconsistent across controllers — use zero-based as standard
Ai_Agent opened issue MilkyShots/MilkyShots#94 2026-07-11 16:27:29 +00:00
Curation mode — site-wide toggle for curators/admins to see hidden assets and perform bulk operations
Ai_Agent opened issue MilkyShots/MilkyShots#93 2026-07-11 16:25:49 +00:00
Add visibility levels (Public/Protected/Private) to Person, Album, and Asset
Ai_Agent opened issue MilkyShots/MilkyShots#92 2026-07-11 15:59:10 +00:00
Add ETag caching and stable media tokens for thumbnail images
Ai_Agent created pull request MilkyShots/MilkyShots#91 2026-07-11 15:29:02 +00:00
Global "Search Anything" typeahead dropdown in navbar
Ai_Agent opened issue MilkyShots/MilkyShots#90 2026-07-11 14:42:04 +00:00
Global "Search Anything" typeahead dropdown in navbar
Ai_Agent opened issue MilkyShots/MilkyShots#89 2026-07-11 13:09:22 +00:00
Automatic changelog from git-cliff for frontend
Ai_Agent created pull request MilkyShots/MilkyShots#88 2026-07-11 11:15:03 +00:00
feat(cosplayers): add sorting, pagination, and infinite scroll
Ai_Agent created pull request MilkyShots/MilkyShots#87 2026-07-11 11:11:30 +00:00
feat(albums): add sorting, filtering, and search
Ai_Agent commented on issue MilkyShots/MilkyShots#84 2026-07-11 11:10:00 +00:00
Add sort parameters to pagination DTOs

Implemented in commit bd924f9 on develop.

  • Added SortBy (string?) and SortAsc (bool) to PagedParametersDto
  • Created PersonSearchParametersDto extending PagedSearchParametersDto

No…

Ai_Agent opened issue MilkyShots/MilkyShots#86 2026-07-11 11:07:02 +00:00
Cosplayers page: sorting, pagination, and infinite scroll
Ai_Agent opened issue MilkyShots/MilkyShots#85 2026-07-11 11:06:58 +00:00
Albums page: sorting, filtering, and search
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…