a bit clearer draft editing flow, partially divorced menu-item from list-item

This commit is contained in:
Henry Jameson 2024-12-30 03:10:11 +02:00
commit 68e8a24f18
8 changed files with 74 additions and 32 deletions

View file

@ -16,6 +16,7 @@
>
<template #item="{ item: draft }">
<Draft
class="draft"
:draft="draft"
/>
</template>
@ -26,3 +27,9 @@
</template>
<script src="./drafts.js"></script>
<style lang="scss">
.draft {
margin: 1em 0;
}
</style>