Add OnboadingModal story (#3578)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							6a4b224397
						
					
				
				
					commit
					ab914ce6d5
				
			
							
								
								
									
										24
									
								
								storybook/initial_state.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								storybook/initial_state.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
export default {
 | 
			
		||||
  meta: {
 | 
			
		||||
    admin: 1,
 | 
			
		||||
    domain: 'example.com',
 | 
			
		||||
    me: 2,
 | 
			
		||||
  },
 | 
			
		||||
  accounts: {
 | 
			
		||||
    1: {
 | 
			
		||||
      acct: 'admin',
 | 
			
		||||
      avatar: '/avatars/original/missing.png',
 | 
			
		||||
      id: 1,
 | 
			
		||||
      url: 'https://example.com/@admin',
 | 
			
		||||
    },
 | 
			
		||||
    2: {
 | 
			
		||||
      acct: 'user',
 | 
			
		||||
      avatar: '/avatars/original/missing.png',
 | 
			
		||||
      id: 1,
 | 
			
		||||
      url: 'https://example.com/@user',
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  media_attachments: {
 | 
			
		||||
    accept_content_types: [],
 | 
			
		||||
  },
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user