cc-sidebar 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1043,11 +1043,11 @@ export class RawSidebar {
|
|
|
1043
1043
|
if (inputMode !== "none") {
|
|
1044
1044
|
helpText = "↵: submit | ⇧↵: newline | Esc: cancel";
|
|
1045
1045
|
} else if (selectedSection === "review") {
|
|
1046
|
-
helpText = "d: confirm done | r: return | ↑↓: nav
|
|
1046
|
+
helpText = "d: confirm done | r: return | ↑↓: nav";
|
|
1047
1047
|
} else if (selectedSection === "inbox") {
|
|
1048
|
-
helpText = "a: add | c: clarify | ↵: send | d: del
|
|
1048
|
+
helpText = "a: add | c: clarify | ↵: send | d: del";
|
|
1049
1049
|
} else if (selectedSection === "clarified") {
|
|
1050
|
-
helpText = "↵: send | e: edit | d: del
|
|
1050
|
+
helpText = "↵: send | e: edit | d: del";
|
|
1051
1051
|
} else {
|
|
1052
1052
|
helpText = "↑↓: navigate | Tab: switch section";
|
|
1053
1053
|
}
|