From ddd002094d5c80ca4065b7d181e7f5b9471556da Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 2 Apr 2020 15:32:18 +0200 Subject: Update dashboard design --- resources/views/others/import.edge | 74 ++++++++++++++++++++++++++++++------- resources/views/others/index.edge | 46 +++-------------------- resources/views/others/message.edge | 20 ++++++++++ 3 files changed, 87 insertions(+), 53 deletions(-) create mode 100644 resources/views/others/message.edge (limited to 'resources/views/others') diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge index b890bbb..80da037 100644 --- a/resources/views/others/import.edge +++ b/resources/views/others/import.edge @@ -1,19 +1,67 @@ -@layout('layouts.main') +@layout('layouts.v2') @section('content') -

Import a Franz account

-

Please login using your Franz account. We will create a new Ferdi account with the same credentials.

-
-
-
+
+ +

+ Import your Franz account +

+

+ Please login using your Franz account. We will create a new Ferdi account with the same credentials. +

-
-
+ @if(flashMessage('error')) +
+ {{ flashMessage('error') }} +
+ @endif + @if(old('message')) +
+ {{ old('message') }} +
+ @endif - - - By importing your Franz account, you accept the Terms of service and Privacy - policy - +
+ + +
+
+ + +
+ +

+ By importing your Franz account, you accept the Terms of service and Privacy + policy +

+ +
@endsection diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge index 9c90fb0..9b4d3e5 100644 --- a/resources/views/others/index.edge +++ b/resources/views/others/index.edge @@ -4,18 +4,18 @@
+
+ +
-
+

+ class="my-4 text-3xl md:text-5xl text-gray-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1"> Ferdi Server

-

- You are accessing a custom Ferdi server. -

Setup your client @@ -44,7 +44,7 @@

Manage your account

- + Go to account dashboard @@ -79,37 +79,3 @@
@endsection - - -@section('nothing') - - -Ferdi logo - -

Ferdi Server

-

You are accessing a custom Ferdi server.

-

- To use this server in your Ferdi client, open Ferdi's settings and as the - server, enter -

-

- Alternatively, you can manage your account in the account dashboard. -

- -
- - ferdi-server is a project by the Ferdi Team. - -@endsection diff --git a/resources/views/others/message.edge b/resources/views/others/message.edge new file mode 100644 index 0000000..bd7f5a3 --- /dev/null +++ b/resources/views/others/message.edge @@ -0,0 +1,20 @@ +@layout('layouts.v2') + +@section('content') +
+
+

+ {{ heading }} +

+

+ {{ text }} +

+ + +
+
+@endsection -- cgit v1.2.3-70-g09d2