merge main
Showing
- package-lock.json 37 additions, 2 deletionspackage-lock.json
- package.json 4 additions, 2 deletionspackage.json
- src/App.tsx 17 additions, 2 deletionssrc/App.tsx
- src/components/EpisodeHeader.tsx 152 additions, 0 deletionssrc/components/EpisodeHeader.tsx
- src/components/EpisodeList.tsx 156 additions, 0 deletionssrc/components/EpisodeList.tsx
- src/components/LibraryCard.tsx 58 additions, 0 deletionssrc/components/LibraryCard.tsx
- src/components/PodcastCard.tsx 57 additions, 20 deletionssrc/components/PodcastCard.tsx
- src/components/PodcastHeader.tsx 140 additions, 0 deletionssrc/components/PodcastHeader.tsx
- src/components/layouts/Player.tsx 96 additions, 66 deletionssrc/components/layouts/Player.tsx
- src/components/layouts/ProfileLayout.tsx 11 additions, 4 deletionssrc/components/layouts/ProfileLayout.tsx
- src/components/layouts/SidebarLayout.tsx 1 addition, 1 deletionsrc/components/layouts/SidebarLayout.tsx
- src/contexts/QueueContext.tsx 58 additions, 0 deletionssrc/contexts/QueueContext.tsx
- src/hooks/useSession.ts 26 additions, 17 deletionssrc/hooks/useSession.ts
- src/main.tsx 4 additions, 1 deletionsrc/main.tsx
- src/pages/episode/index.tsx 42 additions, 0 deletionssrc/pages/episode/index.tsx
- src/pages/home/index.tsx 17 additions, 3 deletionssrc/pages/home/index.tsx
- src/pages/library/index.tsx 42 additions, 0 deletionssrc/pages/library/index.tsx
- src/pages/not-found/index.tsx 8 additions, 0 deletionssrc/pages/not-found/index.tsx
- src/pages/podcast/index.tsx 68 additions, 0 deletionssrc/pages/podcast/index.tsx
- src/pages/profile/index.tsx 83 additions, 0 deletionssrc/pages/profile/index.tsx
Please register or sign in to comment