- Replace raw h-7 w-7 action buttons with Button size="icon" (40px) - Replace raw inline <input> elements with shared Input component - Replace handleDelete/window.confirm guard with ConfirmDialog + pendingDeleteId ref - Wrap action buttons in Tooltip with descriptive content - Upgrade empty state to EmptyState component - Add focus-visible rings on interactive elements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .eslintrc.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||