feat: UI improvements sprint - race conditions, markdown, tooltips#55
Merged
feat: UI improvements sprint - race conditions, markdown, tooltips#55
Conversation
Remove premature initializeView() call that ran before the React app was ready to receive messages. Now we wait for the "ready" message from the webview before sending data. This fixes intermittent blank labels on fresh VS Code startup. Related: vsbeads-re92 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Click markdown links like `[config](./src/config.ts)` to open files in the editor. Supports line anchors: `[code](file.ts#L42)` - Add openFile message type for webview→extension communication - Handle file resolution relative to active project root - Intercept link clicks in Markdown component Resolves: vsbeads-2byn 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace native title attribute with custom tooltip that uses the Markdown component for proper rendering of bold, lists, etc. - 400ms hover delay before showing - Positioned below row with viewport bounds checking - Uses VS Code hover widget theming Resolves: vsbeads-79pr 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Creates a repeatable process for checking upstream beads repo: - Slash command with full process guide - docs/upstream-sync/ for reports and history - Tracks sync point, pending updates, and report archive Includes initial sync report from v0.38.0 → v0.40.0 identifying hooked status, agent/role types, and new API fields. Resolves: vsbeads-4m5i 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add instruction to include markdown links to changed upstream files - Add instruction to explain new concepts (types, statuses) with use-cases - Reference repo assumed at ~/ws/reference/beads for easy navigation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add loadSequence counter to BeadDetailsViewProvider to prevent race condition where concurrent loadData() calls could complete out of order, causing stale responses to overwrite newer data. This fixes the bug where the children/dependencies list would vanish when rapidly updating a bead. Also updates upstream sync report to cover v0.37.0 → v0.40.0 range, documenting wisp→ephemeral rename and created_by field additions. Resolves: vsbeads-u5xh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Arc vsbeads-un3l notes documenting UI improvements sprint. Tree view design proposal for future reference. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sprint of UI fixes and improvements:
Test plan
🤖 Generated with Claude Code