mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
Add use podcasts
This commit is contained in:
parent
666ea87a9d
commit
13342eb823
3 changed files with 43 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export function ConfigModal(props: ConfigModalProps) {
|
|||
>
|
||||
<Pencil strokeWidth={1} className="h-4 w-4" />
|
||||
</PopoverTrigger>
|
||||
<PopoverContent align="end" className="bg-sidebar w-96 ">
|
||||
<PopoverContent onClick={(e) => e.stopPropagation()} align="end" className="bg-sidebar w-96 ">
|
||||
<form className="flex flex-col gap-3 w-full">
|
||||
<label className="text-sm font-medium" htmlFor="prompt">
|
||||
What subjects should the AI cover in this podcast ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue