@synergenius/flow-weaver-pack-weaver 0.9.84 → 0.9.85
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.
|
@@ -3292,8 +3292,8 @@ function SwarmDashboard() {
|
|
|
3292
3292
|
},
|
|
3293
3293
|
!hasContent && !loading && React11.createElement(EmptyState3, {
|
|
3294
3294
|
icon: "smartToy",
|
|
3295
|
-
message: "
|
|
3296
|
-
description: "
|
|
3295
|
+
message: "No tasks yet",
|
|
3296
|
+
description: "Create tasks below or ask the AI assistant to create them for you."
|
|
3297
3297
|
}),
|
|
3298
3298
|
hasContent && React11.createElement(task_pool_list_default, {
|
|
3299
3299
|
tasks,
|
package/package.json
CHANGED
|
@@ -389,8 +389,8 @@ function SwarmDashboard() {
|
|
|
389
389
|
},
|
|
390
390
|
!hasContent && !loading && React.createElement(EmptyState, {
|
|
391
391
|
icon: 'smartToy',
|
|
392
|
-
message: '
|
|
393
|
-
description: '
|
|
392
|
+
message: 'No tasks yet',
|
|
393
|
+
description: 'Create tasks below or ask the AI assistant to create them for you.',
|
|
394
394
|
}),
|
|
395
395
|
|
|
396
396
|
hasContent && React.createElement(TaskPoolList, {
|
|
@@ -770,4 +770,3 @@ function SwarmDashboard() {
|
|
|
770
770
|
export { SwarmDashboard };
|
|
771
771
|
export default SwarmDashboard;
|
|
772
772
|
module.exports = SwarmDashboard;
|
|
773
|
-
// auto-upgrade test marker: 1774634347
|