From d5467e909e9866516ca45ae10f7eb20951801943 Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Tue, 24 May 2022 15:30:22 +0200
Subject: [PATCH] Update update.blade.php
---
resources/views/update.blade.php | 100 +++++++++++++++++++++++++++++++
1 file changed, 100 insertions(+)
diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php
index 8b13789..3d8129f 100644
--- a/resources/views/update.blade.php
+++ b/resources/views/update.blade.php
@@ -1 +1,101 @@
+@extends('layouts.updater')
+
+@Push('updater-body')
+
+@if($_SERVER['QUERY_STRING'] === 'updating')
+
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Updating
+@endif
+
+
+@if($_SERVER['QUERY_STRING'] === 'backup')
+
+@Push('updater-head')
+
+@endpush
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Creating backup
+@endif
+
+@if($_SERVER['QUERY_STRING'] === 'backups')
+ true]);
+header("Location: /?backup-created");
+exit(); ?>
+@endif
+
+@if($_SERVER['QUERY_STRING'] === '')
+
+
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Updater
+ You can update your installation automatically or download the update and install it manually:
+
+
+@endif
+
+
+@if($_SERVER['QUERY_STRING'] === 'backup-created')
+
+
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Download backup
+ You can keep the update stored on the server or download it as a precaution:
+
+
+@endif
+
+
+@if($_SERVER['QUERY_STRING'] === 'success')
+
+
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Download backup
+ The update was successful, you can now return to the Admin Panel:
+
+
+@endif
+
+
+@if($_SERVER['QUERY_STRING'] === 'error')
+
+
+
+
![Logo]({{ asset('littlelink/images/just-gear.svg') }})
+
l
+
+ Something went wrong
+ Something went wrong during the update process, you can try again or update manually:
+
+
+@endif
+
+
+@endpush
\ No newline at end of file