From 5b1c837059670cba9e852bca5c4056205e9f8c8e Mon Sep 17 00:00:00 2001 From: austin Date: Sun, 26 Jul 2026 15:16:09 -0500 Subject: [PATCH] Notes move both ways, and prove a deleted table takes its cells with it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two small things found reading it back: a note could be moved up but not down, and nothing exercised `remove` against the real foreign keys — a delete that strands its children fails in Postgres rather than in memory, and it's a button on the screen. --- frontend/src/components/admin/Catering.tsx | 9 +++++++++ .../com/itsthevine/web/CateringMenuTest.java | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/frontend/src/components/admin/Catering.tsx b/frontend/src/components/admin/Catering.tsx index ec8b3a8..653ff78 100644 --- a/frontend/src/components/admin/Catering.tsx +++ b/frontend/src/components/admin/Catering.tsx @@ -87,6 +87,15 @@ const Notes = ({ > +