merging
Some checks failed
Format / formatting (push) Successful in 7s
Build / build (push) Successful in 39s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
2025-04-02 08:44:23 +02:00
82 changed files with 3596 additions and 306 deletions

View File

@ -41,6 +41,7 @@ const props = defineProps<{
const expanded = ref(false);
const currentDescriptions = ref<string[]>([]);
currentDescriptions.value[0] = props.description;
const editedDescriptions = ref<string[]>([]);
const isEditing = ref<boolean[]>([]);
@ -212,6 +213,7 @@ const cancelEdit = (index: number) => {
}
.expanded {
padding-top: 10%;
position: fixed;
top: 0;
left: 0;