@wrongstack/tui 0.9.4 → 0.9.19
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1130,7 +1130,7 @@ function WorktreePanel({
|
|
|
1130
1130
|
/* @__PURE__ */ jsxs(Text, { dimColor: true, children: [
|
|
1131
1131
|
"\xB7 ",
|
|
1132
1132
|
list.length,
|
|
1133
|
-
" total \xB7 Ctrl+
|
|
1133
|
+
" total \xB7 Ctrl+T for details"
|
|
1134
1134
|
] })
|
|
1135
1135
|
] }),
|
|
1136
1136
|
list.map((w) => {
|
|
@@ -1218,7 +1218,7 @@ function WorktreeMonitor({
|
|
|
1218
1218
|
failed
|
|
1219
1219
|
] })
|
|
1220
1220
|
] }) : null,
|
|
1221
|
-
/* @__PURE__ */ jsx(Text, { dimColor: true, children: "\u2502 Ctrl+
|
|
1221
|
+
/* @__PURE__ */ jsx(Text, { dimColor: true, children: "\u2502 Ctrl+T / Esc to close" })
|
|
1222
1222
|
] }),
|
|
1223
1223
|
list.length === 0 ? /* @__PURE__ */ jsx(Text, { dimColor: true, children: "No worktrees. They appear when AutoPhase runs with isolation on." }) : list.map((w) => {
|
|
1224
1224
|
const s2 = fmt(w.status);
|