mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-10 21:17:31 +02:00
✨ Update control panel layout + add new action bar (#1756)
This commit is contained in:
parent
87b8c76492
commit
1146586e14
16 changed files with 307 additions and 185 deletions
7
apps/web/src/features/instance-settings/schema.ts
Normal file
7
apps/web/src/features/instance-settings/schema.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { z } from "zod";
|
||||
|
||||
export const instanceSettingsSchema = z.object({
|
||||
disableUserRegistration: z.boolean(),
|
||||
});
|
||||
|
||||
export type InstanceSettings = z.infer<typeof instanceSettingsSchema>;
|
Loading…
Add table
Add a link
Reference in a new issue