feat(FN-1850): aggregate projects across connected nodes
- Add /api/projects/across-nodes to merge local projects with online remote node project lists - Expose fetchProjectsAcrossNodes and ProjectInfoWithSource, and switch useProjects to consume cross-node data - Update ProjectOverview and ProjectCard with node badges, node count stats, and a node filter dropdown plus responsive styles - Add server and dashboard test coverage for cross-node aggregation, filtering, and hook behavior changes - Include a changeset for @gsxdsm/fusion minor release and preserve stale-channel SSE reconnect guards during merge
This commit is contained in:
7
.changeset/show-projects-across-nodes.md
Normal file
7
.changeset/show-projects-across-nodes.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@gsxdsm/fusion": minor
|
||||
---
|
||||
|
||||
feat(FN-1850): show projects across all nodes on project overview screen
|
||||
|
||||
Added server-side aggregation endpoint that fetches projects from all online remote nodes and displays them in the project overview with node badges and filtering options.
|
||||
Reference in New Issue
Block a user