Commit Graph
17 Commits
Author SHA1 Message Date
Rahim eaaa03c284 feat(html): add element registrations 2025-10-30 04:51:51 +00:00
Rahim abc4df3780 chore(site): add dom lib types 2025-10-30 03:06:05 +00:00
Sam PottsandGitHub 47ac22e9b8 feat(skins): add html port of minimal skin (#140) 2025-10-26 23:17:14 +11:00
Sam PottsandGitHub e0a46de0ab fix: add aspect-ratio to demos (#136) 2025-10-25 17:11:00 +11:00
Sam PottsandGitHub 3bd50ebac8 fix: add viewport meta element (#135) 2025-10-25 16:28:20 +11:00
Sam PottsandGitHub 75a90e7104 feat(ui): skin design improvements, add html frosted skin (WIP) (#133) 2025-10-25 14:35:48 +11:00
RahimandGitHub 24022e93c3 chore: fix html-demo not importing skin (#127) 2025-10-24 16:00:39 -07:00
RahimandGitHub f9dcb12542 Use @videojs npm scope (#121) 2025-10-23 15:23:21 -07:00
Wesley LuytenandGitHub 5cb93a14a7 fix: enable eslint & run eslint:fix (#43) 2025-10-08 17:52:02 -05:00
Wesley LuytenandGitHub 17b632f5f9 feat: add media-popover, cleanup html demo (#34) 2025-10-02 14:09:33 -05:00
RahimandGitHub d481b477db chore: cleanup demo config (#28) 2025-09-26 12:07:57 +10:00
Rahim 68666d0901 done 2025-09-23 00:57:47 +10:00
Rahim d2b2dd4868 done 2025-09-22 23:39:30 +10:00
Sam Potts 9950945008 feat(ui): port over default skin 2025-09-21 13:37:14 +10:00
Wesley LuytenandGitHub 017ecdbff9 feat: add compound html timerange component (#14)
* fix: add context logic to component factory

* feat: add compound time range html component
2025-09-18 17:58:53 -05:00
370762f500 feat(examples): configure separate default ports for React and HTML demos
- Set React demo to use port 5173 (Vite's default)
- Set HTML demo to use port 5174 to avoid conflicts
- Enable strictPort: false to allow automatic fallback to next available port
- Allow simultaneous development of both React and HTML demos
- Maintain existing development workflow while preventing port conflicts

This enables developers to run `npm run dev:react` and `npm run dev:html`
concurrently without manual port management.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 17:29:12 -07:00
Christian PillsburyandClaude 19c85fc2f8 feat: migrate examples from prototype and add CSS modules support
- Migrate HTML and React demo applications from prototype to examples/ directory
- Add examples to workspace configuration with selective build support
- Update workspace scripts for library-only builds (build:libs) and example dev servers
- Fix React MediaProvider context conflicts by consolidating exports
- Add esbuild-css-modules-plugin for CSS modules support in React package
- Configure tsup for flattened output structure with CSS processing
- Update package exports and imports for new @vjs-10/* scoped packages

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 15:51:40 -07:00