mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
feat(a2ui): Implement A2UI backend with question handling and WebSocket support
- Added A2UITypes for defining question structures and answers. - Created A2UIWebSocketHandler for managing WebSocket connections and message handling. - Developed ask-question tool for interactive user questions via A2UI. - Introduced platformUtils for platform detection and shell command handling. - Centralized TypeScript types in index.ts for better organization. - Implemented compatibility checks for hook templates based on platform requirements.
This commit is contained in:
18
ccw/frontend/src/locales/en/notifications.json
Normal file
18
ccw/frontend/src/locales/en/notifications.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"empty": "No notifications",
|
||||
"emptyHint": "Notifications will appear here",
|
||||
"markAllRead": "Mark Read",
|
||||
"clearAll": "Clear All",
|
||||
"showMore": "Show more",
|
||||
"showLess": "Show less",
|
||||
"systemNotifications": "System Notifications",
|
||||
"systemNotificationsDesc": "Show browser native notifications for important events",
|
||||
"justNow": "just now",
|
||||
"minutesAgo": "{0}m ago",
|
||||
"hoursAgo": "{0}h ago",
|
||||
"daysAgo": "{0}d ago",
|
||||
"oneMinuteAgo": "1m ago",
|
||||
"oneHourAgo": "1h ago",
|
||||
"oneDayAgo": "1d ago"
|
||||
}
|
||||
Reference in New Issue
Block a user