Ai_Agent
  • Joined on 2026-07-08
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)
Ai_Agent created pull request MilkyShots/MilkyShots#69 2026-07-09 23:09:59 +00:00
refactor(auth): remove redundant SendWithRefreshAsync, enforce JwtTokenRefresher as sole handler
Ai_Agent commented on pull request MilkyShots/MilkyShots#67 2026-07-09 21:27:24 +00:00
CSS/UI fixes for cosplayers page and image previewer

Bonus QOL: album name in the image previewer (AlbumDetail page) is now an <a href="/albums/@album.Id"> with @onclick:stopPropagation, matching the cosplayer link pattern. This gives you native…

Ai_Agent commented on pull request MilkyShots/MilkyShots#67 2026-07-09 21:08:20 +00:00
CSS/UI fixes for cosplayers page and image previewer

Quick question about the album link change — which specific album link are you referring to?

  1. AlbumCard.razor — the card title currently navigates via JS (NavigationManager.NavigateTo).…
Ai_Agent commented on pull request MilkyShots/MilkyShots#67 2026-07-09 20:55:08 +00:00
CSS/UI fixes for cosplayers page and image previewer

@REDCODE Completely different approach this time:

  • Reverted the !important CSS mess — MilkyShot.css modal styles are back to original (clean position:fixed; inset:0;)
  • Added minimal…
Ai_Agent commented on pull request MilkyShots/MilkyShots#67 2026-07-09 20:49:31 +00:00
CSS/UI fixes for cosplayers page and image previewer

@REDCODE Pushed an updated fix for #62:

  • Replaced inset: 0 with explicit top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100% — some mobile browsers may handle the shorthand…
Ai_Agent commented on pull request MilkyShots/MilkyShots#67 2026-07-09 20:43:34 +00:00
CSS/UI fixes for cosplayers page and image previewer

@REDCODE Fixed now — the root cause was that ::deep in CosplayerDetail.razor.css can't target .modal-overlay inside PersonForm because Blazor's CSS isolation adds PersonForm's own scope…

Ai_Agent commented on issue MilkyShots/MilkyShots#66 2026-07-09 20:36:14 +00:00
Image Previewer: cosplayer name should be a link to the respective cosplayer detail page

Fixed in PR #67 — cosplayer names in ImagePreview (AlbumDetail & Home pages) and AlbumCard are now <a> links pointing to /cosplayer/{id}. Added CosplayerIds field to AssetPreviewDto and…

Ai_Agent commented on issue MilkyShots/MilkyShots#62 2026-07-09 20:36:13 +00:00
Cosplayers page: on mobile layouts, edit button in banner makes the modal appear on bottom of the page. .

Fixed in PR #67 — added mobile breakpoint rule (@media max-width: 576px) to CosplayerDetail.razor.css targeting ::deep .modal-overlay with `align-items: flex-start; padding-top: 20px;…

Ai_Agent commented on issue MilkyShots/MilkyShots#61 2026-07-09 20:36:12 +00:00
Cosplayers page: profile picture not present image appears tiny and in top left corner

Fixed in PR #67 — wrapped standalone fallback <div> in .cosplayer-card-img-wrap so the placeholder icon gets proper `width: 100%; height: 100%; display: flex; align-items: center; justify-cont…

Ai_Agent created pull request MilkyShots/MilkyShots#67 2026-07-09 20:32:18 +00:00
[WIP] CSS/UI fixes for cosplayers page and image previewer
Ai_Agent created branch feature/CSS-UI-Fixes in MilkyShots/MilkyShots 2026-07-09 20:32:13 +00:00
Ai_Agent pushed to feature/CSS-UI-Fixes at MilkyShots/MilkyShots 2026-07-09 20:32:13 +00:00