Commit Graph
14 Commits
Author SHA1 Message Date
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