Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE merged pull request MilkyShots/MilkyShots#119 2026-07-14 09:57:33 +00:00
fix: make card components middle-clickable by using <a> instead of <div @onclick>
REDCODE pushed to fix/102-card-middle-click at MilkyShots/MilkyShots 2026-07-14 09:51:59 +00:00
46871299ca fix: remove underline from album card person link
REDCODE pushed to fix/102-card-middle-click at MilkyShots/MilkyShots 2026-07-14 09:46:18 +00:00
c281746fdc fix: make card components middle-clickable
REDCODE created branch fix/102-card-middle-click in MilkyShots/MilkyShots 2026-07-14 09:44:57 +00:00
REDCODE pushed to fix/102-card-middle-click at MilkyShots/MilkyShots 2026-07-14 09:44:57 +00:00
REDCODE closed issue MilkyShots/MilkyShots#97 2026-07-14 09:40:22 +00:00
CosplayersMissingCover stat is hardcoded to 0 — never wired up
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-14 09:40:22 +00:00
be7532dd74 fix: implement CosplayersMissingProfile stat
REDCODE closed issue MilkyShots/MilkyShots#118 2026-07-14 09:28:07 +00:00
Assign album modal stuck on loading
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-14 09:28:07 +00:00
108b53a7e2 refactor: use MaxPageSize constant as default pageSize across all frontend services
38793efe6f fix(albums): use MaxPageSize constant for unassigned album fetch
Compare 2 commits »
REDCODE opened issue MilkyShots/MilkyShots#118 2026-07-14 07:22:18 +00:00
Assign album modal stuck on loading
REDCODE commented on issue MilkyShots/MilkyShots#106 2026-07-13 17:30:02 +00:00
Auth/permissions redesign — 5-actor model, Maintainer role, DB schema

Few things of note:

  • #43 will need to be acted upon likewise.
  • #79 will probably be closed.
REDCODE commented on issue MilkyShots/MilkyShots#41 2026-07-13 17:29:02 +00:00
Asset visibility rework

Supersed by #93

REDCODE closed issue MilkyShots/MilkyShots#41 2026-07-13 17:29:02 +00:00
Asset visibility rework
REDCODE commented on issue MilkyShots/MilkyShots#70 2026-07-13 17:27:35 +00:00
Home page should exclude deleted assets for all roles (including admin/curator)

Homepage will probably get a redesign -Issue still to open.

REDCODE commented on issue MilkyShots/MilkyShots#60 2026-07-13 17:23:57 +00:00
Users page sorting in the columns, default by role

This was already implemented in the giant UI redesign.

REDCODE closed issue MilkyShots/MilkyShots#60 2026-07-13 17:23:57 +00:00
Users page sorting in the columns, default by role
REDCODE commented on issue MilkyShots/MilkyShots#90 2026-07-13 17:08:00 +00:00
Global "Search Anything" typeahead dropdown in navbar

Completed in #91

REDCODE closed issue MilkyShots/MilkyShots#90 2026-07-13 17:08:00 +00:00
Global "Search Anything" typeahead dropdown in navbar
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-13 16:58:00 +00:00
4205188855 docs: add use case catalog for new auth/permissions model