Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
aeb1354
wip
briangregoryholmes Feb 3, 2026
7db7926
merge main
briangregoryholmes Feb 3, 2026
874f98f
more work
briangregoryholmes Feb 3, 2026
df78ad8
cleanup
briangregoryholmes Feb 3, 2026
4f5ec36
merge main
briangregoryholmes Feb 3, 2026
d5a8755
cleanup and prettier
briangregoryholmes Feb 3, 2026
37b8c77
remove dead code
briangregoryholmes Feb 3, 2026
2521ec3
cleanup
briangregoryholmes Feb 3, 2026
17ed120
cleanup
briangregoryholmes Feb 3, 2026
e2a107e
test fix
briangregoryholmes Feb 3, 2026
8f82d00
huge cleanup
briangregoryholmes Feb 3, 2026
fe3301c
remove dead code
briangregoryholmes Feb 3, 2026
4c5d2b5
cleanup
briangregoryholmes Feb 3, 2026
4ce4e5a
improve generics and cleanup
briangregoryholmes Feb 4, 2026
4f23fec
quality checks
briangregoryholmes Feb 4, 2026
222cba7
clean up, add tests
briangregoryholmes Feb 4, 2026
4500f81
type fixes
briangregoryholmes Feb 4, 2026
dccc4b4
bug fixes
briangregoryholmes Feb 4, 2026
ac0d307
ci fixes
briangregoryholmes Feb 4, 2026
35c8eb5
tweaks
briangregoryholmes Feb 4, 2026
7b6d2e7
reorg, cleanup
briangregoryholmes Feb 4, 2026
a17e478
Merge branch 'main' into bgh/measure-chart-refactor
briangregoryholmes Feb 4, 2026
2175f65
cleanup
briangregoryholmes Feb 4, 2026
07354d1
add annotation tests, update timeseries tests, update labeling rules
briangregoryholmes Feb 5, 2026
f0568b8
package regen
briangregoryholmes Feb 5, 2026
b321564
eric feedback items A1, B1, B2, C3
briangregoryholmes Feb 6, 2026
32118f0
annotations reorg
briangregoryholmes Feb 6, 2026
80c7901
hover tooltip tween fix
briangregoryholmes Feb 6, 2026
c681021
add timedimension to annotations query
briangregoryholmes Feb 6, 2026
647e336
restructure
briangregoryholmes Feb 6, 2026
a902e94
feedback
briangregoryholmes Feb 6, 2026
99e3f50
comments, cleanup
briangregoryholmes Feb 6, 2026
1e1fc50
type fix
briangregoryholmes Feb 6, 2026
6ba7d80
add reconciliation waiting
briangregoryholmes Feb 6, 2026
dca1fb4
Merge branch 'main' into bgh/measure-chart-refactor
briangregoryholmes Feb 6, 2026
df04958
fixture experiment
briangregoryholmes Feb 6, 2026
984bbe6
combine tests
briangregoryholmes Feb 6, 2026
66bf5d2
test refactor
briangregoryholmes Feb 7, 2026
2d63483
revert
briangregoryholmes Feb 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
279 changes: 102 additions & 177 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions scripts/tsc-with-whitelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ web-admin/src/routes/[organization]/-/settings/usage/+page.ts: error TS2307
web-admin/src/routes/[organization]/-/upgrade-callback/+page.ts: error TS2307
web-admin/src/routes/[organization]/[project]/-/open-query/+page.ts: error TS2307
web-admin/src/routes/[organization]/[project]/-/share/[token]/+page.ts: error TS2345
web-common/src/components/data-graphic/actions/mouse-position-to-domain-action-factory.ts: error TS2322
web-common/src/components/data-graphic/actions/outline.ts: error TS18047
web-common/src/components/data-graphic/actions/outline.ts: error TS2345
web-common/src/components/data-graphic/marks/segment.ts: error TS2345
web-common/src/components/data-graphic/utils.ts: error TS2362
web-common/src/components/data-graphic/utils.ts: error TS2363
web-common/src/components/editor/line-status/line-number-gutter.ts: error TS2322
web-common/src/components/editor/line-status/line-number-gutter.ts: error TS2339
web-common/src/components/editor/line-status/line-status-gutter.ts: error TS2339
Expand Down
2 changes: 1 addition & 1 deletion scripts/web-test-code-quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [[ "$COMMON" == "true" ]]; then
npx svelte-kit sync
cd ..
npx eslint web-common --quiet || exit_code=$?
npx svelte-check --workspace web-common --no-tsconfig --ignore "src/features/dashboards/time-series/MetricsTimeSeriesCharts.svelte,src/features/dashboards/time-series/MeasureChart.svelte,src/features/dashboards/time-controls/TimeControls.svelte,src/components/data-graphic/elements/GraphicContext.svelte,src/components/data-graphic/guides/Axis.svelte,src/components/data-graphic/guides/DynamicallyPlacedLabel.svelte,src/components/data-graphic/guides/Grid.svelte,src/components/data-graphic/compositions/timestamp-profile/TimestampDetail.svelte,src/components/data-graphic/marks/Area.svelte,src/components/data-graphic/marks/ChunkedLine.svelte,src/components/data-graphic/marks/HistogramPrimitive.svelte,src/components/data-graphic/marks/Line.svelte,src/components/data-graphic/marks/MultiMetricMouseoverLabel.svelte,src/features/column-profile/column-types/details/SummaryNumberPlot.svelte,src/stories/Tooltip.stories.svelte,src/lib/number-formatting/__stories__/NumberFormatting.stories.svelte" || exit_code=$?
npx svelte-check --workspace web-common --no-tsconfig --ignore "src/stories/Tooltip.stories.svelte,src/lib/number-formatting/__stories__/NumberFormatting.stories.svelte" || exit_code=$?
fi

if [[ "$LOCAL" == "true" ]]; then
Expand Down
6 changes: 6 additions & 0 deletions web-common/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
.ui-measure-bar-excluded {
@apply bg-surface-overlay;
}

.text-outline {
stroke: var(--surface-background);
stroke-width: 4px;
paint-order: stroke;
}
}

@layer base {
Expand Down
2 changes: 1 addition & 1 deletion web-common/src/components/BarAndLabel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{customBackgroundColor !== ''
? customBackgroundColor
: showBackground
? 'bg-gray-100'
? 'bg-surface-muted'
: 'bg-transparent'}
"
style:flex="1"
Expand Down
19 changes: 0 additions & 19 deletions web-common/src/components/data-graphic/README.md

This file was deleted.

This file was deleted.

91 changes: 0 additions & 91 deletions web-common/src/components/data-graphic/actions/outline.ts

This file was deleted.

Loading
Loading