mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-27 13:39:03 +08:00 
			
		
		
		
	feat(web): Implement virtualized icon grid
This commit is contained in:
		 Thomas Camlong
					Thomas Camlong
				
			
				
					committed by
					
						 Bjorn Lammers
						Bjorn Lammers
					
				
			
			
				
	
			
			
			 Bjorn Lammers
						Bjorn Lammers
					
				
			
						parent
						
							3499605fb7
						
					
				
				
					commit
					f3829f533b
				
			| @@ -1,6 +1,6 @@ | ||||
| "use client" | ||||
|  | ||||
| import { IconsGrid } from "@/components/icon-grid" | ||||
| import { VirtualizedIconsGrid } from "@/components/icon-grid" | ||||
| import { IconSubmissionContent } from "@/components/icon-submission-form" | ||||
| import { Badge } from "@/components/ui/badge" | ||||
| import { Button } from "@/components/ui/button" | ||||
| @@ -432,7 +432,7 @@ export function IconSearch({ icons }: IconSearchProps) { | ||||
| 						</div> | ||||
| 					</div> | ||||
|  | ||||
| 					<IconsGrid filteredIcons={filteredIcons} matchedAliases={matchedAliases} /> | ||||
| 					<VirtualizedIconsGrid filteredIcons={filteredIcons} matchedAliases={matchedAliases} /> | ||||
| 				</> | ||||
| 			)} | ||||
| 		</> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user