From 59e3a5e74f5839ad8d750d398e10544a8f6a1759 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Mon, 17 Nov 2025 21:38:01 +0100 Subject: [PATCH] Fix z-index and improove modal - over modal handling --- internal/locales/de.json | 1 + internal/locales/de_ch.json | 1 + internal/locales/en.json | 1 + internal/locales/es.json | 1 + internal/locales/fr.json | 1 + internal/locales/it.json | 1 + pkg/web/templates/index.html | 63 ++++++++++++++++++++++-------------- 7 files changed, 45 insertions(+), 24 deletions(-) diff --git a/internal/locales/de.json b/internal/locales/de.json index 0e54f75..3abfdc3 100644 --- a/internal/locales/de.json +++ b/internal/locales/de.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IP-Adressen, getrennt durch Leerzeichen", "settings.save": "Speichern", "modal.filter_config": "Filter-Konfiguration:", + "modal.filter_config_edit": "Filter bearbeiten", "modal.cancel": "Abbrechen", "modal.save": "Speichern", "modal.close": "Schließen", diff --git a/internal/locales/de_ch.json b/internal/locales/de_ch.json index ac10798..31c6344 100644 --- a/internal/locales/de_ch.json +++ b/internal/locales/de_ch.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IPs, getrennt dur e Leerzeichä", "settings.save": "Speicherä", "modal.filter_config": "Filter-Konfiguration:", + "modal.filter_config_edit": "Filter bearbeite", "modal.cancel": "Abbräche", "modal.save": "Speicherä", "modal.close": "Zue", diff --git a/internal/locales/en.json b/internal/locales/en.json index f2ae3c1..e964fef 100644 --- a/internal/locales/en.json +++ b/internal/locales/en.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IPs to ignore, separated by spaces", "settings.save": "Save", "modal.filter_config": "Filter Config:", + "modal.filter_config_edit": "Edit Filter", "modal.cancel": "Cancel", "modal.save": "Save", "modal.close": "Close", diff --git a/internal/locales/es.json b/internal/locales/es.json index 2939c94..a490aca 100644 --- a/internal/locales/es.json +++ b/internal/locales/es.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IPs a ignorar, separadas por espacios", "settings.save": "Guardar", "modal.filter_config": "Configuración del filtro:", + "modal.filter_config_edit": "Editar filtro", "modal.cancel": "Cancelar", "modal.save": "Guardar", "modal.close": "Cerrar", diff --git a/internal/locales/fr.json b/internal/locales/fr.json index c0dd7f7..348c448 100644 --- a/internal/locales/fr.json +++ b/internal/locales/fr.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IPs à ignorer, séparées par des espaces", "settings.save": "Enregistrer", "modal.filter_config": "Configuration du filtre:", + "modal.filter_config_edit": "Modifier le filtre", "modal.cancel": "Annuler", "modal.save": "Enregistrer", "modal.close": "Fermer", diff --git a/internal/locales/it.json b/internal/locales/it.json index 9381f2a..58c5b08 100644 --- a/internal/locales/it.json +++ b/internal/locales/it.json @@ -120,6 +120,7 @@ "settings.ignore_ips_placeholder": "IP da ignorare, separate da spazi", "settings.save": "Salva", "modal.filter_config": "Configurazione del filtro:", + "modal.filter_config_edit": "Modifica filtro", "modal.cancel": "Annulla", "modal.save": "Salva", "modal.close": "Chiudi", diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index 4e39b6e..1665449 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -654,7 +654,7 @@ -