mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user