💄 Semantic
This commit is contained in:
parent
1e95a56412
commit
1056831d1e
@ -176,7 +176,7 @@
|
|||||||
<i class="pi pi-th-large"></i><span class="font-bold whitespace-nowrap">Categories</span>
|
<i class="pi pi-th-large"></i><span class="font-bold whitespace-nowrap">Categories</span>
|
||||||
</p-tab>
|
</p-tab>
|
||||||
<p-tab [value]="4" class="flex items-center gap-2">
|
<p-tab [value]="4" class="flex items-center gap-2">
|
||||||
<i class="pi pi-database"></i><span class="font-bold whitespace-nowrap">Data</span>
|
<i class="pi pi-database"></i><span class="font-bold whitespace-nowrap">Backups</span>
|
||||||
</p-tab>
|
</p-tab>
|
||||||
</p-tablist>
|
</p-tablist>
|
||||||
<p-tabpanels>
|
<p-tabpanels>
|
||||||
@ -191,10 +191,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col md:flex-row justify-center md:justify-start items-center gap-4 mt-8 md:mt-4">
|
<div class="flex flex-col md:flex-row justify-center md:justify-start items-center gap-4 mt-8 md:mt-4">
|
||||||
<a href="https://ko-fi.com/itskovacs" target="_blank" class="custom-button flex items-center">Buy me
|
<a href="https://ko-fi.com/itskovacs" target="_blank" class="custom-button flex items-center">Support
|
||||||
a
|
TRIP ☕</a>
|
||||||
coffee</a>
|
<span class="text-center text-gray-400">Support development through optional donations. Thank you!</span>
|
||||||
<span class="text-center text-gray-400">Coffee and contributions are greatly appreciated!</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col md:flex-row justify-center md:justify-start items-center gap-4 mt-8 md:mt-4">
|
<div class="flex flex-col md:flex-row justify-center md:justify-start items-center gap-4 mt-8 md:mt-4">
|
||||||
@ -401,8 +400,10 @@
|
|||||||
@if (backup.status == 'completed') {
|
@if (backup.status == 'completed') {
|
||||||
<p-button icon="pi pi-download" pTooltip="Download export" (click)="downloadBackup(backup)" text />
|
<p-button icon="pi pi-download" pTooltip="Download export" (click)="downloadBackup(backup)" text />
|
||||||
}
|
}
|
||||||
|
@if (['completed', 'failed'].includes(backup.status)) {
|
||||||
<p-button icon="pi pi-trash" pTooltip="Trash export" severity="danger" (click)="deleteBackup(backup)"
|
<p-button icon="pi pi-trash" pTooltip="Trash export" severity="danger" (click)="deleteBackup(backup)"
|
||||||
text />
|
text />
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
} @empty {
|
} @empty {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user