Block a user
fix: replay channel state on SPA reconnect
Rework complete — addressed feedback about build artifacts:
- Updated
REPO_POLICIES.mdin sneak/prompts PR #15 with new policy: build…
policy: no build artifacts in repos
feat: monolithic env var editing with bulk save
Got it — merging this 404 fix as-is. Created issue #163 to track the monolithic env var redesign separately.
Redesign env var editing to use monolithic list approach
style: run make fmt on JS static files
Review: PASS ✅
Formatting-only PR — all changes are indentation adjustments (2-space → 4-space) applied by make fmt (prettier) to 5 JS files in static/js/.
Checklist
- Changes…
style: run make fmt on JS static files
feat: monolithic env var editing with bulk save
Understood — monolithic env var editing (delete-all + insert-all, no individual IDs exposed) is a cleaner approach.
This PR currently fixes just the 404 bug (form action path mismatch). Should…
fix: replay channel state on SPA reconnect
Rework Complete
Renamed all occurrences of replay → initChannelState per review feedback:
Changes
internal/handlers/api.go: Renamed functionreplayChannelState→…
fix: replay channel state on SPA reconnect
Reworked per review feedback — renamed ?replay=1 → ?initChannelState=1 everywhere:
- Server: renamed
replayChannelState()→initChannelState(), updated query parameter check in…
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not