feat: responsive header, search boxes (#10)

This commit is contained in:
UUBulb
2024-11-22 07:41:47 +08:00
committed by GitHub
parent 8248d6c910
commit b1b8b91fb5
28 changed files with 672 additions and 168 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ export default () => {
<FormItem>
<FormLabel>Username</FormLabel>
<FormControl>
<Input placeholder="shadcn" {...field} />
<Input placeholder="shadcn" autoComplete="username" {...field} />
</FormControl>
<FormDescription>
This is your public display name.
@@ -66,7 +66,7 @@ export default () => {
<FormItem>
<FormLabel>Password</FormLabel>
<FormControl>
<Input type="password" placeholder="shadcn" {...field} />
<Input type="password" placeholder="shadcn" autoComplete="current-password" {...field} />
</FormControl>
<FormDescription>
This is your public display name.