feat(devices): add proper filter handling and update shadcn 🔨

This commit is contained in:
2025-06-26 18:42:48 +05:00
parent 6aea54884d
commit 59adaaf281
46 changed files with 9472 additions and 1055 deletions

View File

@ -34,7 +34,7 @@ export default function Search({ disabled }: { disabled?: boolean }) {
ref={inputRef}
placeholder="Search..."
type="search"
className={cn("w-fit", isPending && "animate-pulse")}
className={cn("sm:w-fit", isPending && "animate-pulse")}
name="search"
id="search"
defaultValue={searchQuery ? searchQuery : ""}