Commit Graph
429 Commits
Author SHA1 Message Date
Darius Cepulis 177e14be4b chore(site): configure netlify build and turbo-ignore 2026-02-11 09:29:19 -06:00
Darius Cepulis 2b59b1cabb docs(site): freshen up site README and CLAUDE 2026-02-10 14:37:04 -06:00
Darius Cepulis 77eeeef701 feat(site): add display font 2026-02-10 11:21:22 -06:00
rahimandGitHub 6aac00280a refactor(packages): derive default props from core classes (#488) 2026-02-10 15:10:35 +11:00
5f27a6bc94 docs(site): update getting started code examples to match new api (#473)
Co-authored-by: Darius Cepulis <dcepulis@mux.com>
2026-02-09 18:49:43 -03:00
Darius Cepulis 222d90f675 fix(site): don't hit archive.org during build 2026-02-09 15:39:06 -06:00
Darius Cepulis afbe2a4198 fix(site): improve time demo css 2026-02-09 15:15:44 -06:00
Darius Cepulis eabf56806b fix(site): improve initial demo css
ref #472
2026-02-09 15:06:11 -06:00
Darius CepulisandGitHub fe56d8ca65 feat(site): simple api reference examples (#472) 2026-02-09 14:38:01 -06:00
Darius Cepulis 6b67428de3 feat(site): perform /docs redirect client-side 2026-02-09 09:12:12 -06:00
rahimandGitHub 5eab1dbb2f fix(html): discover media elements and attach store target via DOM (#481) 2026-02-10 00:32:23 +11:00
Rahim 00fdf966ca fix(packages): enable unbundle mode to avoid mangled exports 2026-02-09 23:33:27 +11:00
Rahim d3e647c3bb chore(packages): resolve infinite dev rebuild loop in vite 2026-02-09 23:06:00 +11:00
Rahim ac913b9076 chore(packages): update tsdown to 0.20.3 2026-02-09 22:29:18 +11:00
rahimandGitHub 870cbb77e4 feat(html): reorganize import paths by use case (#480) 2026-02-09 20:49:42 +11:00
rahimandGitHub 5f5ffb9f0a refactor(packages): clean up UI component types and data flow (#479) 2026-02-09 20:15:26 +11:00
rahimandGitHub fef26c8421 feat(sandbox): add private sandbox package for internal testing (#478) 2026-02-09 16:57:39 +11:00
rahimandGitHub 221bd0922f refactor(packages): simplify createPlayer type signatures (#477) 2026-02-09 16:10:25 +11:00
rahimandGitHub 7cc9a76e93 refactor(store): rename Signals to AbortControllerRegistry (#476) 2026-02-09 13:32:32 +11:00
rahimandGitHub 4dc40b6263 refactor(core): prefix media state exports with Media (#475) 2026-02-09 13:21:27 +11:00
Darius CepulisandGitHub 4b1e863883 feat(site): generated multipart component api reference (#468) 2026-02-09 12:20:45 +11:00
rahimandGitHub 3c4152fb58 feat(core): add fullscreen button component (#459) 2026-02-06 14:39:09 +11:00
rahimandGitHub 7b8bc11f9f feat(core): add time display component (#460) 2026-02-06 14:31:33 +11:00
rahimandGitHub d5e5cec6ab feat(core): add presentation feature (#458) 2026-02-06 14:24:49 +11:00
rahimandGitHub 8f55d38133 docs(design): add time component design (#454) 2026-02-06 13:03:21 +11:00
Darius CepulisandGitHub 0991a899b2 feat(site): extract api reference from components (#464) 2026-02-05 19:57:54 -06:00
Darius Cepulis 48364f17fd fix(ci): work around false-positive biome / astro errors
see https://biomejs.dev/internals/language-support/#html-super-languages-support
2026-02-05 15:25:02 -06:00
Darius Cepulis 35132a4b31 chore(ci): add .zed/settings.json 2026-02-05 09:42:36 -06:00
Darius Cepulis e3267fcfa6 chore(ci): format astro with biome 2026-02-05 09:42:20 -06:00
rahimandGitHub aa189eec84 feat(core): add mute button component (#455) 2026-02-04 23:10:10 +11:00
rahimandGitHub d8f15195e3 refactor(store): replace signal/abort with signals namespace (#453) 2026-02-04 20:27:44 +11:00
rahimandGitHub 01c3f891cf chore(packages): add dev builds (#452) 2026-02-04 20:05:38 +11:00
rahimandGitHub 62c99fe001 docs(store): align README with current API (#451) 2026-02-04 17:07:24 +11:00
heff bb77464291 fix(docs): add audio to getting started guide and other updates 2026-02-03 21:39:34 -08:00
rahimandGitHub 0de09738dc docs(claude): add Video.js component architecture patterns (#450) 2026-02-04 16:29:40 +11:00
rahimandGitHub b75316d23f refactor(packages): replace disposer with abort controller (#449) 2026-02-04 15:32:59 +11:00
rahimandGitHub 05af832632 refactor(core): centralize feature state types (#448) 2026-02-04 15:08:37 +11:00
rahimandGitHub 18eb9107bf chore(root): add postinstall symlinks for generic agents (#447) 2026-02-04 14:59:04 +11:00
heff 0fb382700c fix(docs): updating installation langauge 2026-02-03 17:49:46 -08:00
Darius Cepulis d9e1536afa fix(site): correct table overscroll indicator color in dark mode 2026-02-03 17:07:47 -06:00
Darius Cepulis 3c8c1d62f8 fix(site): apply dark mode to code blocks 2026-02-03 16:42:14 -06:00
rahimandGitHub 9cfab264d8 feat(core): add play button component (#383) 2026-02-04 00:33:14 +11:00
rahimandGitHub 9fa172e8a4 refactor(store): remove queue and task system (#382) 2026-02-03 15:06:06 +11:00
8ed455c20a feat(site): add interactive getting started guide (#280)
Co-authored-by: Darius Cepulis <dcepulis@mux.com>
2026-02-02 16:42:03 -06:00
Darius CepulisandGitHub 0c530765d5 feat(site): remove style from urls (#378) 2026-02-02 15:54:24 -06:00
Darius CepulisandGitHub 9ed608d6d4 chore(site): move to netlify (#381) 2026-02-02 15:45:41 -06:00
Darius CepulisandGitHub bfaf93fda9 fix: update npm install paths (#379) 2026-02-02 09:53:10 -06:00
Rahim 82511745d8 docs(rfc): use createSelector in player api examples 2026-02-02 23:26:27 +11:00
rahimandGitHub 9c8d9cd8ed feat(html): add PlayerElement to createPlayer (#376) 2026-02-02 22:52:02 +11:00
rahimandGitHub 43cf39cbf3 docs(rfc): update player api to match implementation (#375) 2026-02-02 22:03:58 +11:00