feat(web): add sidebar search and per-group preview limit (#547)

* feat(web): add sidebar search and per-group preview limit

* test(web): cover session list search previews
This commit is contained in:
CoColate
2026-04-29 09:19:47 +08:00
committed by GitHub
parent 71406ab08d
commit 7c954ad901
4 changed files with 291 additions and 18 deletions
+6
View File
@@ -45,6 +45,12 @@ export default {
'sessions.empty.hint': 'Start a coding session in any folder under your workspace, or browse the tree first.',
'sessions.empty.startSession': 'Start a session',
'sessions.empty.browse': 'Browse workspace',
'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.group.showMore': 'Show {n} more',
'sessions.group.showLess': 'Show less',
// Session list
'session.item.path': 'path',