Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Video): Vidstack VideoPlayer Integration #3015

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bb53fd7
vds initial poc integration
smithgajjar09 Jan 5, 2025
2219eb6
cleanups & jest ignore module
smithgajjar09 Jan 5, 2025
b359bce
fix: src type
smithgajjar09 Jan 7, 2025
7020bad
feat: theme based on colormodes
smithgajjar09 Jan 7, 2025
3970501
feat: custom caption toggle in settings
smithgajjar09 Jan 7, 2025
df8e5b6
Merge branch 'main' into sg-vidstack-poc
smithgajjar09 Jan 7, 2025
bce8bce
deploy
smithgajjar09 Jan 7, 2025
242a6e8
Merge branch 'sg-vidstack-poc' of ssh://github.com/Codecademy/gamut i…
smithgajjar09 Jan 7, 2025
bfcc056
chore: updates to styleguide
smithgajjar09 Jan 7, 2025
66d0ca8
Merge branch 'main' of ssh://github.com/Codecademy/gamut into sg-vids…
smithgajjar09 Jan 23, 2025
f06510a
feat(Video): Vidstack Video Player integration
smithgajjar09 Jan 24, 2025
cd2cd40
chore(GamutTests): remove previous snap
smithgajjar09 Jan 24, 2025
7bc15a5
fix(Markdown): vidstack player test mocks
smithgajjar09 Jan 24, 2025
9312428
update(Video): types & props
smithgajjar09 Jan 24, 2025
706a131
chore(Video): remove refs
smithgajjar09 Jan 24, 2025
e8ef9a9
chore(video): icons and tests update
smithgajjar09 Jan 27, 2025
e919c9a
chore(video): icon wrapper
smithgajjar09 Jan 27, 2025
237c56e
chore(video): remove module resolution for scss
smithgajjar09 Jan 27, 2025
88752d2
chore: add ~ to vidstack styles for resolution
smithgajjar09 Jan 28, 2025
7dae328
chore: icon updates
smithgajjar09 Jan 29, 2025
92268b8
Merge branch 'main' into sg-3436-video-player
smithgajjar09 Jan 31, 2025
b41e2a2
chore(video): tooltip animations and small layout addition
smithgajjar09 Feb 2, 2025
a58a92e
Merge branch 'sg-3436-video-player' of ssh://github.com/Codecademy/ga…
smithgajjar09 Feb 2, 2025
0b4c1a0
chore(Video): props with detailed documentation and improve layout st…
smithgajjar09 Feb 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@vidstack/react": "^1.12.12",
"core-js": "3.7.0",
"lodash": "^4.17.5",
"react": "18.3.1",
Expand Down Expand Up @@ -86,6 +87,7 @@
"prettier": "^2.6.2",
"react-test-renderer": "18.3.1",
"storybook": "^8.3.6",
"style-loader": "^4.0.0",
"svgo": "^1.3.2",
"syncpack": "^10.9.3",
"ts-jest": "29.1.1",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/gamut-icons/src/svg/mini/mini-live-video-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading