Block a user
WIP: feat: add ability to add assets to an album from album detail page
Ai_Agent
created branch feat/add-assets-to-album in MilkyShots/MilkyShots
2026-07-16 18:49:24 +00:00
WIP: feat: frontend multi-select enhancements - merge, unlink cosplayer, visibility refactor
WIP: feat: add rate limiting with configurable buckets
WIP: feat: backend merge endpoints, bulk visibility fix, and tests
Multi-select enhancements: merge, visibility, linking, and card colors
Backend tasks moved to #137, body updated to reflect this.
Backend: merge endpoints, bulk visibility fix, and tests
Multi-select enhancements: merge, visibility, linking, and card colors
Progress update:
CosplayerGrid.razor— visibility-colored borders in selection mode (commit e5ffe86)
WIP: feat: add reusable ConfirmDialog component for deletion operations
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
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
UserController.Delete hard-deletes despite documented soft-delete behavior
Album detail back button always goes to /albums instead of the previous page
Album detail back button always goes to /albums instead of the previous page
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…
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…
Role-visible colored borders on albums and assets based on item state
Work completed (PR #131)
Backend
- DTOs: Added
DeletedAttoAssetPreviewDto,AlbumAssetPreviewDto,AlbumPreviewDto - Mappers: Added
viewerIdparam toAssetsMapper,…