cashup/frontend/src
jtricerolph 349fbb335c Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer
The /cashup/api/auth/ → central auth nginx block was missing, so the logout
POST was hitting the app backend and returning 404 — cookie never cleared,
user stayed logged in. Also removes the stale navigate('/login') call and
shows name + email in the sidebar footer instead of name in the header.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 11:09:59 +00:00
..
components Fix logout (add missing nginx auth proxy) + show name/email in sidebar footer 2026-07-22 11:09:59 +00:00
hooks Fix sales breakdown GL matching — exact group ID instead of fuzzy names 2026-07-20 08:23:54 +00:00
pages Start cash up creates DB record immediately so photo uploads are available 2026-07-20 22:43:11 +00:00
api.ts Redirect to login on mid-session 401 instead of silently failing 2026-07-12 20:09:15 +00:00
App.tsx Fix sales breakdown GL matching — exact group ID instead of fuzzy names 2026-07-20 08:23:54 +00:00
index.css Add shared device session timeout, sidebar scrollbar styling 2026-07-10 12:24:40 +00:00
main.tsx Make cashup installable as a PWA 2026-07-11 10:54:50 +00:00
types.ts Float management: bagged coins, history nav fix, change order sheet, upload 500 fix 2026-07-02 15:29:38 +00:00
vite-env.d.ts