mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'krille/story-enhancements' into 'main'
chore: Remove story line count and make answering to stories online See merge request famedly/fluffychat!767
This commit is contained in:
		
						commit
						acb94772ac
					
				@ -101,7 +101,6 @@ class AddStoryView extends StatelessWidget {
 | 
			
		||||
                    focusNode: controller.focusNode,
 | 
			
		||||
                    minLines: 1,
 | 
			
		||||
                    maxLines: 15,
 | 
			
		||||
                    maxLength: 500,
 | 
			
		||||
                    autofocus: false,
 | 
			
		||||
                    textAlign: TextAlign.center,
 | 
			
		||||
                    style: TextStyle(
 | 
			
		||||
 | 
			
		||||
@ -320,7 +320,7 @@ class StoryView extends StatelessWidget {
 | 
			
		||||
                        minLines: 1,
 | 
			
		||||
                        maxLines: 7,
 | 
			
		||||
                        onSubmitted: controller.replyAction,
 | 
			
		||||
                        textInputAction: TextInputAction.newline,
 | 
			
		||||
                        textInputAction: TextInputAction.send,
 | 
			
		||||
                        readOnly: controller.replyLoading,
 | 
			
		||||
                        decoration: InputDecoration(
 | 
			
		||||
                          hintText: L10n.of(context)!.reply,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user