feat: initial conversational flow #37

Merged
talksik merged 39 commits from 33-conversational-flow-for-streams---story-mode into master 2026-03-19 23:29:41 +00:00
Showing only changes of commit 8e29fed1e0 - Show all commits
-2
View File
@@ -60,8 +60,6 @@ function TopBar() {
const { networkId, "*": rest } = useParams();
const segments = [networkId, ...rest?.split("/") ?? []].filter(Boolean);
console.log(segments);
const path = rest ? particlePath(networkId!, rest.split("/").filter(Boolean)) : null;
const { data: particle } = useQuery(