From 9d2b5414faef1caf9df52ce3a3b2fb54de12d898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Wed, 26 Apr 2023 19:24:52 +0200 Subject: [PATCH] Added controll for video playback speed that is saven to localstorage. --- resources/views/chapter/index.blade.php | 36 +++++++++++++++++++++---- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/resources/views/chapter/index.blade.php b/resources/views/chapter/index.blade.php index c54e240..1fe57c3 100644 --- a/resources/views/chapter/index.blade.php +++ b/resources/views/chapter/index.blade.php @@ -1,4 +1,5 @@ +

List » {{ $chapter->course->name }} @@ -18,10 +19,18 @@
@if($videoUrl) -
- +
+
+ + +
+
+ + + +
@else no video @@ -32,7 +41,8 @@ @foreach($chapters as $courseChapter) - {{ $courseChapter->title }} + {{ $courseChapter->title }} {{ $courseChapter->duration }} @@ -53,4 +63,20 @@
+