Skip to content

Add trace line visual tones#59

Open
rogierx wants to merge 2 commits into
tsperf:mainfrom
rogierx:codex/trace-line-visual-tones
Open

Add trace line visual tones#59
rogierx wants to merge 2 commits into
tsperf:mainfrom
rogierx:codex/trace-line-visual-tones

Conversation

@rogierx
Copy link
Copy Markdown

@rogierx rogierx commented May 20, 2026

Summary

  • add VS Code theme-aware accent colors for slow, type-heavy, and mixed trace rows
  • keep the tone calculation in a tested helper so thresholds are explicit
  • remove package-manager caching from the tag release workflow

Fixes #40.

Validation

  • pnpm run typecheck
  • pnpm exec vitest run test/index.test.ts
  • pnpm exec eslint src/traceTone.ts ui/components/TreeNode.vue test/index.test.ts
  • pnpm exec nuxt build ui
  • pnpm exec rollup -c in srcDev
  • pnpm exec rollup -c

@rogierx rogierx requested a review from danielroe as a code owner May 20, 2026 03:44
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.

use colors to help readability of trace lines

1 participant