Skip to content

refactor: remove unused websocket playground#159

Merged
magnus-madsen merged 1 commit intomasterfrom
refactor/remove-websocket-playground
Mar 25, 2026
Merged

refactor: remove unused websocket playground#159
magnus-madsen merged 1 commit intomasterfrom
refactor/remove-websocket-playground

Conversation

@magnus-madsen
Copy link
Member

@magnus-madsen magnus-madsen commented Mar 25, 2026

Summary

  • Remove the unused websocket connection to evaluator.flix.dev and the Codebox playground component
  • Delete Codebox.jsx, Editor.jsx, and uninstall reconnecting-websocket
  • Strip all websocket state/logic from App.jsx, clean up .editor-output CSS
  • Replace the playground on the Home page with a static InlineEditor snippet showcasing Flix HTTP middleware composition with with clauses

Test plan

  • Verify the site builds (npm run build)
  • Confirm the Home page renders with the new code example
  • Verify no console errors related to websocket connections
  • Check that blog post inline editors still work (they use InlineEditor)

🤖 Generated with Claude Code

Remove the websocket connection to evaluator.flix.dev and the Codebox
playground component, which were no longer in use. Replace with a static
InlineEditor snippet showcasing Flix HTTP middleware composition.

- Delete Codebox.jsx, Editor.jsx
- Remove reconnecting-websocket dependency
- Strip websocket setup and state from App.jsx
- Remove .editor-output CSS rules
- Add Flix HTTP middleware example to Home page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@magnus-madsen magnus-madsen merged commit e197a2f into master Mar 25, 2026
1 check passed
@magnus-madsen magnus-madsen deleted the refactor/remove-websocket-playground branch March 25, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant