From 309ea0e4d21e2069b1fdb9571a9e8cec33eabe40 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 12 Jun 2023 22:09:43 +0200 Subject: [PATCH] updates --- app/Http/Livewire/Source/Gitlab/Change.php | 13 ++++++ resources/js/components/MagicBar.vue | 42 +++++++++++++++---- .../livewire/source/gitlab/change.blade.php | 3 ++ resources/views/source/gitlab/new.blade.php | 4 ++ resources/views/source/gitlab/show.blade.php | 3 ++ 5 files changed, 56 insertions(+), 9 deletions(-) create mode 100644 app/Http/Livewire/Source/Gitlab/Change.php create mode 100644 resources/views/livewire/source/gitlab/change.blade.php create mode 100644 resources/views/source/gitlab/new.blade.php create mode 100644 resources/views/source/gitlab/show.blade.php diff --git a/app/Http/Livewire/Source/Gitlab/Change.php b/app/Http/Livewire/Source/Gitlab/Change.php new file mode 100644 index 000000000..de52e011f --- /dev/null +++ b/app/Http/Livewire/Source/Gitlab/Change.php @@ -0,0 +1,13 @@ + + {{-- In work, do what you enjoy. --}} + diff --git a/resources/views/source/gitlab/new.blade.php b/resources/views/source/gitlab/new.blade.php new file mode 100644 index 000000000..cb516e591 --- /dev/null +++ b/resources/views/source/gitlab/new.blade.php @@ -0,0 +1,4 @@ + +

New GitHub Source

+ +
diff --git a/resources/views/source/gitlab/show.blade.php b/resources/views/source/gitlab/show.blade.php new file mode 100644 index 000000000..a80bb1938 --- /dev/null +++ b/resources/views/source/gitlab/show.blade.php @@ -0,0 +1,3 @@ + + GitLab WIP +