siftlode/frontend/src/components/ui
npeter83 1efd089749 chore(ui): extract shared inputCls + btnCls to ui/form.tsx
The standard input style was copy-pasted verbatim into 5 components
(DownloadCenter/DownloadDialog/ProfileEditor/ShareDialog/VideoEditor) and the
text-button style into 2 (ShareDialog/VideoEditor). Export both from ui/form.tsx
and import them. Byte-identical strings → no visual change.

The settings-family panels (Settings/Config/Setup/Welcome) use a DIFFERENT input
style (bg-card/rounded-xl/focus:border-accent); unifying the two is a design call
left to the glass-consistency epic, not this DRY extract.
2026-07-12 00:29:04 +02:00
..
DraftSaveBar.tsx refactor(ui): shared DraftSaveBar (Settings + Config save bars) 2026-06-29 00:07:37 +02:00
form.tsx chore(ui): extract shared inputCls + btnCls to ui/form.tsx 2026-07-12 00:29:04 +02:00