mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
use shadcn theme
This commit is contained in:
parent
42a594984d
commit
ab727089d2
1138
web/package-lock.json
generated
1138
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -39,6 +39,7 @@
|
||||
"@radix-ui/react-toggle-group": "^1.1.2",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@rjsf/core": "^6.2.5",
|
||||
"@rjsf/shadcn": "^6.2.5",
|
||||
"@rjsf/utils": "^6.2.5",
|
||||
"@rjsf/validator-ajv8": "^6.2.5",
|
||||
"apexcharts": "^3.52.0",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// ConfigForm - Main RJSF form wrapper component
|
||||
import Form from "@rjsf/core";
|
||||
import Form from "@rjsf/shadcn";
|
||||
import validator from "@rjsf/validator-ajv8";
|
||||
import type { RJSFSchema, UiSchema } from "@rjsf/utils";
|
||||
import type { IChangeEvent } from "@rjsf/core";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user