mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'krille/fix-missing-routes' into 'main'
fix: Add missing routes See merge request famedly/fluffychat!643
This commit is contained in:
		
						commit
						d0ca0d1d4c
					
				@ -124,6 +124,16 @@ class AppRoutes {
 | 
			
		||||
              widget: const EmptyPage(),
 | 
			
		||||
              buildTransition: _fadeTransition,
 | 
			
		||||
              stackedRoutes: [
 | 
			
		||||
                VWidget(
 | 
			
		||||
                  path: '/stories/create',
 | 
			
		||||
                  buildTransition: _fadeTransition,
 | 
			
		||||
                  widget: const AddStoryPage(),
 | 
			
		||||
                ),
 | 
			
		||||
                VWidget(
 | 
			
		||||
                  path: '/stories/:roomid',
 | 
			
		||||
                  buildTransition: _fadeTransition,
 | 
			
		||||
                  widget: const StoryPage(),
 | 
			
		||||
                ),
 | 
			
		||||
                VWidget(
 | 
			
		||||
                  path: '/spaces/:roomid',
 | 
			
		||||
                  widget: const ChatDetails(),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user