← All tests

POS nav + cards — pointer cursor on hover (local)

2026-05-14 Gate 1 local. Small UX fix: <button> elements don't show the pointer cursor by default. Adds cursor-pointer to the two interactive POS controls the user flagged — the expandable "Point of Sale" group in the dark sidebar nav, and the register-card CTA (Open Register / Continue Selling).

2/2 local test PASS. nix-cafe typechecks clean. No migration. 2 files.

Local test — 2/2

✓ Sidebar 'Point of Sale' group button (NavGroupItem) has cursor-pointer
✓ POS card CTA button (Open Register / Continue Selling) has cursor-pointer

Files — 2 touched, no migration

edited:
  components/layout/sidebar.tsx        + cursor-pointer on the NavGroupItem button
  app/(authed)/pos/pos-landing.tsx     + cursor-pointer on the RegisterCard CTA button