@wrongstack/desktop 0.313.1 → 0.316.2
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/main/main.js +3 -5
- package/dist/main/main.js.map +2 -2
- package/package.json +6 -6
package/dist/main/main.js
CHANGED
|
@@ -1818,7 +1818,7 @@ var DESKTOP_WEBUI_VIEWS = /* @__PURE__ */ new Set([
|
|
|
1818
1818
|
"sessions",
|
|
1819
1819
|
"setup",
|
|
1820
1820
|
"skill",
|
|
1821
|
-
"
|
|
1821
|
+
"roster",
|
|
1822
1822
|
"mailbox",
|
|
1823
1823
|
"debug",
|
|
1824
1824
|
"design-gallery",
|
|
@@ -1833,9 +1833,7 @@ var DESKTOP_WEBUI_ACTIVITIES = /* @__PURE__ */ new Set([
|
|
|
1833
1833
|
"changes",
|
|
1834
1834
|
"mailbox",
|
|
1835
1835
|
"skills",
|
|
1836
|
-
"design"
|
|
1837
|
-
"worktrees",
|
|
1838
|
-
"officemap"
|
|
1836
|
+
"design"
|
|
1839
1837
|
]);
|
|
1840
1838
|
var DESKTOP_WEBUI_OVERLAYS = /* @__PURE__ */ new Set([
|
|
1841
1839
|
"fleet",
|
|
@@ -2475,7 +2473,7 @@ function buildSessionMenu(runtime, index, actions, t) {
|
|
|
2475
2473
|
},
|
|
2476
2474
|
{
|
|
2477
2475
|
label: t("fleetHQ"),
|
|
2478
|
-
click: () => actions.activateAndNavigate(runtime.id, {
|
|
2476
|
+
click: () => actions.activateAndNavigate(runtime.id, { view: "roster" })
|
|
2479
2477
|
},
|
|
2480
2478
|
{
|
|
2481
2479
|
label: t("settings"),
|