Commit Graph
18 Commits
Author SHA1 Message Date
4ecc870685 feat: add e2e test harness (#1237)
Co-authored-by: Christian Pillsbury <cpillsbury@mux.com>
2026-04-15 15:28:38 -07:00
c4dfa3e49b feat(site): add versioned docs infrastructure (#1314)
Co-authored-by: Claude <noreply@anthropic.com>
2026-04-14 07:50:29 -05:00
Wesley LuytenandGitHub 271a8c8502 feat: add Mux video component (#1036) 2026-03-24 18:19:50 -05:00
rahimandGitHub cc04cc99a5 fix(html): extended media not working over cdn (#1019) 2026-03-19 02:12:13 -07:00
f168256848 fix(site): use custom domain for og:image on production deploys (#880)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 19:28:26 -05:00
156986abb9 feat(site): add optional OG image support to blog posts (#878)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 19:11:06 -05:00
rahimandGitHub 40807b2e3a feat(html): add CDN bundles and inline template minification (#827) 2026-03-10 11:11:13 -07:00
Darius CepulisandGitHub 56bfce8ae3 chore(root): add dependency graph to turbo dev and test tasks (#540) 2026-02-18 08:03:00 -06:00
Darius CepulisandGitHub 9ed608d6d4 chore(site): move to netlify (#381) 2026-02-02 15:45:41 -06:00
rahimandGitHub d74e4e6701 feat(store): initial release (#279) 2026-01-02 14:41:58 +11:00
Wesley LuytenandGitHub 4c37da8127 chore: workaround race condition build-styles.ts (#196) 2025-11-14 11:52:22 -06:00
RahimandGitHub 1ad0bc436f Flatten workspace (#120) 2025-10-23 15:19:36 -07:00
Darius CepulisandGitHub e41f883aea fix(website): turborepo cache vercel output (#118) 2025-10-23 13:15:11 -07:00
Wesley Luyten f0715c88ca chore: add generate:icons to build dependsOn 2025-10-02 14:28:58 -05:00
687b7655b0 feat: add core range, time and volume range (#23)
* feat: add poc for core time range class

* fix: use object keys instead of strings
for minification

* Update packages/react/react/src/components/TimeRange.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: cleanup and add time range core to html

* fix: add range core component, implement volume

* Update packages/core/core/src/utils/state.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/core/core/src/components/range.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-26 14:10:40 -05:00
RahimandGitHub 6ad5340b40 chore: new builds & types using tsdown (#20) 2025-09-23 23:12:19 +10:00
Wesley LuytenandGitHub 71a8dafd74 feat: make time range compound component (#10)
* feat: make time range compound component

* fix: add root ctx, use skin styles

* fix: improve time range

* fix: move more logic to root component

* fix: renaming

* fix: dragging and add memo to context value

* fix: improve time range styles
2025-09-15 11:27:40 -05:00
Christian PillsburyandClaude a5499b1931 feat(workspace): implement Turbo for build optimization and caching
- Add turbo.json with task pipeline configuration and dependency graph
- Update root package.json scripts to use Turbo commands for all tasks
- Add packageManager field required by Turbo
- Configure proper task dependencies (typecheck/dev depend on build)
- Enable intelligent caching for dramatic build performance improvements
- Add dev script filters for targeted example development

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-13 12:51:31 -07:00