Skip to content

feat: UI improvements sprint - race conditions, markdown, tooltips#55

Merged
jdillon merged 7 commits intomainfrom
fix/ui-improvements-sprint
Dec 30, 2025
Merged

feat: UI improvements sprint - race conditions, markdown, tooltips#55
jdillon merged 7 commits intomainfrom
fix/ui-improvements-sprint

Conversation

@jdillon
Copy link
Owner

@jdillon jdillon commented Dec 29, 2025

Summary

Sprint of UI fixes and improvements:

  • Fix labels race condition (vsbeads-re92): Wait for "ready" message before initializing view
  • Markdown file links (vsbeads-2byn): Click relative paths in markdown to open in editor
  • Tooltip markdown rendering (vsbeads-79pr): Custom tooltip with rendered markdown
  • Upstream sync (vsbeads-mwic): Updated sync report v0.37.0 → v0.40.0
  • Details panel race condition (vsbeads-u5xh): Request sequencing prevents stale data

Test plan

  • Reload VS Code, verify labels column populates on startup
  • Click a relative file path in bead description markdown
  • Hover over issue row to see rendered markdown tooltip
  • Rapidly update a bead with children, verify children list persists

🤖 Generated with Claude Code

jdillon and others added 2 commits December 29, 2025 12:13
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>
@jdillon jdillon changed the title fix: remove race condition in webview initialization feat: UI improvements - fix labels race condition + markdown file links Dec 29, 2025
jdillon and others added 4 commits December 29, 2025 12:51
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>
@jdillon jdillon changed the title feat: UI improvements - fix labels race condition + markdown file links feat: UI improvements sprint - race conditions, markdown, tooltips Dec 29, 2025
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>
@jdillon jdillon merged commit 99bfffa into main Dec 30, 2025
1 check passed
@jdillon jdillon deleted the fix/ui-improvements-sprint branch December 30, 2025 09:52
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