Commit Graph

584 Commits

Author SHA1 Message Date
Hossein Mehrabi 9bcfb4fec1
feat: implement initial strapi integration 2024-01-18 02:01:12 +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
amirhouieh fa5e910fa3 fix sorting issue 2023-12-15 14:04:03 +01:00
amirhouieh 60ce20e501 fix sorting issue 2023-12-15 14:01:34 +01:00
Hossein Mehrabi 8ae8488a81
fix: include highlighted episodes in counting number of episodes 2023-12-12 10:48:14 +03:30
Hossein Mehrabi f0136cbb69
fix: podcast shows description meta tag 2023-12-07 04:01:13 +03:30
Hossein Mehrabi e4e55deed4
fix: fix OG URLs 2023-12-07 03:56:24 +03:30
Hossein Mehrabi 795ad26e40
fix: escape og image url query string
This commit fixes a bug that caused some og image URLs to not work correctly because of escaping characters like "&". The fix involves escaping the query string and putting it in another query parameter "q" and then unescaping it on the API side and extracting the original parameters.
2023-12-07 03:13:57 +03:30
Hossein Mehrabi d701604586
fix: broken typography styles 2023-12-06 11:11:32 +03:30
Hossein Mehrabi b08c0f6733
chore: upgrade @acid-info/lsd-react 2023-12-05 20:03:14 +03:30
Hossein Mehrabi ba376c1b41
feat: use Odoo public API for email subscription
This update removes the newsletter subscription endpoint as the functionality has been integrated into Odoo as a custom module
2023-12-01 16:09:16 +03:30
Hossein Mehrabi 3d60b443ee
fix: fix episode transcription parser 2023-11-30 14:39:09 +03:30
Hossein Mehrabi 8e888f17dd
fix: set a fallback for non-predefined podcast show slugs 2023-11-30 14:39:09 +03:30
jeangovil bc715d3b09
Merge pull request #216 from acid-info/x-link
Update X link
2023-11-14 13:52:21 +03:30
jinhojang6 bc5649cddf chore: update X link 2023-11-14 19:20:13 +09:00
jinhojang6 7a88e567d0 chore: rename title to Logos Press Engine 2023-11-02 00:44:22 +09:00
jongomez d46b069e9f fix: update container name to CloseButtonContainer 2023-10-27 12:44:30 +01:00
jongomez 7e11f91497 fix: add a container to the close icon on the subs dialog 2023-10-27 12:44:30 +01:00
Hossein Mehrabi c27c8d1eb9
chore: update the path of podcasts logo images 2023-10-26 23:17:13 +03:30
Hossein Mehrabi 7f75fe960d
fix: display all podcast hosts 2023-10-26 23:09:41 +03:30
Hossein Mehrabi c9f7bb226e
fix: enable revalidation for podcasts page 2023-10-26 22:59:58 +03:30
jongomez 0d5347078b fix: fix styles for the info message boxes 2023-10-26 19:57:23 +01:00
jongomez 447bdb7d6d fix: increate margin bottom for buttons in sub dialog 2023-10-26 19:57:23 +01:00
jongomez e2bce7b7be fix: remove rogue empty line 2023-10-26 19:57:23 +01:00
jongomez 74186db2a7 fix: improve mobile styles for the subscription dialog 2023-10-26 19:57:23 +01:00
Hossein Mehrabi 973bd2154a
chore: update discord links 2023-10-26 21:59:27 +03:30
jongomez bdffc96b4c fix: change go to home page link to just a button that closes the dialog 2023-10-26 18:35:35 +01:00
jongomez 58c8b31023 fix: PR fixes and fix to home page button not closing dialog 2023-10-26 18:12:49 +01:00
jongomez 19bd9e2abb fix: pass in discord href as prop 2023-10-26 16:29:57 +01:00
jongomez c777a405c4 feat: adds join discord card 2023-10-26 16:29:57 +01:00
jongomez 758e7d7de9 feat: adds by label next to author names 2023-10-26 16:29:28 +01:00
jongomez bb0ddbc589 fix: hide the logos press type for small screens 2023-10-26 15:20:03 +01:00
jongomez cda1eec0a8 fix: remove unused css declaration and prop 2023-10-26 15:20:03 +01:00
jongomez f9d219c40e fix: use new api version for subscription 2023-10-26 15:20:03 +01:00
jongomez 17f716c6ce feat: call odoo api and update styles 2023-10-26 15:20:03 +01:00
jongomez 2461659b5d feat: implement subscribe button and dialogue 2023-10-26 15:20:03 +01:00
Hossein Mehrabi 50e222fd2a
feat: store firstName and lastName in the Odoo mailing contact database 2023-10-26 16:47:18 +03:30
Hossein Mehrabi efaec2fe11
feat: implement newsletter subscription endpoint 2023-10-26 15:25:00 +03:30
jinhojang6 030239dd52 refactor: update fathom types 2023-10-25 23:40:44 +09:00
jinhojang6 bbd8ef2ede refactor: refactor fathom with custom hooks 2023-10-25 23:40:44 +09:00
jinhojang6 3ec59c7a64 feat: add fathom analytics 2023-10-25 23:40:44 +09:00
amir houieh 0e141c6f91
Merge pull request #207 from acid-info/social-links
Update social links and hide about
2023-10-20 10:39:32 +02:00
jinhojang6 2aea6943d2 chore: update social links and hide about 2023-10-20 16:43:22 +09:00
Hossein Mehrabi 37a1876b07
fix: podcast episodes layout 2023-10-19 16:31:28 +03:30
Hossein Mehrabi 6cc544394f
fix: remove hero component's extra padding on desktop; refs #203 2023-10-19 16:17:42 +03:30
Hossein Mehrabi bf27baa545
fix: increase post search bar's padding to cover the table of contents header; refs #204 2023-10-19 16:04:05 +03:30
Hossein Mehrabi 36189a2216
fix: make the post search bar completely invisible if it's not active; refs #204 2023-10-19 15:56:17 +03:30
jeangovil 2cac37ace2
Merge pull request #201 from acid-info/post-search
feat: implement post search; refs #137
2023-10-03 18:44:54 +03:30
Hossein Mehrabi 3be1bb2275
fix: searchbox should collapse if query is not empty 2023-09-29 17:17:26 +03:30