Add Disclaimer and Guide for Matrix
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
<ul class="list-disc pl-6 text-gray-700 dark:text-neutral-300 space-y-2 mb-6">
|
||||
<li>Available to users registered for more than 1 month</li>
|
||||
<li>Fully federated with the entire Matrix network</li>
|
||||
<li>No obligation to use it — it’s optional</li>
|
||||
<li>No obligation to use it - it’s optional</li>
|
||||
<li>Anonymized IP addresses to protect your privacy</li>
|
||||
</ul>
|
||||
|
||||
@auth
|
||||
@@ -74,7 +75,7 @@
|
||||
<li>Or using our web client via <strong><a href="https://element.hstream.moe/" target="_blank" class="underline">Element Web</a></strong></li>
|
||||
</ul>
|
||||
<p class="text-green-700 dark:text-green-400 mb-4">
|
||||
Simply sign in with your new username and password to get started.
|
||||
Simply sign in with your new username (<code>{{ $user->matrix_id }}</code>) and password to get started.
|
||||
</p>
|
||||
</div>
|
||||
@else
|
||||
@@ -82,10 +83,16 @@
|
||||
<h3 class="font-semibold text-green-800 dark:text-green-300 mb-2">
|
||||
🎉 You are eligible!
|
||||
</h3>
|
||||
<p class="text-green-700 dark:text-green-400 mb-4">
|
||||
<p class="text-green-700 dark:text-green-400 mb-2">
|
||||
Your account is older than one month. You can create your account now.
|
||||
</p>
|
||||
|
||||
<div class="p-4 bg-red-100 dark:bg-red-950 border border-red-100 dark:border-red-700 rounded-lg mb-4">
|
||||
<p class="text-red-500 text-sm font-bold">
|
||||
Important: Save your password! We don't have a password reset function yet!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@include('matrix.register')
|
||||
</div>
|
||||
@endif
|
||||
@@ -123,7 +130,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Room List -->
|
||||
<div class="bg-white dark:bg-neutral-800 rounded-2xl shadow-sm p-8">
|
||||
<div class="bg-white dark:bg-neutral-800 rounded-2xl shadow-sm p-8 mb-8">
|
||||
<h2 class="text-2xl dark:text-white font-semibold mb-6">Our Matrix Rooms</h2>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
@@ -144,6 +151,19 @@
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Guide -->
|
||||
<div class="bg-white dark:bg-neutral-800 rounded-2xl shadow-sm p-8">
|
||||
<h2 class="text-2xl dark:text-white font-semibold mb-4">Matrix Guide</h2>
|
||||
|
||||
<p class="text-gray-700 dark:text-neutral-300 mb-4">
|
||||
Matrix and Element can be overwhelming for new users, so here is a guide from Element:
|
||||
</p>
|
||||
|
||||
<ul class="list-disc pl-6 text-gray-700 dark:text-neutral-300 space-y-2 mb-6">
|
||||
<li>Element Guide: <a class="font-bold text-green-800 dark:text-green-300 underline" referrerPolicy="no-referrer" href="https://static.element.io/pdfs/element-user-guide.pdf" target="_blank">element-user-guide.pdf</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</x-app-layout>
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
<x-primary-button class="ms-4">
|
||||
{{ __('Create Matrix User') }}
|
||||
{{ __('Create Matrix Account') }}
|
||||
</x-primary-button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user