Commit Graph
417 Commits
Author SHA1 Message Date
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
rahimandGitHub a419f5ef19 feat(html): setup player api (#374) 2026-02-02 21:11:44 +11:00
rahimandGitHub a1d0383d41 refactor(store): rename feature to slice (#373) 2026-02-02 17:30:47 +11:00
rahimandGitHub d28dda114c feat(react): setup react player api (#372) 2026-02-02 14:08:31 +11:00
rahimandGitHub 1bde6e950a feat(core): add player target and feature selectors (#371) 2026-02-02 13:34:38 +11:00
rahimandGitHub ad94af25b5 feat(store): store selector api (#370) 2026-02-02 13:11:05 +11:00
Rahim 8bd0d05cdb docs(claude): add player api plan 2026-02-02 00:01:05 +11:00
rahimandGitHub 6ec2e80b86 refactor(store): merge getSnapshot/subscribe into attach (#364) 2026-02-01 19:00:46 +11:00
Rahim 9b36f3acbf docs(store): add feature API redesign plan
Merge getSnapshot and subscribe into single attach method with set().
2026-02-01 18:25:53 +11:00
rahimandGitHub fe892cb911 refactor(store): v2 (#362) 2026-01-31 23:34:11 +11:00
rahimandGitHub 9c725803a6 refactor(store): simplify create store implementations (#361) 2026-01-31 19:03:43 +11:00
rahimandGitHub f620b1782a refactor(store): remove platform queue bindings (#360) 2026-01-31 18:52:59 +11:00
rahimandGitHub be7f87c6fe refactor(store): simplify queue - remove task state tracking (#359) 2026-01-31 18:45:11 +11:00