Compare commits
2 Commits
aea9c8e878
...
a3235c70e7
Author | SHA1 | Date | |
---|---|---|---|
a3235c70e7 | |||
b8d2ec698c |
@ -21,6 +21,11 @@ class ApplicationList extends Component
|
||||
$this->resetPage();
|
||||
}
|
||||
|
||||
public function refresh()
|
||||
{
|
||||
$this->resetPage();
|
||||
}
|
||||
|
||||
public function approveApplication($uuid)
|
||||
{
|
||||
$service = new SynapseService();
|
||||
|
@ -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>.
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user