css refactor

This commit is contained in:
2026-02-19 18:24:36 +03:00
parent d5a5c3b902
commit db47e4ce55
45 changed files with 1798 additions and 1857 deletions

View File

@@ -19,7 +19,10 @@
* @type {Backup[]}
* @description Array of backup objects to display.
*/
export let backups: Backup[] = [];
let {
backups = [],
} = $props();
// [/SECTION]
</script>
@@ -78,7 +81,5 @@
</div>
<!-- [/SECTION] -->
<style>
</style>
<!-- [/DEF:BackupList:Component] -->