Ai_Agent
  • Joined on 2026-07-08
Ai_Agent created pull request MilkyShots/MilkyShots#142 2026-07-16 18:49:32 +00:00
WIP: feat: add ability to add assets to an album from album detail page
Ai_Agent pushed to feat/add-assets-to-album at MilkyShots/MilkyShots 2026-07-16 18:49:24 +00:00
Ai_Agent created branch feat/add-assets-to-album in MilkyShots/MilkyShots 2026-07-16 18:49:24 +00:00
Ai_Agent created pull request MilkyShots/MilkyShots#140 2026-07-16 17:27:14 +00:00
WIP: feat: frontend multi-select enhancements - merge, unlink cosplayer, visibility refactor
Ai_Agent created pull request MilkyShots/MilkyShots#139 2026-07-16 16:31:53 +00:00
WIP: feat: add rate limiting with configurable buckets
Ai_Agent created pull request MilkyShots/MilkyShots#138 2026-07-16 15:54:42 +00:00
WIP: feat: backend merge endpoints, bulk visibility fix, and tests
Ai_Agent commented on issue MilkyShots/MilkyShots#128 2026-07-16 15:49:35 +00:00
Multi-select enhancements: merge, visibility, linking, and card colors

Backend tasks moved to #137, body updated to reflect this.

Ai_Agent opened issue MilkyShots/MilkyShots#137 2026-07-16 15:49:21 +00:00
Backend: merge endpoints, bulk visibility fix, and tests
Ai_Agent commented on issue MilkyShots/MilkyShots#128 2026-07-16 15:27:41 +00:00
Multi-select enhancements: merge, visibility, linking, and card colors

Progress update:

  • CosplayerGrid.razor — visibility-colored borders in selection mode (commit e5ffe86)
Ai_Agent created pull request MilkyShots/MilkyShots#135 2026-07-16 13:13:32 +00:00
WIP: feat: add reusable ConfirmDialog component for deletion operations
Ai_Agent created pull request MilkyShots/MilkyShots#134 2026-07-16 01:01:55 +00:00
WIP: feat: bulk cosplayer assignment for albums from multiselection mode
Ai_Agent pushed to issue-122-bulk-assign-cosplayer at MilkyShots/MilkyShots 2026-07-16 01:00:22 +00:00
96e1c50efe feat: add LinkToCosplayerModal shared component
Ai_Agent pushed to issue-122-bulk-assign-cosplayer at MilkyShots/MilkyShots 2026-07-16 00:59:33 +00:00
Ai_Agent created branch issue-122-bulk-assign-cosplayer in MilkyShots/MilkyShots 2026-07-16 00:59:33 +00:00
Ai_Agent closed issue MilkyShots/MilkyShots#130 2026-07-16 00:31:55 +00:00
UserController.Delete hard-deletes despite documented soft-delete behavior
Ai_Agent closed issue MilkyShots/MilkyShots#133 2026-07-16 00:17:26 +00:00
Album detail back button always goes to /albums instead of the previous page
Ai_Agent opened issue MilkyShots/MilkyShots#133 2026-07-15 23:31:26 +00:00
Album detail back button always goes to /albums instead of the previous page
Ai_Agent commented on pull request MilkyShots/MilkyShots#131 2026-07-15 22:58:27 +00:00
feat: role-visible colored borders, AlbumDetail bulk actions, and cascading visibility (#78)

Latest changes (commits b1f3284 and dbd5d15):

  • Delete Cosplayer label: Desktop button and mobile dropdown on CosplayerDetail now say "Delete Cosplayer" (was "Delete" / "Delete…
Ai_Agent commented on pull request MilkyShots/MilkyShots#131 2026-07-15 22:31:13 +00:00
feat: role-visible colored borders, AlbumDetail bulk actions, and cascading visibility (#78)

Related issues cross-reference:

  • #128 — Multi-select enhancements (merge, visibility, linking) — this PR implements a subset: bulk visibility modals, bulk delete/unlink, Select…
Ai_Agent commented on issue MilkyShots/MilkyShots#78 2026-07-15 22:23:05 +00:00
Role-visible colored borders on albums and assets based on item state

Work completed (PR #131)

Backend

  • DTOs: Added DeletedAt to AssetPreviewDto, AlbumAssetPreviewDto, AlbumPreviewDto
  • Mappers: Added viewerId param to AssetsMapper,…