From 250d48a187611f2b8b206878be18605be2442cc6 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:18:09 +0200 Subject: [PATCH] Added scroll to bottom button Added scroll to bottom button to: config page advanced config page alternative config editor page --- resources/views/panel/config.blade.php | 5 +++-- resources/views/vendor/env-editor/index.blade.php | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/panel/config.blade.php b/resources/views/panel/config.blade.php index 4d4f170..2eb7a55 100644 --- a/resources/views/panel/config.blade.php +++ b/resources/views/panel/config.blade.php @@ -17,6 +17,7 @@ Home Page, links, titles, Google Analytics and meta tags.

@csrf
+
๐Ÿ Ÿ Scroll to bottom ๐Ÿ Ÿ
@@ -34,10 +35,10 @@ Home Page, links, titles, Google Analytics and meta tags.

@elseif(str_ends_with($_SERVER['REQUEST_URI'], 'env'))

ENV

-
@csrf
+
๐Ÿ Ÿ Scroll to bottom ๐Ÿ Ÿ
@@ -45,7 +46,7 @@ Home Page, links, titles, Google Analytics and meta tags.

@endif - + @endsection @endif \ No newline at end of file diff --git a/resources/views/vendor/env-editor/index.blade.php b/resources/views/vendor/env-editor/index.blade.php index 4810c6b..405c4d7 100644 --- a/resources/views/vendor/env-editor/index.blade.php +++ b/resources/views/vendor/env-editor/index.blade.php @@ -44,6 +44,7 @@ - +

Use the Alternative Config Editor โคป