feat: admin panel

This commit is contained in:
Per Stark
2025-01-23 14:35:13 +01:00
parent 16e0611a88
commit 703480e8b3
6 changed files with 81 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
<label class="label">
<span class="label-text">Email</span>
</label>
<input type="email" name="email" value="{{ user.email }}" class="input text-gray-100! input-bordered w-full"
<input type="email" name="email" value="{{ user.email }}" class="input text-primary-content input-bordered w-full"
disabled />
</div>
<div class="form-control">
@@ -20,8 +20,8 @@
</label>
{% block api_key_section %}
{% if user.api_key %}
<input type="text" name="api-key" value="{{ user.api_key }}" class="input text-gray-100! input-bordered w-full"
disabled />
<input type="text" name="api-key" value="{{ user.api_key }}"
class="input text-primary-content input-bordered w-full" disabled />
<a href="https://www.icloud.com/shortcuts/66985f7b98a74aaeac6ba29c3f1f0960"
class="btn btn-accent mt-4 w-full">Download
iOS