[PR #8761] feat: add interactive tip cycling on click with hover effect #12862

Closed
opened 2026-02-16 18:17:45 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8761

State: closed
Merged: No


Summary

  • Add interactive tip cycling - users can click on tips to cycle through them
  • Add hover underline effect to indicate tips are interactive
  • Convert tip display to use reactive signals for state management

Changes

  • Added index signal to track current tip
  • Added hover signal for hover state
  • Added cycle() function to advance through tips
  • Added mouse event handlers (onMouseOver, onMouseOut, onMouseUp)
  • Converted static parts to reactive createMemo for dynamic updates
  • Added underline style on hover for visual feedback

Testing

Tested locally with bun dev - tips now cycle on click and show underline on hover.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8761 **State:** closed **Merged:** No --- ## Summary - Add interactive tip cycling - users can click on tips to cycle through them - Add hover underline effect to indicate tips are interactive - Convert tip display to use reactive signals for state management ## Changes - Added `index` signal to track current tip - Added `hover` signal for hover state - Added `cycle()` function to advance through tips - Added mouse event handlers (`onMouseOver`, `onMouseOut`, `onMouseUp`) - Converted static `parts` to reactive `createMemo` for dynamic updates - Added underline style on hover for visual feedback ## Testing Tested locally with `bun dev` - tips now cycle on click and show underline on hover.
yindo added the pull-request label 2026-02-16 18:17:45 -05:00
yindo closed this issue 2026-02-16 18:17:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12862