diff --git a/.jules/palette.md b/.jules/palette.md
new file mode 100644
index 0000000000..8532f5b566
--- /dev/null
+++ b/.jules/palette.md
@@ -0,0 +1,3 @@
+## 2026-03-25 - Add ARIA Labels to Icon-Only Buttons
+**Learning:** Found several icon-only buttons across settings, tools and modals without aria-labels making them inaccessible to screen readers.
+**Action:** Adding standard aria-label attributes that match their titles to improve accessibility.
diff --git a/webui/components/modals/image-viewer/image-viewer.html b/webui/components/modals/image-viewer/image-viewer.html
index 9fd5e02e41..8aff26188b 100644
--- a/webui/components/modals/image-viewer/image-viewer.html
+++ b/webui/components/modals/image-viewer/image-viewer.html
@@ -44,14 +44,14 @@