Updated tutorials/01-hello-fluid-frame.md tutorials/02-data-tables.md

This commit is contained in:
Hira Barton 2025-08-03 09:26:10 +00:00
parent 64731e833c
commit fff0dec262
1 changed files with 0 additions and 9 deletions

View File

@ -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?