From 7341e2586d0c4117a73f78e5618dee9df80820ca Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 31 May 2023 22:23:17 +0200 Subject: [PATCH] fixes --- .../Livewire/Source/{ => Github}/Create.php | 2 +- resources/css/app.css | 2 +- resources/views/components/navbar.blade.php | 5 ++-- .../views/livewire/run-command.blade.php | 2 +- .../views/livewire/settings/form.blade.php | 9 ++++--- .../livewire/source/github/change.blade.php | 27 +++++++++++++------ .../source/{ => github}/create.blade.php | 12 +++++---- resources/views/server/show.blade.php | 2 +- resources/views/source/github/new.blade.php | 4 +++ resources/views/source/new.blade.php | 21 +++++++++++++-- 10 files changed, 60 insertions(+), 26 deletions(-) rename app/Http/Livewire/Source/{ => Github}/Create.php (97%) rename resources/views/livewire/source/{ => github}/create.blade.php (63%) create mode 100644 resources/views/source/github/new.blade.php diff --git a/app/Http/Livewire/Source/Create.php b/app/Http/Livewire/Source/Github/Create.php similarity index 97% rename from app/Http/Livewire/Source/Create.php rename to app/Http/Livewire/Source/Github/Create.php index 97948ee20..d6eb34f40 100644 --- a/app/Http/Livewire/Source/Create.php +++ b/app/Http/Livewire/Source/Github/Create.php @@ -1,6 +1,6 @@ -
  • +
  • is('settings')) href="/settings" @endif> @@ -64,7 +63,7 @@ @endif -
    +