From 84fcbd84dcb81aabf9588df57319c980ffae734a Mon Sep 17 00:00:00 2001 From: ghassan Date: Sat, 21 Mar 2026 02:24:27 +0300 Subject: [PATCH] latest update --- .../Http/Controllers/VideoController.php\n" | 0 .../types/match_upnext.blade.php" | 2200 --------- app/Http/Controllers/MatchEventController.php | 29 +- app/Http/Controllers/VideoController.php | 2 +- app/Models/MatchRound.php | 5 + config/app.php | 4 +- ...art_time_seconds_to_match_rounds_table.php | 32 + .../views/components/channel-row.blade.php | 66 + .../views/components/video-actions.blade.php | 200 + .../views/components/video-comments.blade.php | 150 + .../partials/edit-video-modal.blade.php | 1854 ++++---- .../views/videos/partials/comment.blade.php | 123 +- .../videos/types/backup/generic.blade.php | 1116 +++++ .../views/videos/types/backup/match.blade.php | 4184 +++++++++++++++++ .../views/videos/types/backup/music.blade.php | 1069 +++++ .../views/videos/types/generic.blade.php | 159 +- .../views/videos/types/match.blade copy.php | 3515 ++++++++++++++ .../views/videos/types/match.blade.backup.php | 9 + resources/views/videos/types/match.blade.php | 3880 ++++++++------- .../types/match.blade.php.bak_20260316_025638 | 3615 ++++++++++++++ .../match.blade.pre_coach_review_backup.php | 3682 +++++++++++++++ resources/views/videos/types/music.blade.php | 571 +-- routes/web.php | 2 - 23 files changed, 21195 insertions(+), 5272 deletions(-) delete mode 100644 "\n/var/www/videoplatform/app/Http/Controllers/VideoController.php\n" delete mode 100644 "/var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" create mode 100644 database/migrations/2026_03_21_000003_add_start_time_seconds_to_match_rounds_table.php create mode 100644 resources/views/components/channel-row.blade.php create mode 100644 resources/views/components/video-actions.blade.php create mode 100644 resources/views/components/video-comments.blade.php create mode 100644 resources/views/videos/types/backup/generic.blade.php create mode 100644 resources/views/videos/types/backup/match.blade.php create mode 100644 resources/views/videos/types/backup/music.blade.php create mode 100644 resources/views/videos/types/match.blade copy.php create mode 100644 resources/views/videos/types/match.blade.backup.php create mode 100644 resources/views/videos/types/match.blade.php.bak_20260316_025638 create mode 100644 resources/views/videos/types/match.blade.pre_coach_review_backup.php diff --git "a/\n/var/www/videoplatform/app/Http/Controllers/VideoController.php\n" "b/\n/var/www/videoplatform/app/Http/Controllers/VideoController.php\n" deleted file mode 100644 index e69de29..0000000 diff --git "a//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" "b//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" deleted file mode 100644 index f5e7f5f..0000000 --- "a//var/www/videoplatform/resources/views/videos/types/match_upnext.blade.php" +++ /dev/null @@ -1,2200 +0,0 @@ -@extends('layouts.app') - -@section('title', $video->title . ' | ' . config('app.name')) - -@section('extra_styles') - -@endsection - -@section('content') - - -
- - -
- -
- - - - @if($nextVideo || $previousVideo) -
- - @if($previousVideo) - - {{ Str::limit($previousVideo->title, 20) }} - @else - - @endif - - -
- - -
- - - @if($nextVideo) - {{ Str::limit($nextVideo->title, 20) }} - - @else - - @endif -
-
- -
- @endif -
- - -

- - {{ $video->title }} -

- - -