Full deployment history for this project.
Merge pull request #2 from mbarbine/bolt-canvas-performance-9764398750942110927 ⚡ Bolt: Optimize Canvas rendering loop and color formatting in AsciiStage
Merge pull request #3 from mbarbine/palette/improve-a11y-label-associations-17084166528928048110 🎨 Palette: Improve Form Control and Tab Accessibility
palette: improve a11y form control and tab associations Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: optimize Canvas rendering loop and color string formatting Optimizes the rendering loop inside AsciiStage by caching hex-to-rgb conversions and RGB color strings using bounded caches. Avoids redundant assignments to `ctx.fillStyle` and `ctx.shadowColor` when consecutive cells share the same color, preventing state-machine overhead and garbage collection pressure. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/palette/enhance-a11y-infotips-3996071088262594406 🎨 Palette: Improve accessibility and UX with InfoTip explanations and focus visible outlines
feat: 🎨 Palette: Improve accessibility and UX with InfoTip explanations and focus visible outlines - Integrated the existing (but unused) InfoTip component next to all sidebar controls (Effect, Duration, Frame rate, Phosphor color, Background, Glow, Scanlines, and Color gradient) in components/a2v-studio.tsx to provide clear explanation and screen-reader accessibility. - Added outline-none and focus-visible border and ring styling to Looks selectors, Tab buttons, color input elements, range sliders, and custom switches, making keyboard navigation visually trackable. - Documented key UX and accessibility learnings in .Jules/palette.md. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: use canonical A2V trace identity
fix: use canonical A2V trace identity
fix: use canonical A2V trace identity
perf: defer A2V trace finalization
perf: defer A2V trace finalization
fix: normalize A2V MCP tool identity
fix: normalize A2V MCP tool identity
fix: preserve A2V trace names
feat: export observable A2V executions