[PR #1259] [MERGED] fix "working" spinner animation (#1054) #9864

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1259
Author: @tobias-walle
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @adamdotdevin

Base: devHead: fix-spinner-animation


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/tui/internal/components/chat/editor.go (+1 -1)

📄 Description

This fixed #1054 for me.

The dialog.ThemeSelectedMsg creates a new spinner but never triggers the m.spinner.Tick event to restart the animation.

On my terminal, the dialog.ThemeSelectedMsg is always triggered at the start of the session, as the tea.BackgroundColorMsg is triggered when it detects the dark theme.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1259 **Author:** [@tobias-walle](https://github.com/tobias-walle) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-spinner-animation` --- ### 📝 Commits (1) - [`ccb8e80`](https://github.com/anomalyco/opencode/commit/ccb8e809bc10dbf33acdb2d07400d32408579d9c) fix "working" spinner animation (#1054) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/chat/editor.go` (+1 -1) </details> ### 📄 Description This fixed #1054 for me. The `dialog.ThemeSelectedMsg` creates a new spinner but never triggers the `m.spinner.Tick` event to restart the animation. On my terminal, the `dialog.ThemeSelectedMsg` is always triggered at the start of the session, as the `tea.BackgroundColorMsg` is triggered when it detects the dark theme. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:18 -05:00
yindo closed this issue 2026-02-16 18:14:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9864