Compare commits

...

2 Commits

Author SHA1 Message Date
a3235c70e7 Fix dark color (too blue-ish) 2025-05-02 16:24:49 +02:00
b8d2ec698c Admin: Automatically refresh application list 2025-05-02 16:21:46 +02:00
3 changed files with 7 additions and 2 deletions

View File

@ -21,6 +21,11 @@ class ApplicationList extends Component
$this->resetPage();
}
public function refresh()
{
$this->resetPage();
}
public function approveApplication($uuid)
{
$service = new SynapseService();

View File

@ -12,7 +12,7 @@
{{ $slot }}
</div>
</div>
<footer class="bg-white rounded-lg shadow-sm m-4 dark:bg-gray-800">
<footer class="bg-white rounded-lg shadow-sm m-4 dark:bg-neutral-800">
<div class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">Source code: <a
href="https://gitea.lolispace.moe/weeb/lolispace-applications" class="hover:underline">Gitea</a>.

View File

@ -1,4 +1,4 @@
<div>
<div wire:poll.10s="refresh">
<div class="max-w-5xl mx-auto p-6">
<h1 class="text-2xl font-bold mb-4">Application Management</h1>