suport delete

This commit is contained in:
Bryce
2025-08-03 11:17:13 -07:00
parent b0952aee58
commit 4c2333a110
11 changed files with 148 additions and 102 deletions

10
QWEN.md Normal file
View File

@@ -0,0 +1,10 @@
Here are special rules you must follow:
1. All forms should use regular form url encoding.
2. All routes should return html.
3. Use htmx for all dynamic content, when possible.
4. Use alpinejs for other dynamic content. For example, hiding or showing an element.
5. Prefer using daisyui over raw tailwind where possible.
6. Prefer using alpinejs over raw javascript. Raw javascript should almost never be needed.
7. Always print unhandled exceptions to the console.
8. Follow best practices for jinja template partials. That is, separate out components where appropriate.
9. Ask the user when there is something unclear.