196 Commits

Author SHA1 Message Date
Hossein Mehrabi
b70dced6d1
chore: update .env 2023-08-22 17:57:11 +03:30
Hossein Mehrabi
a00443e740
chore: update .gitignore 2023-08-22 17:56:29 +03:30
Hossein Mehrabi
9c1600c36d
fix: fix episode channels parser 2023-08-22 14:40:15 +03:30
amir houieh
026b80d1f6
Update README.md 2023-08-22 12:15:23 +02:00
Hossein Mehrabi
eb09f25f2b
fix: fix type errors 2023-08-22 04:53:04 +03:30
Hossein Mehrabi
8db3cfebed
refactor: refactor podcast components 2023-08-22 04:46:23 +03:30
Hossein Mehrabi
1f33c01035
Merge remote-tracking branch 'origin/refactor-components' into develop 2023-08-22 03:51:07 +03:30
Hossein Mehrabi
fbbb776543
fix: restore landing page hero section 2023-08-22 03:49:44 +03:30
Hossein Mehrabi
9b777c3b0a
Merge remote-tracking branch 'origin/navbar' into develop 2023-08-22 03:48:19 +03:30
Hossein Mehrabi
a9c915195a
feat: implement landing page 2023-08-22 03:46:17 +03:30
jinhojang6
f33c4a5262 fix: fix build errors 2023-08-22 01:11:13 +09:00
jinhojang6
f746065240 refactor: refactor episode-related components 2023-08-22 01:07:50 +09:00
amirhouieh
e9c38919d1 fix article page error 2023-08-21 17:56:04 +02:00
amirhouieh
0ff7cbd044 add options 2023-08-21 17:47:08 +02:00
amirhouieh
83e14e49c4 refactor nabvar without search option 2023-08-21 17:30:48 +02:00
Hossein Mehrabi
fed07d5324
refactor: define emotion theme type 2023-08-21 16:19:50 +03:30
Hossein Mehrabi
5fcaef4da6
fix: render GlobalAudioPlayer only on client side 2023-08-21 15:47:27 +03:30
Hossein Mehrabi
6b4a81ce11
fix: restore support for episode transcription/timestamps sections 2023-08-21 14:20:23 +03:30
amir houieh
1280824c1f
Merge pull request #84 from acid-info/episode
feat: add episode and podcast page
2023-08-19 13:49:17 +02:00
jinhojang6
52e72f9e65 refactor: refactor related episodes 2023-08-19 03:11:57 +09:00
jinhojang6
da610338e1 chore: remove duplicate cards 2023-08-19 03:00:28 +09:00
jinhojang6
281fa7a524 feat: add youtube thumbnail 2023-08-19 02:55:18 +09:00
jinhojang6
20fa9d826d feat: simplecast player 2023-08-19 02:33:04 +09:00
jinhojang6
879de9b79c refactor: separate Episode Stats 2023-08-19 02:33:04 +09:00
jinhojang6
7d9aedf8e5 feat: show global audio player when scrolled 2023-08-19 02:33:04 +09:00
jinhojang6
1454e5ae97 fix: remove JSON error comments 2023-08-19 02:33:04 +09:00
jinhojang6
9439f26c60 feat: implement episode API 2023-08-19 02:33:04 +09:00
jinhojang6
028aa01682 feat: implement API for podcasts/[slug] 2023-08-19 02:33:04 +09:00
jinhojang6
c80c3c8eec feat: implement API endpoints for podcasts page 2023-08-19 02:33:04 +09:00
jinhojang6
c635c16291 feat: update PostCard and PostCard ShowDetails 2023-08-19 02:33:04 +09:00
jinhojang6
d58d293de9 feat: video duration for episode 2023-08-19 02:33:04 +09:00
jinhojang6
760c368595 style: update podcasts style 2023-08-19 02:33:04 +09:00
jinhojang6
1e7a5d7692 feat: add podcast show page 2023-08-19 02:33:04 +09:00
jinhojang6
632f61e8d0 feat: add podcasts page 2023-08-19 02:33:04 +09:00
jinhojang6
13c64e771a style: update global audio player thumbnail 2023-08-19 02:33:04 +09:00
jinhojang6
00913634c2 feat: update footer 2023-08-19 02:33:04 +09:00
jinhojang6
86e8ecaf2e feat: add timestamp to transcription 2023-08-19 02:33:04 +09:00
jinhojang6
5a0d79462e feat: add episode channels 2023-08-19 02:33:04 +09:00
jinhojang6
af8b026b6e feat: enable global audio player 2023-08-19 02:33:04 +09:00
jinhojang6
fe4a3da6d7 feat: add single podcast and podcasts route 2023-08-19 02:33:04 +09:00
jinhojang6
297c49e06a feat: add components for episode 2023-08-19 02:33:04 +09:00
jinhojang6
8ccd877d66 feat: add episode page 2023-08-19 02:33:04 +09:00
Hossein Mehrabi
e2cdc0886d
feat: parse episode document content 2023-08-18 19:19:41 +03:30
Hossein Mehrabi
11c994a693
feat: add support for episode document timestamps section 2023-08-18 18:34:48 +03:30
Hossein Mehrabi
93e797b151
feat: add Simplecast channel 2023-08-18 18:11:24 +03:30
Hossein Mehrabi
88099a0442
fix: exclude current podcast episode from related episodes query 2023-08-18 14:39:18 +03:30
Hossein Mehrabi
d119c18606
fix: avoid undefined values in podcast episode data transformer 2023-08-18 14:33:24 +03:30
Hossein Mehrabi
584d4535ca
fix: filter out docs that don't match podcast episodes 2023-08-18 14:23:46 +03:30
Hossein Mehrabi
3363b15587
feat: implement getRecentPosts and getLatestEpisodes endpoints 2023-08-17 18:28:33 +03:30
jeangovil
734c548022
Merge pull request #85 from acid-info/postcard
add postcard based on new design
2023-08-17 17:43:03 +03:30