hotsheet 0.12.3 → 0.13.1

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/cli.js CHANGED
@@ -19205,10 +19205,7 @@ pageRoutes.get("/", (c) => {
19205
19205
  ] })
19206
19206
  ] }),
19207
19207
  /* @__PURE__ */ jsx("div", { id: "settings-custom-commands-section", style: "display:none", children: /* @__PURE__ */ jsx("div", { className: "settings-section", style: "margin-top:16px", children: [
19208
- /* @__PURE__ */ jsx("div", { className: "settings-section-header", children: [
19209
- /* @__PURE__ */ jsx("h3", { children: "Custom Commands" }),
19210
- /* @__PURE__ */ jsx("button", { className: "btn btn-sm", id: "settings-add-command-btn", children: "Add Command" })
19211
- ] }),
19208
+ /* @__PURE__ */ jsx("div", { className: "settings-section-header", children: /* @__PURE__ */ jsx("h3", { children: "Custom Commands" }) }),
19212
19209
  /* @__PURE__ */ jsx("span", { className: "settings-hint", children: "Custom buttons that trigger actions in Claude. They appear below the play button in the sidebar." }),
19213
19210
  /* @__PURE__ */ jsx("div", { id: "settings-commands-list", className: "settings-commands-list", style: "margin-top:8px" })
19214
19211
  ] }) })