fix(app): optimistic revert/restore

This commit is contained in:
Adam
2026-03-12 15:04:27 -05:00
parent 02c75821a8
commit f0542fae7a
4 changed files with 98 additions and 28 deletions

View File

@@ -128,7 +128,7 @@ export const dict: Record<string, string> = {
"ui.message.copy": "Copy",
"ui.message.copyMessage": "Copy message",
"ui.message.forkMessage": "Fork to new session",
"ui.message.revertMessage": "Reset to this point",
"ui.message.revertMessage": "Revert message",
"ui.message.copyResponse": "Copy response",
"ui.message.copied": "Copied",
"ui.message.interrupted": "Interrupted",