You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve web UI with large font rendering, input capping, and sl…
…ot machine transitions
- Replace Unicode block character rendering with large bold Fira Code font
for clean, reliable display across all browsers (no CDN dependencies)
- Cap keyboard input at word length so extra keystrokes are ignored,
allowing single backspace to fix the last character
- Add Ctrl+Backspace support to clear entire word input at once
- Implement slot machine style word reel transition when completing words
- Remove extra character error display below the current word
- Add clearInput API endpoint to frontend API client
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>