From fff0dec2626a1de00fadb2cd3a9e0fec6c67fad9 Mon Sep 17 00:00:00 2001 From: Hira Barton Date: Sun, 3 Aug 2025 09:26:10 +0000 Subject: [PATCH] Updated tutorials/01-hello-fluid-frame.md tutorials/02-data-tables.md --- tutorials/02-data-tables.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tutorials/02-data-tables.md b/tutorials/02-data-tables.md index ca618b0..f93b98b 100644 --- a/tutorials/02-data-tables.md +++ b/tutorials/02-data-tables.md @@ -124,12 +124,3 @@ def refresh_greetings(self): * Query ordering matters — newest first keeps users happy. --- - -git add tutorials/01-hello-fluid-frame.md tutorials/02-data-tables.md -git commit -m "feat(tutorials): add Hello Fluid Frame + Data Tables with persistence, querying, and RepeatingPanel display" -git push origin main -```` - ---- - -If you want, I can also make **Tutorial 03 — Server Modules & Security** a bit more difficult by adding role-based access control so that only logged-in users with a certain role can call a sensitive server function. That would round out the trio. Want me to do that next?