From bdcf16c9b86e4148aff034fd8e8c0bc30aae1e4d Mon Sep 17 00:00:00 2001 From: Mikael Araya Date: Fri, 29 May 2026 15:32:42 +0300 Subject: [PATCH 1/6] feat(admin-ui): consolidate UI primitives into src/components/ui/ Move 54 components from modules/common/components/ and modules/forms/components/ into a canonical src/components/ui/ surface with barrel exports and an @/ path alias. - Replace classnames (49 imports) with clsx; remove classnames dep - Add tsconfig @/ path alias (src/*) - Move primitives to ui/ and form/ with git mv (history preserved) - Create index.ts and form/index.ts barrel exports - Delete DeleteButton, HeaderDeleteButton, EditIcon (71 lines); replace all 22 call sites with