feat: highlight logs green in trace waterfall#1819
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cf27bcd to
7343f89
Compare
aa10eb6 to
fc3bd26
Compare
7343f89 to
bc39179
Compare
fc3bd26 to
a4ab8d4
Compare
bc39179 to
131fc4c
Compare
a4ab8d4 to
d194e51
Compare
|
Claude finished @karl-power's task in 38s —— View job Code Review
Otherwise looks clean — the refactor to move |
d194e51 to
18dc567
Compare
|
Claude finished @karl-power's task in 1m 1s —— View job Code Review
Otherwise looks good — the previous dark theme token issue ( |
18dc567 to
ed9a1ec
Compare
|
Claude finished @karl-power's task in 54s —— View job Code Review
✅ No critical issues found. The previous dark theme token issue ( |
131fc4c to
077a0f4
Compare
ed9a1ec to
966a550
Compare
|
Claude finished @karl-power's task in 1m 34s —— View job Code Review
✅ No critical issues found. The dark theme token concern ( |
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
966a550 to
bf5202c
Compare
|
Claude finished @karl-power's task in 14s —— View job
✅ No critical issues found. All previously flagged issues have been resolved:
Note: There is an active merge conflict on this PR (flagged by Kodiak). You'll need to resolve that before merging. |
E2E Test Results✅ All tests passed • 88 passed • 3 skipped • 951s
Tests ran across 4 shards in parallel. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
✅ No critical issues found. Small observation: |
There was a problem hiding this comment.
Code Review
✅ No critical issues found.
The changes are clean and well-structured:
- Color logic ordering in
barColoris correct — error takes priority over warn, which takes priority over log type, matching existing precedence conventions. backgroundColoras required field onTTimelineEvent— the only consumer (DBTraceWaterfallChart.tsx) is properly updated, so no TypeScript or runtime issues.eventStylesprop removal — only one caller existed and it's cleaned up; the inline defaults (borderRadius,fontSize) are now hardcoded directly in the row renderer, which is simpler.- SCSS tokens —
--color-chart-success-highlightadded to all four theme sections (hyperdx light/dark, clickstack light/dark) consistently. - Palette constants —
greenHighlightadded to bothCHART_PALETTEandCLICKSTACK_CHART_PALETTEin sync with the CSS variables.
da30e5d to
48340f5
Compare


Closes HDX-3526
Changes
greenHighlightcolor that applies the same lightening transformation as the other highlight colors.barColorutil DBTraceWaterfallChart again that was being overwritten.Screenshots