478 | {state === 'capturing' 479 | ? 'Capturing the page...' 480 | : 'Uploading image...'} 481 |
482 |483 | Please do not close this window, this may take a few seconds 484 | depending on the size of the page. 485 |
486 |161 | {body} 162 |
163 | ); 164 | }); 165 | FormMessage.displayName = 'FormMessage'; 166 | 167 | export { 168 | useFormField, 169 | Form, 170 | FormItem, 171 | FormLabel, 172 | FormControl, 173 | FormDescription, 174 | FormMessage, 175 | FormField, 176 | }; 177 | -------------------------------------------------------------------------------- /src/@/components/ui/Input.tsx: -------------------------------------------------------------------------------- 1 | import * as React from 'react'; 2 | 3 | import { cn } from '../../lib/utils.ts'; 4 | 5 | export interface InputProps 6 | extends React.InputHTMLAttributes16 | This is a extension for the{' '} 17 | 23 | Linkwarden 24 | 25 | . Please fill out the following text boxes accordingly. 26 |
27 |51 | Config 52 |
53 |