From 1b4e724f3e37ddd7290b66c2a3714b95edab331a Mon Sep 17 00:00:00 2001 From: mrzmyr Date: Sat, 11 Apr 2026 12:24:43 +0200 Subject: [PATCH] feat(react): add UI primitives for source forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduces four shared UI primitives that the upcoming source-form refactor relies on, keeping the refactor PR focused on wiring rather than new atoms: - — compact tab selector used by the shared auth section. - — sticky bottom action bar for save/cancel on long forms (Claude / ElevenLabs-style editing UX). - — iOS-style blade spinner for subtle inline loading states, paired with a new keyframe in globals.css. -