feat: UI polish, hash routing, and minimalistic redesign#46
Merged
cristipufu merged 7 commits intomainfrom Feb 12, 2026
Merged
Conversation
Make all draggable dividers turn accent color on hover by using Tailwind bg classes instead of inline styles. Remove extra padding from span details panel for a tighter layout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add URL-based routing so runs and tabs persist across page refresh using window.location.hash. Also make New Run button more minimalistic, fix trace tree divider consistency, add padding to tree view, and improve light theme graph dot visibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Redesign New Run page with centered minimalistic layout and ghost-style buttons. Auto-fit graph view when navigating between runs and auto-select the first span in trace tree for immediate detail visibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Redesign chat messages with dot+label role indicators, no borders/cards, and inline tool call pills. Streamline chat input with transparent borderless field. Add optimistic user message rendering with server echo deduplication for instant feedback. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restyle sidebar with uppercase labels, sun/moon theme icon, and compact history list with status dots. Replace tab bar with pill-style uppercase buttons. Consistent design language across all navigation elements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…0.28 Add clickable orange U icon before DEV CONSOLE that navigates to main page. Reduce span details title size. Bump version to 0.0.28. Co-Authored-By: Claude Opus 4.6 <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
/#/runs/:id/traces,/#/runs/:id/output,/#/new)Test plan
npm run build🤖 Generated with Claude Code