From cf8adfd0e2e66cf22876d9172d8e8c90971c33e4 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Mon, 10 Nov 2025 19:29:55 +0000 Subject: [PATCH] refactor: swap order of collapse/expand menu buttons - Collapse All now appears before Expand All - More logical order: collapse first, expand second --- templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6272399..32f7991 100644 --- a/templates/index.html +++ b/templates/index.html @@ -252,14 +252,14 @@ {{if eq .Lang "es"}}Acciones RĂ¡pidas{{else}}Quick Actions{{end}} - - - {{if eq .Lang "es"}}Expandir Todo{{else}}Expand All{{end}} - {{if eq .Lang "es"}}Colapsar Todo{{else}}Collapse All{{end}} + + + {{if eq .Lang "es"}}Expandir Todo{{else}}Expand All{{end}} +