aboutsummaryrefslogtreecommitdiff
path: root/src/cache.gleam
Commit message (Expand)AuthorAgeFilesLines
* fix: Reject out-of-range digits and surface data directory errorsFuwn5 days1-1/+6
* refactor: Simplify cache loading with filter_map and dict.from_listFuwn5 days1-26/+25
* refactor: Tighten naming, drop dead paths, reject empty namesFuwn5 days1-3/+1
* perf: Reduce per-request work and I/O in render pipelineFuwn2026-04-171-44/+53
* feat(svg): Pre-encoding Base64 stringsFuwn2026-01-021-2/+6
* feat(cache): Add error logsFuwn2025-07-011-16/+30
* feat: Pre-cache themes in memoryFuwn2025-07-011-0/+65