myrmidex
  • Joined on 2026-02-08
myrmidex pushed tag v0.1.1 to anagram-finder/web 2026-08-23 23:19:20 +02:00
myrmidex pushed to main at anagram-finder/web 2026-08-23 23:18:42 +02:00
089ce4d973 Publish the app port on all interfaces, not just loopback
myrmidex closed issue anagram-finder/web#3 2026-08-23 21:59:08 +02:00
Write README for self-hosters
myrmidex commented on issue anagram-finder/web#3 2026-08-23 21:58:56 +02:00
Write README for self-hosters

Done — 6fee71e

103 lines, following the structure from the research in this ticket.

Acceptance

  • README.md at repo root, roughly 70–110 lines — 103
  • Screenshot renders
myrmidex pushed to main at anagram-finder/web 2026-08-23 21:58:33 +02:00
6fee71eec1 3 - Add README for self-hosters
myrmidex pushed to main at anagram-finder/web 2026-08-23 21:52:54 +02:00
edfa58579b Add readme
b11bcc3f0b 5 - Cache anagram results, keyed on the dictionary contents
Compare 2 commits »
myrmidex closed issue anagram-finder/web#5 2026-08-23 21:47:29 +02:00
Cache anagram results, keyed on the dictionary contents
myrmidex commented on issue anagram-finder/web#5 2026-08-23 21:47:23 +02:00
Cache anagram results, keyed on the dictionary contents

Done — b11bcc3

Measured: 386ms cold → 1ms warm on retinas (282 matches), identical results.

Cache key

anagram:{dictHash}:{minLength}:{sortedLetters} — e.g. `anagram:bf…

myrmidex closed issue anagram-finder/web#4 2026-08-23 21:38:34 +02:00
Mobile layout
myrmidex commented on issue anagram-finder/web#4 2026-08-23 21:38:27 +02:00
Mobile layout

Done — 24fa771

Two symptoms reported: the header wrapped to a second line on a phone, and so did the footer.

Header

Was text-5xl with tracking-widest unconditionally. "> ANAGRAM…

myrmidex pushed to main at anagram-finder/web 2026-08-23 21:38:07 +02:00
24fa771d39 4 - Fix mobile layout of header and footer
myrmidex closed issue anagram-finder/web#2 2026-08-23 21:23:54 +02:00
Add production Dockerfile and release image pipeline
myrmidex commented on issue anagram-finder/web#2 2026-08-23 21:23:47 +02:00
Add production Dockerfile and release image pipeline

Done — web:v0.1.0 and :latest published

All acceptance criteria verified:

  • Dockerfile builds a runnable production image — three stages: composer vendor, node assets,…
myrmidex pushed tag v0.1.0 to anagram-finder/web 2026-08-23 21:10:39 +02:00
myrmidex pushed to main at anagram-finder/web 2026-08-23 20:57:46 +02:00
f267bac8e1 2 - Add production Dockerfile and release image pipeline
myrmidex closed issue lvl0/ui#3 2026-08-23 20:07:29 +02:00
Publish the docs site at style.lvl0.xyz
myrmidex commented on issue lvl0/ui#3 2026-08-23 20:07:23 +02:00
Publish the docs site at style.lvl0.xyz

Done — live at https://style.lvl0.xyz

All acceptance criteria met:

  • Every token rendered as a swatch with name and value — 12 tokens plus the five chart colours, values click-to-cop…
myrmidex pushed tag v0.1.1 to lvl0/ui 2026-08-23 19:53:59 +02:00
myrmidex pushed to main at lvl0/ui 2026-08-23 19:47:52 +02:00
e235cec8a3 Fix 404 on static assets behind the regex location block
myrmidex pushed tag v0.1.0 to lvl0/ui 2026-08-23 19:36:19 +02:00