cc9286416c 
					 
					
						
						
							
							Update storybook to v9 ( #4645 )  
						
						... 
						
						
						
						* chore: Update storybook to v9
* Pin next-export-i18n + remove outdated mock library
* Replace old mocking library with MSW
* Resolve knip unused code warnings 
						
						
					 
					
						2025-10-20 21:26:32 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9db8a8699a 
					 
					
						
						
							
							fix: a11y button lables.  Closes   #3418  
						
						
						
						
					 
					
						2023-11-08 20:08:00 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f078e1ee4 
					 
					
						
						
							
							Migrated Storybook notation from CSF2 to CSF3 ( #3412 )  
						
						... 
						
						
						
						* Migrate web action-buttons directory to CSF3 notation
* Migrate web chat directory to CSF3 notation
* Migrate web common directory to CSF3 notation
* Migrate web layout directory to CSF3 notation
* Migrate web modals directory to CSF3 notation
* Migrate web ui directory to CSF3 notation
* Migrate web video directory to CSF3 notation
* Migrate web stories directory to CSF3 notation 
						
						
					 
					
						2023-11-06 19:35:05 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e15e2dc47c 
					 
					
						
						
							
							Fix deprecated antd dropdown warnings ( #3171 )  
						
						... 
						
						
						
						* Fix deprecated antd dropdown warnings 
						
						
					 
					
						2023-07-13 20:28:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6fbd6cbbcf 
					 
					
						
						
							
							Lazy load every instance of using ant icons.  Closes   #2583  
						
						
						
						
					 
					
						2023-01-15 22:31:36 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e54ec7695 
					 
					
						
						
							
							Antd updates ( #2194 )  
						
						... 
						
						
						
						* Fix antd Modal.visible warning by using updated attribute name 'open'.
* Update more attributes (onVisibleChange => onOpenChange, defaultVisible => defaultOpen) to fix browser console warnings.
* Update ModalProps property from 'visible' to 'open' to match the change in antd.
* Update variable names to match the antd change from 'visible' to 'open'.
* Inline this for the linter.
* One more visible => open reference. 
						
						
					 
					
						2022-10-10 17:11:29 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a931fe0ddf 
					 
					
						
						
							
							Update the chat moderation modal with slightly better layout.  Closes   #2073  
						
						
						
						
					 
					
						2022-10-02 11:02:33 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1f3fffe2f 
					 
					
						
						
							
							reafctor: normalize component formatting ( #2082 )  
						
						... 
						
						
						
						* refactor: move/rename BanUserButton file
* refactor: move/rename Chart file
* refactor: update generic component filenames to PascalCase
* refactor: update config component filenames to PascalCase
* refactor: update AdminLayout component filename to PascalCase
* refactor: update/move VideoJS component
* chore(eslint): disable bad react/require-default-props rule
* refactor: normalize ActionButton component
* refactor: normalize ActionButtonRow component
* refactor: normalize FollowButton component
* refactor: normalize NotifyButton component
* refactor: normalize ChatActionMessage component
* refactor: normalize ChatContainer component
* refactor: normalize ChatJoinMessage component
* refactor: normalize ChatModerationActionMenu component
* refactor: normalize ChatModerationDetailsModal component
* refactor: normalize ChatModeratorNotification component
* refactor: normalize ChatSocialMessage component
* refactor: normalize ChatSystemMessage component
* refactor: normalize ChatTextField component
* refactor: normalize ChatUserBadge component
* refactor: normalize ChatUserMessage component
* refactor: normalize ContentHeader component
* refactor: normalize OwncastLogo component
* refactor: normalize UserDropdown component
* chore(eslint): modify react/function-component-definition rule
* refactor: normalize CodecSelector component
* refactor: update a bunch of functional components using eslint
* refactor: update a bunch of functional components using eslint, pt2
* refactor: update a bunch of functional components using eslint, pt3
* refactor: replace all component->component default imports with named imports
* refactor: replace all component-stories->component default imports with named imports
* refactor: remove default exports from most components
* chore(eslint): add eslint config files for the components and pages dirs
* fix: use-before-define error in ChatContainer
* Fix ChatContainer import
* Only process .tsx files in Next builds
Co-authored-by: Gabe Kangas <gabek@real-ity.com> 
						
						
					 
					
						2022-09-07 00:00:28 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ebbbb8bf2 
					 
					
						
						
							
							refactor(stories): co-locate stories with components ( #2078 )  
						
						... 
						
						
						
						* refactor: move ActionButton component
* refactor: move BanUserButton component
* refactor: move ChatActionMessage component
* refactor: move ChatContainer component
* refactor: move AuthModal component
* refactor: move BrowserNotifyModal component
* refactor: move ChatUserMessage component
* refactor: move ChatJoinMessage component
* refactor: move ChatTextField component
* refactor: move ChatUserBadge component
* refactor: move FollowerCollection and SingleFollower components
* fix: bad import path
* refactor: move FollowModal component
* refactor: move Modal component
* refactor: move ContentHeader component
* refactor: move ChatSystemMessage component
* refactor: move Header component
* refactor: move Footer component
* refactor: move StatusBar component
* refactor: move OfflineBanner component
* refactor: move OwncastPlayer component
* refactor: move IndieAuthModal component
* refactor: move SocialLinks component
* refactor: move VideoPoster component
* refactor: move FollowModal component
* refactor: move FediAuthModal.tsx component
* refactor: move UserDropdown component
* refactor: move ChatSocialMessage component
* refactor: move Logo component
* refactor: move NotifyReminderPopup component
* refactor: move NameChangeModal component
* refactor: move FatalErrorStateModal component
* refactor: move ChatModeratorNotification component
* refactor: move ChatModerationActionMenu and ChatModerationDetailsModal components
* refactor: move CustomPageContent component
* refactor: move storybook Introduction file
* refactor: update storybook story import path
* refactor: move storybook preview styles
* refactor: move storybook doc pages
* refactor: move Color and ImageAsset components
* fix: bad import path
* fix: bad import path in story file 
						
						
					 
					
						2022-09-03 11:38:52 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa0b43074f 
					 
					
						
						
							
							Fix chat user color variable  
						
						
						
						
					 
					
						2022-09-01 19:37:21 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2bd9436ba 
					 
					
						
						
							
							Show moderation menu for moderators.  Closes   #1864  
						
						
						
						
					 
					
						2022-08-22 19:25:16 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f3a16be0dd 
					 
					
						
						
							
							Add user detail API + modal.  Closes   #2002  
						
						
						
						
					 
					
						2022-07-20 22:36:20 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00f8fea929 
					 
					
						
						
							
							WIP of chat moderation menu, actions and modal  
						
						
						
						
					 
					
						2022-07-16 17:34:19 -07:00