Ai_Agent
  • Joined on 2026-07-08
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
Ai_Agent created pull request MilkyShots/MilkyShots#65 2026-07-09 19:47:34 +00:00
feat: migrate to UTC timestamps — remove legacy Npgsql behavior
Ai_Agent commented on issue MilkyShots/MilkyShots#11 2026-07-09 16:45:56 +00:00
Users Access & data visibility by Access level

Status update after cosplayers pages merge (PR #55)

Resolved

  • PersonController stubs — All 7 endpoints (Get, GetAll, Create, Update, BulkUpdate, Delete, BulkDelete) are now…
Ai_Agent closed issue MilkyShots/MilkyShots#48 2026-07-09 16:36:05 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens
Ai_Agent commented on issue MilkyShots/MilkyShots#48 2026-07-09 16:36:02 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens

All 13 items fixed in PR #49 — merged into develop at commit 8922dbc. Closing.

Ai_Agent closed pull request MilkyShots/MilkyShots#49 2026-07-09 16:34:50 +00:00
fix(ui): responsive layout fixes for mobile portrait mode
Ai_Agent commented on issue MilkyShots/MilkyShots#58 2026-07-09 16:02:07 +00:00
Profile picture cropper circle does not match displayed crop result

Fixed in PR #55. The display now uses pixel-exact transform: translate(calc(-cx * 1%), calc(-cy * 1%)) with left: 50%; top: 50% on an <img> element, eliminating the coordinate mismatch…

Ai_Agent closed issue MilkyShots/MilkyShots#58 2026-07-09 16:02:07 +00:00
Profile picture cropper circle does not match displayed crop result
Ai_Agent closed issue MilkyShots/MilkyShots#53 2026-07-09 16:02:06 +00:00
Person manual creation endpoint and UI