From 2f41a2036708504a8cc7fd6affb0bec4fef1ef99 Mon Sep 17 00:00:00 2001 From: Ivan Moroz Date: Fri, 29 May 2026 18:34:58 +0300 Subject: [PATCH] CONV-071: Create DashboardConverter component --- app/Livewire/Dashboard/DashboardConverter.php | 21 +++++++++++++++++++ .../dashboard/dashboard-converter.blade.php | 4 ++++ .../Livewire/DashboardConverterTest.php | 9 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 app/Livewire/Dashboard/DashboardConverter.php create mode 100644 resources/views/livewire/dashboard/dashboard-converter.blade.php create mode 100644 tests/Feature/Livewire/DashboardConverterTest.php diff --git a/app/Livewire/Dashboard/DashboardConverter.php b/app/Livewire/Dashboard/DashboardConverter.php new file mode 100644 index 0000000..56e324d --- /dev/null +++ b/app/Livewire/Dashboard/DashboardConverter.php @@ -0,0 +1,21 @@ + +

Drop your file here

+

PNG, JPG, WEBP and PDF supported in beta

+ diff --git a/tests/Feature/Livewire/DashboardConverterTest.php b/tests/Feature/Livewire/DashboardConverterTest.php new file mode 100644 index 0000000..ec43f85 --- /dev/null +++ b/tests/Feature/Livewire/DashboardConverterTest.php @@ -0,0 +1,9 @@ +assertSee('Drop your file here'); +});