Building phase one

This commit is contained in:
2026-07-10 18:23:48 +02:00
parent 09ce18cbb7
commit ea2a0b3e36
41 changed files with 28591 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
<template>
<div class="settings-empty">
<p>Select a site from the list to configure its settings</p>
</div>
</template>
<style scoped>
.settings-empty {
flex: 1;
min-width: 320px;
padding: 48px;
text-align: center;
color: var(--text-muted);
border: 1px dashed var(--border-input);
border-radius: 12px;
}
</style>