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:
co-authored by
Claude Sonnet 5
parent
21b183327c
commit
3113e6309d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user