Uh oh!
There was an error while loading. Please reload this page.
Use gray for hook bars in the trace viewer - #2950
Conversation
Hook timeline bars were amber/yellow via RESOURCE_COLORS; passive spans should be gray to match the event list icons and minimap.
🦋 Changeset detectedLatest commit: bcfc039 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh!
There was an error while loading. Please reload this page.
No backport to This commit only touches files under To override, re-run the Backport to stable workflow manually via |
Summary
Hook timeline bars in the new trace viewer were rendered amber/yellow via
RESOURCE_COLORS. Passive spans (hooks) should be gray to match the event-list icons and minimap.Changes
RESOURCE_COLORS.hookfrom amber to gray (--ds-gray-200/--ds-gray-500)@workflow/web-sharedTest plan
pnpm vitest run src/components/new-trace-viewer/utils.test.tsinpackages/web-shared