Updated today at 08:58

Commit: 9ab770b Show on GitHub

  • Author: Alex Louwe
  • Date: 3/3/2026, 11:05:26 AM
  • Message: refactor: removes caching, adds JSDoc comments Remove in-memory caching from ContentService to prevent data bleedover between authenticated and unauthenticated requests. fetchContent() now returns data per-request with no shared state. Added JSDoc comments throughout the class.
  • Stats: 122 total changes (+58 / -64)

Changed Files

  • src/lib/server/contentService.js — +35 / -47 (82 changes)
  • src/routes/admin/+layout.server.js — +16 / -10 (26 changes)
  • src/routes/admin/+page.svelte — +7 / -7 (14 changes)