docs(046): add vscrui conversion backlog item pointing to spec#147
Merged
docs(046): add vscrui conversion backlog item pointing to spec#147
Conversation
Five-phase plan: infrastructure, FilterDropdown, LayersToolbar, remaining dropdowns, verification and multi-context stories. https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm
- research.md: vscrui API surface, TextField datetime limitation, Dropdown vs radio decision, Codicon mapping, token strategy - data-model.md: prop mapping, CSS selector migration, token schema - quickstart.md: usage examples for each vscrui component - contracts/component-conversion.json: verification contract - plan.md: regenerated from template with constitution check, technical context, media components assessment - media/planning-post.md: blog announcement draft - media/linkedin-planning.md: LinkedIn summary - BACKLOG.md: status advanced to planned https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm
Generated tasks.md with: - Phase 1-2: Setup + foundational (tokens, CSS fixes) - Phase 3: US1 component conversions (MVP) - Phase 4-5: US2/US3 verification (colour + media query audits) - Phase 6: US4 icon replacements (Codicon) - Phase 7: US5 multi-context stories - Phase 8: Polish, evidence, media, PR BACKLOG.md status advanced to tasked. https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm
- Replace all button, input, checkbox, radio elements with vscrui Button, TextField, Checkbox, Dropdown across FilterDropdown, LayersToolbar, RunDropdown, and AssociatedFilesDropdown - Replace inline SVG icons with Codicon equivalents (trash, eye, eye-closed, play, search, filter-filled, check-all, check, add, remove); retain SVG for eraser and paperclip (no Codicon equivalent) - Eliminate 7 hardcoded colour values via --debrief-* design tokens - Replace all @media (prefers-color-scheme: dark) with [data-theme='dark'] selectors for ThemeProvider control - Add --debrief-color-attention token to tokens.css - Add vscrui dependency and codicon.css import in Storybook - Add MultiContext stories for LayersToolbar and FilterDropdown showing Light, Dark, VS Code themes side-by-side - Mark tasks T001-T031 complete in tasks.md - Add evidence: test-summary.md and usage-example.md Storybook: Components/LayersToolbar > MultiContext Components/LayersToolbar/FilterDropdown > MultiContext https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm
📚 Storybook PreviewYour Storybook preview is ready! Preview URL: https://debrief.github.io/debrief-future/pr-preview/pr-147/ Quick Links
|
- Checkbox uses children instead of label prop - Dropdown onChange receives string | DropdownOption | undefined https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm
IanMayo
pushed a commit
that referenced
this pull request
Mar 27, 2026
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.
https://claude.ai/code/session_015aaBmx9gePmRYDiibyoBYm