redis load key refactor #1062

This commit is contained in:
SPRINX0\prochazka
2025-05-13 17:38:56 +02:00
parent e8d5412e14
commit 0af38c6e0e
11 changed files with 226 additions and 87 deletions

View File

@@ -1,4 +1,8 @@
<div><slot /></div>
<script lang="ts">
export let noMargin = false;
</script>
<div class:noMargin><slot /></div>
<style>
div {
@@ -6,4 +10,8 @@
border-bottom: 1px solid var(--theme-border);
margin-bottom: 5px;
}
div.noMargin {
margin-bottom: 0;
}
</style>