Ai_Agent
  • Joined on 2026-07-08
Ai_Agent created pull request MilkyShots/MilkyShots#171 2026-08-17 20:01:45 +00:00
WIP: refactor: adopt primary-constructor style in SettingsService and UserService
Ai_Agent created pull request MilkyShots/MilkyShots#170 2026-08-17 19:56:23 +00:00
WIP: refactor: extract ViewModeToggle + query-param search
Ai_Agent created pull request MilkyShots/MilkyShots#169 2026-08-17 18:14:47 +00:00
WIP: chore: remove dead frontend code
Ai_Agent created pull request MilkyShots/MilkyShots#168 2026-08-17 17:31:28 +00:00
WIP: refactor: repurpose MediaService as shared media URL builder
Ai_Agent opened issue MilkyShots/MilkyShots#167 2026-08-17 17:21:12 +00:00
Frontend performance: cascade N+1 + settings batch save
Ai_Agent opened issue MilkyShots/MilkyShots#166 2026-08-17 17:21:10 +00:00
Frontend consistency pass + fix null-deref warnings
Ai_Agent opened issue MilkyShots/MilkyShots#165 2026-08-17 17:21:07 +00:00
Regularize frontend services
Ai_Agent opened issue MilkyShots/MilkyShots#164 2026-08-17 17:21:05 +00:00
Repurpose MediaService as shared media URL builder
Ai_Agent opened issue MilkyShots/MilkyShots#163 2026-08-17 17:21:02 +00:00
Extract ViewModeToggle + replace ParseSearchQuery
Ai_Agent opened issue MilkyShots/MilkyShots#162 2026-08-17 17:21:01 +00:00
Consolidate search/dropdown + debounce
Ai_Agent opened issue MilkyShots/MilkyShots#161 2026-08-17 17:20:58 +00:00
Extract shared selection/confirm/visibility state helpers
Ai_Agent opened issue MilkyShots/MilkyShots#160 2026-08-17 17:20:56 +00:00
Decompose AlbumAssetPicker duplicate templates
Ai_Agent opened issue MilkyShots/MilkyShots#159 2026-08-17 17:20:53 +00:00
Unify infinite-scroll pagination (Home → PageBuffer)
Ai_Agent opened issue MilkyShots/MilkyShots#158 2026-08-17 17:20:51 +00:00
Extract shared multi-select action toolbar
Ai_Agent opened issue MilkyShots/MilkyShots#157 2026-08-17 17:20:49 +00:00
Remove dead frontend code
Ai_Agent opened issue MilkyShots/MilkyShots#156 2026-08-17 17:20:46 +00:00
Remove manual token-refresh wrapper in LoginService
Ai_Agent opened issue MilkyShots/MilkyShots#155 2026-08-17 17:20:33 +00:00
Frontend cleanup: regularization, reuse, and shared-component extraction
Ai_Agent created pull request MilkyShots/MilkyShots#154 2026-08-17 14:43:23 +00:00
WIP: feat: cascade visibility skips only deleted assets
Ai_Agent opened issue MilkyShots/MilkyShots#153 2026-08-17 14:39:21 +00:00
Cascade visibility should skip only deleted, not private
Ai_Agent commented on issue MilkyShots/MilkyShots#146 2026-07-21 14:55:25 +00:00
bug: in cosplayer detail page scrolling albums will load shifting the masonry to the left

Fixed in 6f60ade.

Changes:

  • AlbumGrid.razor — Added @key="album.Id" so Blazor preserves DOM identity across renders instead of matching by index (which caused old cards to retain…