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