mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
feat: Added Podcast Feature and its actually fast.
- Fully Async
This commit is contained in:
parent
10d56acaa8
commit
b4bee887bd
19 changed files with 1676 additions and 75 deletions
|
|
@ -14,6 +14,7 @@ import {
|
|||
Info,
|
||||
ExternalLink,
|
||||
Trash2,
|
||||
Podcast,
|
||||
type LucideIcon,
|
||||
} from "lucide-react"
|
||||
|
||||
|
|
@ -45,7 +46,8 @@ export const iconMap: Record<string, LucideIcon> = {
|
|||
AlertCircle,
|
||||
Info,
|
||||
ExternalLink,
|
||||
Trash2
|
||||
Trash2,
|
||||
Podcast
|
||||
}
|
||||
|
||||
const defaultData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue