From 81cacd3589cf6260e194fd8ba7d7d16311e3af6f Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Thu, 26 Feb 2026 22:50:20 -0300 Subject: [PATCH] bulk delete + more prompts --- README.md | 1 + templates/index.html | 73 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d51c7..aaf9ef3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ services: - YOUR_PATH/sekipos/static/cache:/app/static/cache container_name: sekipos-server image: sekipos:latest + restart: unless-stopped ``` ## 🔌 Hardware Scanner Bridge (`ScannerGO`) diff --git a/templates/index.html b/templates/index.html index 0677af1..bf1e9af 100644 --- a/templates/index.html +++ b/templates/index.html @@ -227,6 +227,15 @@ [data-theme="dark"] .btn-close { filter: invert(1) grayscale(100%) brightness(200%); } + + /* Add this inside your @@ -325,7 +334,11 @@ placeholder="Precio"> - + @@ -426,6 +439,7 @@ + + + +