chorus/frontend
pyr0ball f8a853a80c chore: minor fixes from final review (Dockerfile reproducibility, Caddy directive, em dash)
M3: frontend/Dockerfile now copies package-lock.json and uses npm ci instead
of npm install, for reproducible builds.

M4: replace em dash with plain hyphen in manual_share.py's attachment-only
fallback text (standing style preference; ping.py title and
TriageList.vue's sender fallback were already fixed in prior commits).

M5: Caddyfile.snippet uses basic_auth instead of the deprecated basicauth
directive alias (Caddy 2.8+).

M1/M2/M6 (unused discord import removal, None-payload guard in
_extract_body, discord.NotFound guard in thread_ingest.py) were already
included in the preceding two commits since they touched the same files.
2026-07-13 15:01:46 -07:00
..
src fix: cog re-registration, thread NotFound, follow-up date, and error/empty states 2026-07-13 15:01:32 -07:00
tests fix: cog re-registration, thread NotFound, follow-up date, and error/empty states 2026-07-13 15:01:32 -07:00
.gitignore feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00
Dockerfile chore: minor fixes from final review (Dockerfile reproducibility, Caddy directive, em dash) 2026-07-13 15:01:46 -07:00
index.html feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00
package-lock.json feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00
package.json feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00
vite.config.js feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00
vitest.config.js feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00