-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule twitch-vod-chat
updated
21 files
+0 −69 | .pnp.cjs | |
+ − | .yarn/cache/@vue-devtools-api-npm-6.4.5-bcd56e5fec-40c5adc878.zip | |
+ − | .yarn/cache/pinia-npm-2.0.23-17bda5a8d2-004c76d80b.zip | |
+ − | .yarn/cache/vue-demi-npm-0.12.5-01b6b9fe36-40a0470cae.zip | |
+1 −1 | index.html | |
+1 −2 | package.json | |
+16 −233 | src/App.vue | |
+7 −2 | src/components/ChatBox.vue | |
+1 −2 | src/components/ChatEmote.vue | |
+57 −4 | src/components/ChatMessage.vue | |
+291 −0 | src/components/Main.vue | |
+90 −5 | src/components/PlayerControls.vue | |
+103 −11 | src/components/VODPlayer.vue | |
+120 −3 | src/components/VideoControls.vue | |
+3 −1 | src/lib.ts | |
+1 −2 | src/main.ts | |
+76 −1 | src/store/index.ts | |
+0 −50 | src/style/_comments.scss | |
+0 −316 | src/style/player.scss | |
+29 −26 | vite.config.lib.ts | |
+0 −43 | yarn.lock |