(feat): add embeds
This commit is contained in:
parent
9f3d610bb4
commit
1e90171ee9
13 changed files with 549 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Switch } from "@/features/settings/components";
|
||||
import { List, Switch } from "@/features/settings/components";
|
||||
import { Kbd } from "@tensamin/ui";
|
||||
|
||||
export default function Page() {
|
||||
|
|
@ -25,6 +25,7 @@ export default function Page() {
|
|||
label="Sidebar message preview"
|
||||
id="settings.show_start_of_last_message_in_sidebar"
|
||||
/>
|
||||
<List label="Trusted embed domains" id="chat_trusted_domains" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue