feat: quick switcher

This commit is contained in:
Zoe
2026-02-26 14:51:47 -06:00
parent 97afa1cbe1
commit bf9f613e4d
6 changed files with 201 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const text = ref(props.initialValue || '');
</script>
<template>
<div class="flex flex-col w-full">
<div class="flex flex-col h-[70vh] h-[70dvh] w-[85vw]">
<h3 class="m-4" v-if="title">{{ title }}</h3>
<textarea v-model="text" class="bg-[var(--bg-surface)] resize-none h-full w-full p-2 rounded" />
<div class="flex justify-end gap-2 m-2">