From 2639248867e89c62b15de04ded9477557dfd9131 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sat, 21 Feb 2026 22:09:56 -0800 Subject: [PATCH] fix: replace PrimeVue FloatLabel in WidgetTextarea with CSS-only IFTA label (#9076) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Replace PrimeVue `FloatLabel` + `Textarea` in `WidgetTextarea` with a CSS-only IFTA label and a new shadcn-vue Textarea component, fixing the label-obscures-content bug. image ## Changes - **What**: Add `src/components/ui/textarea/Textarea.vue` — thin wrapper around native `