opencode/packages/ui
Kit Langton b47ab35ddf
fix(ui): fix useRowWipe stuck blur and useCollapsible race conditions
- Remove anim.stop() from useRowWipe cleanup — stopping mid-animation
  leaves WAAPI fill-forward that overrides cleared inline styles. Let
  animations run to completion; cancelAnimationFrame prevents starts.
- Add generation counter to useCollapsible to guard against stale
  microtask and promise callbacks on rapid open/close toggling.
- Use .then(ok, err) instead of .catch().then() to prevent callbacks
  firing after animation cancellation.
- Remove redundant fade constant in ShellExpanded.
- Clean up unused imports in context-tool-results.tsx.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 16:34:18 -06:00
..
script chore: cleanup theme stuff 2025-12-28 10:14:30 -06:00
src fix(ui): fix useRowWipe stuck blur and useCollapsible race conditions 2026-03-06 16:34:18 -06:00
.gitignore Use devinxi-ed Solid Start (#4635) 2025-11-22 10:39:25 -05:00
happydom.ts feat(ui): tool call abstraction, turn diff summary, and composer improvements 2026-03-06 16:34:10 -06:00
package.json feat(ui): tool call abstraction, turn diff summary, and composer improvements 2026-03-06 16:34:10 -06:00
sst-env.d.ts zen: update sst version 2026-02-18 13:54:23 -05:00
tsconfig.json chore: storybook (#15285) 2026-02-26 16:05:04 -06:00
vite.config.ts feat: Make the models.dev domain configurable for offline environments (#9258) 2026-01-21 11:23:07 -06:00