From d8cf70e747c6b99f09e5aa8c14aa2e50a9289482 Mon Sep 17 00:00:00 2001 From: w33b Date: Sat, 23 May 2026 11:46:20 +0200 Subject: [PATCH] Update more modal designs --- .../views/components/modal-header.blade.php | 26 ++++++++----- .../views/modals/add-to-playlist.blade.php | 29 +++++++++++---- .../views/modals/create-playlist.blade.php | 15 ++++++-- resources/views/modals/download.blade.php | 35 +++++++++++------- resources/views/modals/share.blade.php | 37 ++++++++++--------- 5 files changed, 89 insertions(+), 53 deletions(-) diff --git a/resources/views/components/modal-header.blade.php b/resources/views/components/modal-header.blade.php index 4cf9f6d..43f4477 100644 --- a/resources/views/components/modal-header.blade.php +++ b/resources/views/components/modal-header.blade.php @@ -1,13 +1,19 @@ @props(['title']) -
- -
- {{ $title }} -
- -
\ No newline at end of file diff --git a/resources/views/modals/add-to-playlist.blade.php b/resources/views/modals/add-to-playlist.blade.php index c62c8b0..7a0bcc8 100644 --- a/resources/views/modals/add-to-playlist.blade.php +++ b/resources/views/modals/add-to-playlist.blade.php @@ -1,8 +1,14 @@ @auth - -