269 Commits

Author SHA1 Message Date
Hossein Mehrabi
1009855cfc
fix: render medium and large PostCard cover images in 16:9 aspect ratio, fixes #97 2023-08-26 20:41:16 +03:30
jeangovil
ff79913930
Merge pull request #111 from acid-info/cleanup-old-search
remove unused and old modules
2023-08-26 17:54:24 +03:30
amirhouieh
2eb9fb238c remove unused and old modules 2023-08-26 16:15:41 +02:00
amir houieh
4077f50152
Merge pull request #109 from acid-info/hero-tags-responsive
Hero tags responsive
2023-08-26 15:55:20 +02:00
amirhouieh
a01364bb16 fix #98 2023-08-26 15:54:35 +02:00
amirhouieh
498f8dc1a8 #100 2023-08-26 15:31:53 +02:00
amir houieh
cbea3dce0a
Merge pull request #107 from acid-info/static-pages
WIP: Static pages
2023-08-26 14:30:34 +02:00
amirhouieh
fd07eb27c5 fix type errors 2023-08-26 14:27:44 +02:00
amirhouieh
684b9fdb0c render page and design 2023-08-26 14:15:51 +02:00
Hossein Mehrabi
b12a2b9aa0
feat: implement static pages service methods & next.js page component refs #106 2023-08-25 19:31:57 +03:30
jeangovil
c2e13c38a2
Merge pull request #102 from acid-info/responsive-styles
Responsive styles
2023-08-25 17:33:36 +03:30
jinhojang6
a54c6dc6d1 style: update footer style 2023-08-25 22:53:26 +09:00
jinhojang6
3f02cbc83c style: implement new show card design 2023-08-25 22:09:24 +09:00
amir houieh
155d681356
trigger build 2023-08-25 14:32:41 +02:00
Hossein Mehrabi
a33a4be92d
fix: restore hero section content padding refs #101 2023-08-25 16:00:09 +03:30
Hossein Mehrabi
ddbc33dc32
fix: most recent posts should be cut off at right side on mobile, closes #101 2023-08-25 15:58:23 +03:30
Hossein Mehrabi
50baeb2572
fix: optional global content padding refs #101 2023-08-25 15:58:14 +03:30
Hossein Mehrabi
ff92ced315
fix: fix build errors 2023-08-25 14:55:09 +03:30
Hossein Mehrabi
0e9ce6483e
fix: fix logo image url and spacing in the PodcastShowCard 2023-08-25 14:50:56 +03:30
Hossein Mehrabi
1a23c2dc35
feat: add podcast show logo assets 2023-08-25 14:50:56 +03:30
jinhojang6
cc8036dec6 chore: show global audio player only when playing 2023-08-25 19:48:50 +09:00
jinhojang6
348105fe5a style: update global audio player style 2023-08-25 19:45:02 +09:00
amirhouieh
48548b2e9c trigger build 2023-08-25 12:19:03 +02:00
Hossein Mehrabi
672a01f365
fix: navbar border issue 2023-08-25 13:46:45 +03:30
Hossein Mehrabi
3dc6426608
fix: add subtitle to GraphQL queries 2023-08-25 13:43:38 +03:30
jinhojang6
9e3fdd5174 style: adjust mobile css 2023-08-25 18:55:36 +09:00
amir houieh
4fe0498f11
Update README.md 2023-08-25 11:55:17 +02:00
jeangovil
b0ad43bb7d
Merge pull request #95 from acid-info/navbar-design
Navbar design
2023-08-25 13:09:58 +03:30
jeangovil
1c4b35b3ca
Merge pull request #90 from acid-info/refactor-podcasts
Refactor podcasts & episode components
2023-08-25 13:08:53 +03:30
amirhouieh
6acd390e29 add social media to navbar 2023-08-25 11:27:44 +02:00
amirhouieh
71bd962cb3 navbar links typography adjustment 2023-08-25 11:02:38 +02:00
Hossein Mehrabi
fea1df2c33
Merge branch 'develop' into refactor-podcasts 2023-08-25 00:08:56 +03:30
Hossein Mehrabi
1498382776
refactor: use PostsGrid for rendering related episodes 2023-08-25 00:08:18 +03:30
Hossein Mehrabi
f411b2b251
Merge branch 'develop' into refactor-podcasts 2023-08-24 23:57:28 +03:30
jeangovil
b6dffda933
Merge pull request #93 from acid-info/responsive-landing-page
WIP: Responsive landing page
2023-08-24 23:51:32 +03:30
Hossein Mehrabi
8f98901eed
fix: restore broken episode list component 2023-08-24 23:49:44 +03:30
Hossein Mehrabi
8664c5e288
feat: enhance PostsGrid's border styling options 2023-08-24 23:48:47 +03:30
Hossein Mehrabi
1583ca83be
fix: restore show episodes border style 2023-08-24 22:08:16 +03:30
Hossein Mehrabi
6ecdc38d52
fix: fix load more posts button size 2023-08-24 21:51:25 +03:30
Hossein Mehrabi
bcb7ffb14e
fix: fix spacing and border style of most recent posts 2023-08-24 21:45:43 +03:30
Hossein Mehrabi
563ae6db2e
fix: hide the year of most recent posts on the landing page 2023-08-24 20:57:58 +03:30
Hossein Mehrabi
187c6de312
feat: enable horizontal scroll for the five most recent posts on the landing page 2023-08-24 20:57:52 +03:30
Hossein Mehrabi
1315d9c7f1
feat: add support for horizontal scroll in the PostsGrid component 2023-08-24 20:49:55 +03:30
Hossein Mehrabi
49df825cd4
fix: make show details stick to the bottom of the xxsmall PostCard 2023-08-24 20:49:20 +03:30
Hossein Mehrabi
c3db5e6873
fix: landing page grid settings 2023-08-24 19:57:01 +03:30
Hossein Mehrabi
c409b2e643
feat: responsive PostCard 2023-08-24 19:56:43 +03:30
jinhojang6
7021dab746 style: update episode responsiveness 2023-08-24 23:03:48 +09:00
jinhojang6
b4993f6e95 style: podcasts page responsiveness 2023-08-24 22:06:11 +09:00
jinhojang6
f494d610cf style: responsiveness for show page 2023-08-24 21:18:15 +09:00
jinhojang6
8d03fb3ce6 chore: remove fullscreen icon 2023-08-24 20:42:29 +09:00