Add support for multiline about me's #64

Merged
twig merged 3 commits from about-me-textfield into main 2025-08-05 21:50:13 +00:00
Showing only changes of commit bf303f478e - Show all commits

View file

@ -13,7 +13,6 @@
<script lang="ts" setup> <script lang="ts" setup>
console.log("CHANNEL!")
const props = defineProps<{ name: string, uuid: string, currentUuid: string, href: string }>(); const props = defineProps<{ name: string, uuid: string, currentUuid: string, href: string }>();
const isCurrentChannel = props.uuid == props.currentUuid; const isCurrentChannel = props.uuid == props.currentUuid;