(feat): add message states, tweaks chat ui
(feat): add drag and drop to login page
This commit is contained in:
parent
79beba44a4
commit
67b7926dab
9 changed files with 226 additions and 49 deletions
|
|
@ -36,7 +36,7 @@ export function Switch({
|
|||
label,
|
||||
id,
|
||||
}: {
|
||||
label: string;
|
||||
label: React.ReactNode;
|
||||
id: keyof typeof settingsStorageDefaults & BooleanStorageKey;
|
||||
}) {
|
||||
const { save, load } = useStorage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue