feat: ministrant list tab with add/edit, action bar at top

This commit is contained in:
2026-07-14 22:05:00 +02:00
parent 39929361a0
commit 7e5fa85a0a
5 changed files with 14 additions and 4 deletions
+6
View File
@@ -36,6 +36,12 @@ const props = defineProps<{
transition: 200ms translate;
translate: 220px;
transition-delay: 100ms;
display: flex;
gap: 6px;
flex-wrap: wrap;
button {
margin: 0;
}
};
&.save .other-action {