Added deeplinks, added qr code login, added settings, other stuff
This commit is contained in:
parent
462fc19591
commit
8ff8bd9528
32 changed files with 917 additions and 78 deletions
12
apps/web/src/routes/settings/chat.tsx
Normal file
12
apps/web/src/routes/settings/chat.tsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Switch } from "@/features/settings/components";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
<Switch
|
||||
label="Reverse Enter Key Behavior"
|
||||
id="settings.reverse_enter_behavior"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in a new issue