mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	Merge branch 'dev' into dev
This commit is contained in:
		
						commit
						354dec3cab
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -29,6 +29,7 @@ export function SearchInput({ active, loading, searchInputRef, onSearch, onReset
 | 
			
		|||
        ref={searchInputRef}
 | 
			
		||||
        style={{ paddingRight: config.space.S300 }}
 | 
			
		||||
        name="searchInput"
 | 
			
		||||
        autoFocus
 | 
			
		||||
        size="500"
 | 
			
		||||
        variant="Background"
 | 
			
		||||
        placeholder="Search for keyword"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -273,7 +273,7 @@ function InviteUser({ isOpen, roomId, searchTerm, onRequestClose }) {
 | 
			
		|||
            searchUser(usernameRef.current.value);
 | 
			
		||||
          }}
 | 
			
		||||
        >
 | 
			
		||||
          <Input value={searchTerm} forwardRef={usernameRef} label="Name or userId" />
 | 
			
		||||
          <Input value={searchTerm} forwardRef={usernameRef} label="Name or userId" autoFocus />
 | 
			
		||||
          <Button disabled={isSearching} iconSrc={UserIC} variant="primary" type="submit">
 | 
			
		||||
            Search
 | 
			
		||||
          </Button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue