Skip to content

Commit bf56660

Browse files
feat(data-viz): create intial pages for engineering (#4312)
* feat(docs): data viz base structure * feat(data-viz): wokring base chart * feat(data-viz): wip * feat(data-viz): wip * feat(data-viz): wip * feat(data-viz): wip * feat(data-viz): sitemap * feat(data-viz): docs exmapleds * feat(data-viz): ci checks * feat(data-viz): docs refinement * chore(cleanup): remove redundant story * chore(cleanup): changeset * fix(data-viz): fix urls * fix(data-viz): fix slugs * feat(data-vix): chart-provider in project.json * chore(data-vix): test chanpshots * chore(ci): fix supabase * chore(ci): fix supabase * chore(ci): ignore generated files for linting * chore(data-vix): typos * chore(data-vix): trigger rebuild * chore(data-vix): trigger rebuild * chore(data-vix): trigger rebuild * Update packages/paste-website/src/components/site-wrapper/sidebar/SidebarNavigation.tsx Co-authored-by: Sarah <[email protected]> * feat(data-visualization): vrt * chore(tests): add support for same title sidebar disclousres * feat(data-viz): update docs urls and release versioning * Apply suggestions from code review Co-authored-by: Sarah <[email protected]> * chore(data-viz): addressed PR comments --------- Co-authored-by: Sarah <[email protected]>
1 parent e2372a0 commit bf56660

File tree

22 files changed

+892
-190
lines changed

22 files changed

+892
-190
lines changed

.changeset/cuddly-berries-explain.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@twilio-paste/core": patch
3+
"@twilio-paste/data-visualization-library": patch
4+
---
5+
6+
[Data Visualization Library] update Highcharts native tooltip styles to align more closely with Paste styles including correctly setting the font family

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ packages/**/dist/*
1919

2020
tsconfig.build.tsbuildinfo
2121
**/*.d.ts
22+
23+
apps/backend/supabase/schema.gen.ts

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"db:reset": "yarn supabase db reset"
1010
},
1111
"devDependencies": {
12-
"supabase": "^2.6.8"
12+
"supabase": "^2.8.1"
1313
}
1414
}

0 commit comments

Comments
 (0)