]> git.parisson.com Git - teleforma.git/commit
Migrate to vue 3 and add multi video player
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 26 Feb 2024 14:43:01 +0000 (15:43 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 26 Feb 2024 14:43:01 +0000 (15:43 +0100)
commit837ba66b7a230392866aa25d7e1bf2db4c1cefc2
tree2c37546ee7ab38621940a07a5dcb68601aa304ad
parent1b62204c5a810bd987d39593e5266404edfe6696
Migrate to vue 3 and add multi video player
25 files changed:
teleforma/migrations/0027_livestream_video_id.py [new file with mode: 0644]
teleforma/models/chat.py
teleforma/src/js/components/Chat.vue [deleted file]
teleforma/src/js/components/ChatComponent.vue [new file with mode: 0644]
teleforma/src/js/components/Notifications.vue [deleted file]
teleforma/src/js/components/NotificationsBell.vue [new file with mode: 0644]
teleforma/src/js/components/sub/NotificationMessage.vue
teleforma/src/js/main.ts
teleforma/src/js/shims-tsx.d.ts
teleforma/src/js/shims-vue.d.ts
teleforma/src/js/video/SyncVideoPlayer.ts [new file with mode: 0644]
teleforma/src/js/video/VideoComponent.vue [new file with mode: 0644]
teleforma/src/js/video/VideoPlayer.ts [new file with mode: 0644]
teleforma/src/js/video/constants.ts [new file with mode: 0644]
teleforma/src/js/video/main.d.ts [new file with mode: 0644]
teleforma/src/js/video/utils.ts [new file with mode: 0644]
teleforma/src/package.json
teleforma/src/vue.config.js
teleforma/src/yarn.lock
teleforma/static/teleforma/dist/app.css
teleforma/static/teleforma/dist/app.css.map
teleforma/static/teleforma/dist/app.js
teleforma/static/teleforma/dist/app.js.map
teleforma/templates/teleforma/course_media.html
teleforma/templatetags/teleforma_tags.py