feat(ui): add full table CSV download on database stats card

Each table row in the stats card now has a download button that exports
the entire table as CSV with proper column headers, generated server-side.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
PaulVua
2026-02-16 12:18:46 +01:00
parent 20c6a12251
commit 88680f07b0
4 changed files with 55 additions and 2 deletions

View File

@@ -98,7 +98,8 @@
"statsTable": "Table",
"statsCount": "Entries",
"statsOldest": "Oldest",
"statsNewest": "Newest"
"statsNewest": "Newest",
"statsDownload": "CSV"
},
"logs": {
"title": "The Log",