anentrypoint-design 0.0.261 → 0.0.262
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/247420.js +1 -1
- package/package.json +1 -1
- package/src/components/sessions.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anentrypoint-design",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.262",
|
|
4
4
|
"description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/247420.js",
|
|
@@ -77,7 +77,7 @@ export function ConversationList({ sessions = [], selected, groups, search, capt
|
|
|
77
77
|
// applyDiff "reading 'key'" crash on the first populated mount. Row children
|
|
78
78
|
// are uniformly keyed; non-row states render a single unkeyed status line.
|
|
79
79
|
let inner;
|
|
80
|
-
if (loading) {
|
|
80
|
+
if (loading && !sessions.length) {
|
|
81
81
|
// Shape-matched skeleton rows during the cold ccsniff index walk (the rail
|
|
82
82
|
// showed a bare line before) - Claude-Desktop skeletons its sidebar on load.
|
|
83
83
|
inner = [
|