Skip to content

fix: hide context_trimmed event from Web UI - #227

Merged
jkyberneees merged 1 commit into
mainfrom
fix/hide-context-trimmed-ui
Sep 9, 2026
Merged

fix: hide context_trimmed event from Web UI#227
jkyberneees merged 1 commit into
mainfrom
fix/hide-context-trimmed-ui

Conversation

@jkyberneees

Copy link
Copy Markdown
Contributor

Summary

  • Remove the context_trimmed case from the WebUI agent-signal handler (✂️ toast + gauge flash)
  • Delete the now-unused flashTrim() helper and its import
  • Remove the dead .ctx-gauge.trim CSS rule and ctx-flash keyframes

Server-side event emission is unchanged — this only hides the signal from the web client surface. Telegram and CLI rendering are untouched.

Verification

  • grep -rn 'ctx-flash|flashTrim|context_trimmed' cmd/odek/ui/ → zero matches
  • node --check passes on both edited JS files

Remove the client-side handling of the context_trimmed signal
(toast + gauge flash), the unused flashTrim helper, and the dead
CSS animation rules.
@jkyberneees
jkyberneees merged commit 1002458 into main Sep 9, 2026
10 checks passed
@jkyberneees
jkyberneees deleted the fix/hide-context-trimmed-ui branch September 9, 2026 18:11
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