Commit Graph

631 Commits

Author SHA1 Message Date
Hossein Mehrabi d1745dcd64
fix: sort search results chronologically when no query is provided 2024-01-31 18:07:48 +03:30
jinhojang6 f09d8255ad
chore: add privacy policy link to footer 2024-01-31 12:58:09 +03:30
Hossein Mehrabi 2f7b5fdad0
fix: sort tags on landing page based on their number of posts 2024-01-31 11:53:08 +03:30
amir houieh c492e68113
Merge pull request #233 from acid-info/icons
fix broken icons
2024-01-30 18:03:21 +01:00
amirhouieh fb3b47cf02
fix broken icons 2024-01-30 17:00:30 +00:00
Hossein Mehrabi 386aeb844f
fix: display podcast show link on episode page 2024-01-30 18:12:49 +03:30
Hossein Mehrabi 36352e0959
fix: ensure episode header is displayed even when Youtube or Simplecast channel is missing 2024-01-30 16:58:17 +03:30
Hossein Mehrabi ff5b3dcb1f
fix: remove the extra border on landing page when there is no featured post 2024-01-30 15:33:31 +03:30
Hossein Mehrabi 22b780f54c
fix: fix image ratio for small sized PostCard 2024-01-30 15:27:09 +03:30
Hossein Mehrabi c2c5650a62
chore: update image source domains 2024-01-30 15:15:46 +03:30
Hossein Mehrabi 0b0bd06700
fix: handle 404 errors for static pages 2024-01-29 19:23:09 +03:30
amir houieh 9f1663cfde
Merge pull request #231 from acid-info/fix-rss
error handeling for rss
2024-01-29 14:45:06 +01:00
amirhouieh a97fcecf89
error handeling for rss 2024-01-29 13:39:35 +00:00
Hossein Mehrabi e25677eb32
feat: implement new url structure for preview page /preview/[type]/[slug] 2024-01-29 16:16:53 +03:30
Hossein Mehrabi 5301a81728
Merge pull request #229 from acid-info/detailings-amir
Detailings amir
2024-01-25 16:40:00 +03:30
amirhouieh ea7209eb62
remove rss files from git 2024-01-25 13:06:06 +00:00
amirhouieh cf1365ba04
remove rss files from git 2024-01-25 13:05:25 +00:00
amirhouieh f80c41c791
add placeholder for inline images 2024-01-25 12:51:32 +00:00
amirhouieh 4e7f3ad9f9
apply rss per page type 2024-01-25 12:38:09 +00:00
Hossein Mehrabi f6f4be6a49
fix: clear apollo cache upon webhook calls 2024-01-23 19:27:54 +03:30
Hossein Mehrabi 6d4f93f71c
refactor: remove unbody service 2024-01-23 19:21:20 +03:30
Hossein Mehrabi 047f378e4d
fix: add .gitkeep to the public/images/placeholders dir to prevent build error 2024-01-22 17:56:07 +03:30
Hossein Mehrabi ef2c75df5f
fix: downgrade sharp to the cross-platform version v0.31.3 2024-01-22 17:54:20 +03:30
Hossein Mehrabi de642d53a5
Merge pull request #227 from acid-info/v1.1-newrss
V1.1 newrss
2024-01-22 17:34:03 +03:30
amirhouieh 9755232aeb
ignore placeholders from repo 2024-01-22 15:03:47 +01:00
amirhouieh 3d8be8c83f
remove placeholder images from repo 2024-01-22 15:03:24 +01:00
Hossein Mehrabi 7a95262dfe
Merge pull request #228 from acid-info/front-search
Front search
2024-01-22 17:31:21 +03:30
Hossein Mehrabi 25727c9e18
Merge pull request #226 from acid-info/v1.1-lazylaoding
V1.1 lazylaoding
2024-01-22 17:29:53 +03:30
Hossein Mehrabi 3e5ed14dc6
Merge branch 'v1.1' into v1.1-lazylaoding 2024-01-22 17:29:45 +03:30
amirhouieh 7d1065a284
disable pixalation for vercel 2024-01-22 14:57:51 +01:00
amirhouieh dd554fe252 new search 2024-01-22 13:41:42 +01:00
Hossein Mehrabi ebd73af834
fix: restore previewing feature
The previewing feature was broken due to switching CMS to Strapi, which handles static pages and posts differently. This fix enables the user to preview any content by visiting the /preview page and specifying the type (page or post) and the id of the content in the query parameters. For example, /preview?type=page&id=[about-page-id] will preview the about page.
2024-01-21 21:45:26 +03:30
amirhouieh dadd21325b feat: add new rss - simplified 2024-01-20 17:54:53 +01:00
Hossein Mehrabi 14138f9b45
feat: add support for footnotes 2024-01-20 18:23:33 +03:30
amirhouieh b8c4b37cb5 add lazyloading and pixelated placeholders 2024-01-19 14:53:41 +01:00
Hossein Mehrabi 121174d6f2
chore: update .env 2024-01-18 16:18:56 +03:30
Hossein Mehrabi 7189c9982f
feat: implement initial strapi integration 2024-01-18 16:13:37 +03:30
Hossein Mehrabi e4ef86af4d
feat: implement podcasts page design adjustments 2024-01-10 12:37:32 +03:30
Hossein Mehrabi 13c964fb94
feat: implement navbar design adjustments 2024-01-10 12:37:32 +03:30
Hossein Mehrabi 73c3f3e904
feat: add the browser all section to the landing page 2024-01-10 12:37:24 +03:30
Hossein Mehrabi 9db3c686ae
fix: adjust layout of PostCard on search list view 2024-01-10 08:44:39 +03:30
Hossein Mehrabi 97cf618330
fix: restore broken pages with PostCard and PostsGrid components 2024-01-10 08:44:39 +03:30
Hossein Mehrabi e8fad7451c
fix: build error 2024-01-10 08:44:39 +03:30
Hossein Mehrabi c33ae6e336
fix: hero section spacing on mobile 2024-01-10 08:44:39 +03:30
Hossein Mehrabi acb09eb310
feat: implement landing page's new layout 2024-01-10 08:44:39 +03:30
Hossein Mehrabi 99fc7f6c8b
fix: PostCard and PostsGrid spacing 2024-01-10 08:44:39 +03:30
Hossein Mehrabi 4211a8894a
feat: implement PostCard component design adjustments 2024-01-10 08:44:39 +03:30
Hossein Mehrabi e0ff5b837e
feat: implement Hero component adjustments
- Removed tags
- Updated typography and spacing
2024-01-10 08:44:38 +03:30
Hossein Mehrabi 951c93f3be
feat: adjust schema and queries for Unbody project migration 2024-01-08 19:37:05 +03:30
amir houieh 8657a4e95f
Merge pull request #220 from acid-info/posts-sort
Posts sort
2023-12-15 14:04:59 +01:00