From d57689a11eb2b05c2592d2703a7074c6ad7d0a0f Mon Sep 17 00:00:00 2001 From: Jade Geels Date: Fri, 15 Mar 2024 11:53:51 +0000 Subject: [PATCH] Inline editing (#24) --- .../components/button/wishlist.blade.php | 2 +- resources/views/partials/item/add.blade.php | 2 +- resources/views/partials/item/title.blade.php | 31 +++++++++++++++++-- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/resources/views/components/button/wishlist.blade.php b/resources/views/components/button/wishlist.blade.php index 2e15c53..5f5b679 100644 --- a/resources/views/components/button/wishlist.blade.php +++ b/resources/views/components/button/wishlist.blade.php @@ -1,7 +1,7 @@ @props(['productId' => $product->entity_id ?? null]) - +
class('w-full') }}> @include('rapidez-mw::partials.item.button')
diff --git a/resources/views/partials/item/add.blade.php b/resources/views/partials/item/add.blade.php index 2644250..639b423 100644 --- a/resources/views/partials/item/add.blade.php +++ b/resources/views/partials/item/add.blade.php @@ -1,4 +1,4 @@ -
+
@include('rapidez-mw::partials.item.title') @include('rapidez-mw::partials.item.view')
diff --git a/resources/views/partials/item/title.blade.php b/resources/views/partials/item/title.blade.php index 32a4a09..572a41d 100644 --- a/resources/views/partials/item/title.blade.php +++ b/resources/views/partials/item/title.blade.php @@ -1,3 +1,28 @@ - - @{{ wishlist.title }} - \ No newline at end of file + +
+ + +
+