pipe-kan 0.25.3 → 0.25.4
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/README.md
CHANGED
|
@@ -18,7 +18,9 @@ The published CLI is on npm. From a clone: `bun run build && bun dist/pipe-kan.j
|
|
|
18
18
|
|
|
19
19
|
- Left: All stories and All epics. Center: Cards (one Column per status in the payload). Right: Open URL; remote Jira is a link, not an iframe.
|
|
20
20
|
- Drop a Card on a Column to Move (`jira issue move`).
|
|
21
|
-
-
|
|
21
|
+
- Drag a Column to change status order. The order is stored locally and kept after Refresh.
|
|
22
|
+
- Same-Column drop does not write back to Jira.
|
|
23
|
+
- Collapse the left pane to hide Epics; the Board header expands it again.
|
|
22
24
|
- Theme is stored in `localStorage`.
|
|
23
25
|
|
|
24
26
|
LAN: `HOST=0.0.0.0 bunx pipe-kan`.
|