Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 12:23:30 +00:00
b1d5356220 feat: justified gallery layout for album detail page
37dad0d1d7 fix: JS-based masonry for left-to-right item flow with varying heights
c5e41f2c05 fix: unlock body scroll on navigation, reorder masonry for left-to-right flow
d45a915ba9 fix: use flexbox with align-items:flex-start for album detail grid
b7d1912fc6 fix: switch album detail grid from flexbox to CSS Grid
Compare 16 commits »
REDCODE pushed to feature/albums-page at MilkyShots/MilkyShots 2026-07-08 12:23:15 +00:00
b1d5356220 feat: justified gallery layout for album detail page
37dad0d1d7 fix: JS-based masonry for left-to-right item flow with varying heights
c5e41f2c05 fix: unlock body scroll on navigation, reorder masonry for left-to-right flow
d45a915ba9 fix: use flexbox with align-items:flex-start for album detail grid
b7d1912fc6 fix: switch album detail grid from flexbox to CSS Grid
Compare 9 commits »
REDCODE created branch feature/albums-page in MilkyShots/MilkyShots 2026-07-08 11:46:22 +00:00
REDCODE pushed to feature/albums-page at MilkyShots/MilkyShots 2026-07-08 11:46:22 +00:00
dcc8eba931 fix: scoped CSS deep selectors for preview info text and filename binding
4c90e553af feat: auto-assign album cover from first alphabetically-sorted asset
b8f75f9529 refactor: extract ImagePreview shared component from Home and AlbumDetail
d10e062373 feat: add albums list page and album detail page with inline preview
3c1d2ef14b feat: add AlbumService and PersonService to WASM client
Compare 7 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:30:25 +00:00
de938e6d1e docs: update AGENTS.md with verified infrastructure gotchas
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:23:27 +00:00
949dec9bdc feat: add data completeness indicators to statistics page
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 10:18:13 +00:00
89c4bfe13f feat: implement seed-based deterministic random ordering for home page
7a0b72584c fix: propagate cancellation tokens through linked child job CTS
Compare 2 commits »
REDCODE commented on issue MilkyShots/MilkyShots#32 2026-07-08 09:27:23 +00:00
Service for generation of Thumbnails and Previews

a basic implementation of both exists now. Not how it was planned but we can improve it later.

REDCODE closed issue MilkyShots/MilkyShots#32 2026-07-08 09:27:23 +00:00
Service for generation of Thumbnails and Previews
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 09:26:22 +00:00
ebfab19df4 Add autorestart for services
77630f4e83 fix: remove scroll position correction from LoadPreviousPage for smoother scroll-up
16619f9631 feat: add bidirectional infinite scroll (up and down)
9829e02a38 fix: download button now fetches blob and triggers actual file download
632ca0d3e4 feat: add full-size view and download buttons in preview overlay
Compare 12 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 00:05:20 +00:00
458cf70081 feat: add thousands separators to job status numbers
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 23:50:52 +00:00
3d81b7a97e fix: skip existing AlbumAsset relationships in CreateAlbumsJob to prevent duplicate key violations on re-run
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 23:50:06 +00:00
03f52cfb5b feat: add statistics page with aggregate asset/user/system stats via fast DB queries
4b0a6df5dd fix: per-batch progress messages and counting bug in album/person jobs
744bc9e4d0 feat: improve logging and progress reporting for album/person jobs
Compare 3 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 23:17:52 +00:00
76ba4fd74a configuration changes
132e3d2930 fix: make job cancellation work for all job states and types
7554dbac9c fix: cancel past refresh loop when poll rate is set to Off
defd97e7f0 feat: add stacked progress bar for parent jobs with sub-job breakdown
6c9a608ce6 fix: propagate cancellation to sub-jobs in batch processing jobs
Compare 5 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 21:29:42 +00:00
dc1e44f2be chore(dev): fix ovveride PM Compose deploy
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 18:34:26 +00:00
923aaa6865 feat: add CreatePersons and CreateAlbums jobs
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 18:05:52 +00:00
53fe2cc3d5 removed unused run configs
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 18:00:21 +00:00
970f99db54 fix: wire MaxConcurrentJobs to database setting on startup and runtime changes
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 17:42:11 +00:00
96f431fb41 feat: add PreviewJob and upgrade thumbnails to WebP
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-07 17:19:34 +00:00
604f0e33a0 refactor: make LoginService singleton, centralize auth state and persistence