diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..01da625 --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,9 @@ +# Palette's Journal + +## 2024-05-22 - Missing Delete Confirmation +**Learning:** Destructive actions like "Delete" should always have a confirmation step to prevent accidental data loss. This is a critical safety feature. +**Action:** Add `onsubmit="return confirm('...')" ` to delete forms. + +## 2024-05-22 - Form Accessibility +**Learning:** Relying on placeholders or default option text for form labels is bad for accessibility. Screen readers may not read them correctly, and placeholders disappear when typing. +**Action:** Use `