Commit Graph

21 Commits

Author SHA1 Message Date
9579dbec67 fix: Wrap props typing 2024-04-20 12:33:45 +02:00
f40499e781 feat: add conditional links to podcast info card 2024-04-20 12:31:58 +02:00
b25af2cad2 chore: update todo 2024-04-20 12:00:23 +02:00
2126e6bdbc chore: refactor to take advantage of routing instead of rendering the same component twice 2024-04-20 11:51:05 +02:00
172e9e4c10 chore: refactor podcast info into a separate component 2024-04-19 12:47:07 +02:00
ae3196fd25 chore: add description to episode dto 2024-04-19 12:46:39 +02:00
e2f9a6a11f feat: add link to episode page 2024-04-19 12:33:44 +02:00
3b31b7df95 feat: add link to episode page 2024-04-19 12:33:41 +02:00
db7d0fd841 feat: add episodes info to podcast page 2024-04-19 00:32:01 +02:00
9370066464 chore: refactor podcast dto to hold different image sizes 2024-04-18 22:54:20 +02:00
21925d101e chore: add react-query 2024-04-18 22:41:21 +02:00
069a3deb7c chore: add episodes endpoint to podcasts service, add types 2024-04-18 21:54:02 +02:00
a381913434 feat: add search for podcasts list 2024-04-18 21:35:39 +02:00
8ac7bf2bbf chore: add todo.md 2024-04-18 21:32:27 +02:00
ad58fbb47e feat: make PodcastPreviewCard a link to navigate to the podcast page 2024-04-18 16:52:16 +02:00
de9eafdaa8 feat: add podcasts service 2024-04-18 16:48:22 +02:00
1396249544 feat: create basic homepage structure with mock data 2024-04-18 15:38:49 +02:00
4671b5e707 chore: set up routing with mock pages 2024-04-18 15:26:02 +02:00
6d8ec83bcb rename App.tsx to follow kebab-case naming 2024-04-18 15:17:21 +02:00
337b64759f add tailwind css 2024-04-18 15:14:35 +02:00
7ba2e15940 chore: scaffold the project 2024-04-18 15:10:31 +02:00