BillTracker/client
null 522eaaf101 chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i)
Official codemod (run in a clean worktree; docker-owned data/ blocks it
in-tree): tailwind.config.js inlined into client/index.css as CSS-first
@theme/@utility (config file deleted — v4 auto-detects content, which
also retires the .tsx-content-glob failure class from the TS migration),
33 template files' class renames applied, tailwindcss-animate loads via
the v4 @plugin bridge. Build runs through @tailwindcss/vite; postcss
config is now plugin-free. tailwind-merge -> 3 (v4 class model).

Visual-regression gate: only diffs were a ~2px global preflight shift +
the version string (baseline predated 0.41.1); re-baselined both login
screenshots in this commit after review. webauthn.probe confined to the
probe project (it enables WebAuthn for the seeded user, racing the
parallel UI projects' password logins).

e2e 27 passed, probe 18/18, PROD SMOKE PASS, typecheck/lint/tests green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 18:03:15 -05:00
..
components chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i) 2026-07-10 18:03:15 -05:00
contexts style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
hooks fix(client): redirect to login when the session expires mid-use 2026-07-10 16:33:01 -05:00
lib chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i) 2026-07-10 18:03:15 -05:00
pages chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i) 2026-07-10 18:03:15 -05:00
public chore(deps)!: vite 8 (rolldown) + @vitejs/plugin-react 6 (4h) 2026-07-10 17:53:27 -05:00
App.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
api.sessionExpiry.test.ts fix(client): redirect to login when the session expires mid-use 2026-07-10 16:33:01 -05:00
api.ts feat(auth): passkey / security-key UI — WebAuthn ships end to end 2026-07-10 17:30:14 -05:00
index.css chore(deps)!: tailwind 3 -> 4 via @tailwindcss/vite (4i) 2026-07-10 18:03:15 -05:00
main.tsx style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00
types.ts style: apply Prettier across client + server (no behavior change) 2026-07-06 14:23:53 -05:00