chore: integrate firestore for particles #32

Merged
talksik merged 7 commits from integrate-firestore-for-particles into master 2026-03-18 02:52:31 +00:00
Showing only changes of commit 02c3de73e3 - Show all commits
@@ -11,7 +11,7 @@ interface ParticleViewResolverProps {
/**
* Resolves a particle by its path segments and renders the appropriate view
* based on particle type. This is the extensibility point for future particle types.
* based on particle type (e.g. stream would show clips in story mode, folder would list files, etc.)
*/
export function ParticleViewResolver({ networkId, particleSegments }: ParticleViewResolverProps) {
const { particle, isLoading, error } = useParticle(networkId, particleSegments);