feat: add rate-limited manual refresh button to Log Entries

Adds a Refresh button next to Filters, right-aligned, specific to the
Logs list. Guarded to one click per 5 seconds (button disabled and
re-enabled via a timer) to avoid hammering the server if left clicked
repeatedly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Steven RYDELL
2026-07-30 16:36:25 +02:00
co-authored by Claude Sonnet 5
parent 21b183327c
commit 3113e6309d
2 changed files with 53 additions and 8 deletions
+2
View File
@@ -302,6 +302,8 @@
"next": "Next",
"noResults": "No results found",
"previous": "Previous",
"refresh": "Refresh",
"refreshCooldown": "Please wait a few seconds before refreshing again",
"resetFilters": "Reset",
"searchFilters": "Search",
"selectAll": "Select all",