feat(web): filter sessions by last activity (#1083)

* feat(web): filter sessions by last activity

* test(web): make session date filter tests deterministic
This commit is contained in:
Ananovo
2026-07-19 14:15:24 +08:00
committed by GitHub
parent 64834467e3
commit 2623a51b0b
5 changed files with 338 additions and 37 deletions
+8 -1
View File
@@ -52,7 +52,14 @@ export default {
'sessions.search.placeholder': 'Search sessions…',
'sessions.search.clear': 'Clear search',
'sessions.search.count': '{n} of {total} sessions',
'sessions.search.noResults': 'No sessions match your search.',
'sessions.search.noResults': 'No sessions match your filters.',
'sessions.timeFilter.label': 'Filter sessions by last activity',
'sessions.timeFilter.pickStart': 'Select start date',
'sessions.timeFilter.pickEnd': 'Select end date',
'sessions.timeFilter.clear': 'Clear',
'sessions.timeFilter.close': 'Close date picker',
'sessions.timeFilter.previousMonth': 'Previous month',
'sessions.timeFilter.nextMonth': 'Next month',
'sessions.group.showMore': 'Show {n} more',
'sessions.group.showLess': 'Show less',
'sessions.group.new': 'New session in this directory',