@cryptiklemur/lattice 1.40.2 → 1.40.3
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.
|
@@ -254,17 +254,6 @@ export function ProjectRail(props: ProjectRailProps) {
|
|
|
254
254
|
);
|
|
255
255
|
})}
|
|
256
256
|
|
|
257
|
-
{props.nodes.filter(function (n) {
|
|
258
|
-
return !n.isLocal && n.online && n.projects.length === 0;
|
|
259
|
-
}).map(function (n) {
|
|
260
|
-
return (
|
|
261
|
-
<div
|
|
262
|
-
key={"skeleton-" + n.id}
|
|
263
|
-
className="w-[42px] h-[42px] rounded-full bg-base-200 animate-pulse flex-shrink-0"
|
|
264
|
-
title={"Loading projects from " + n.name + "..."}
|
|
265
|
-
/>
|
|
266
|
-
);
|
|
267
|
-
})}
|
|
268
257
|
|
|
269
258
|
{groups.length > 0 && (
|
|
270
259
|
<div className="w-6 h-px bg-base-300 my-0.5 flex-shrink-0" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptiklemur/lattice",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.3",
|
|
4
4
|
"description": "Multi-machine agentic dashboard for Claude Code. Monitor sessions, manage MCP servers and skills, orchestrate across mesh-networked nodes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Aaron Scherer <me@aaronscherer.me>",
|