mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	[Client] Improve usability
This commit is contained in:
		
							parent
							
								
									8c68992594
								
							
						
					
					
						commit
						b72d15b56c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
		<section class="fit-bottom">
 | 
							<section class="fit-bottom">
 | 
				
			||||||
			<header><fa icon="headset"/> %i18n:@maintainer-config%</header>
 | 
								<header><fa icon="headset"/> %i18n:@maintainer-config%</header>
 | 
				
			||||||
			<ui-input v-model="maintainerName">%i18n:@maintainer-name%</ui-input>
 | 
								<ui-input v-model="maintainerName">%i18n:@maintainer-name%</ui-input>
 | 
				
			||||||
			<ui-input v-model="maintainerEmail">%i18n:@maintainer-email%</ui-input>
 | 
								<ui-input v-model="maintainerEmail" type="email"><i slot="icon"><fa :icon="['far', 'envelope']"/></i>%i18n:@maintainer-email%</ui-input>
 | 
				
			||||||
		</section>
 | 
							</section>
 | 
				
			||||||
		<section class="fit-top fit-bottom">
 | 
							<section class="fit-top fit-bottom">
 | 
				
			||||||
			<ui-input v-model="maxNoteTextLength">%i18n:@max-note-text-length%</ui-input>
 | 
								<ui-input v-model="maxNoteTextLength">%i18n:@max-note-text-length%</ui-input>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue