Commit Graph

391 Commits

Author SHA1 Message Date
Hossein Mehrabi bceb18861d
fix: use auto=format qs for unbody images 2023-08-31 17:34:21 +03:30
Hossein Mehrabi e475cbe219
fix: change 'Terms of Service' to 'Terms of Use' in the footer links 2023-08-31 17:01:45 +03:30
Hossein Mehrabi f12c9ecb88
fix: remove privacy policy from footer links fixes #161 2023-08-31 16:49:38 +03:30
Hossein Mehrabi bbb1e4238a
fix: load responsive images directly from Unbody cdn 2023-08-31 16:33:04 +03:30
Hossein Mehrabi 0cc0942ccd
fix: return 404 for non existent static pages 2023-08-31 16:32:24 +03:30
Hossein Mehrabi f8f738965e
fix: disable webhook on Vercel 2023-08-31 16:16:33 +03:30
Hossein Mehrabi 3d1a46bffc
fix: disable webhook on Vercel 2023-08-31 16:14:23 +03:30
Hossein Mehrabi 8a27d9e977
refactor: unbody service initial data loader 2023-08-31 15:08:15 +03:30
Hossein Mehrabi 89494566b3
feat: add healthcheck endpoint 2023-08-31 14:31:10 +03:30
Hossein Mehrabi c3808edc44
chore: add default webhook token 2023-08-31 13:54:26 +03:30
Hossein Mehrabi 63261bb140
feat: implement webhook to clear apollo cache and periodically revalidate static pages 2023-08-31 13:18:36 +03:30
Hossein Mehrabi 98ec69968c
fix: fix hero tags spacing on tablet size 2023-08-31 04:59:52 +03:30
Hossein Mehrabi e3003c5497
fix: fix invisible hero tags issue on desktop 2023-08-31 04:58:34 +03:30
Hossein Mehrabi 56d56b5614
chore: remove sample data 2023-08-31 04:45:26 +03:30
Hossein Mehrabi 94bd3047e9
feat: support italic, strikedthrough, underlined and center aligned text styles 2023-08-31 01:24:10 +03:30
Hossein Mehrabi 543f75863d
feat: respect ol tags' start attribute 2023-08-31 00:58:33 +03:30
Hossein Mehrabi 771db4abbc
refactor: enhance html attribute extractor util 2023-08-31 00:58:33 +03:30
Jakub Sokołowski 1364355e3c
ci: add missing quotes around build-arg flags
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-08-30 18:11:51 +02:00
amir houieh 312edca577
Merge pull request #156 from acid-info/og-image
New og image design
2023-08-30 17:59:01 +02:00
amirhouieh 1a1b6039b0 fix some design details 2023-08-30 17:58:29 +02:00
Hossein Mehrabi 899e7e834b
fix: fix episodes url on landing page 2023-08-30 19:11:31 +03:30
jeangovil f981045c8d
Merge pull request #157 from acid-info/ci/fix-missing-creds
ci: fix missing build-arg flags for credentials
2023-08-30 18:38:07 +03:30
Jakub Sokołowski 53a2be0939
ci: fix missing build-arg flags for credentials
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-08-30 16:49:11 +02:00
jeangovil 65db37d5e7
Merge pull request #155 from acid-info/ci/add-jenkinsfile
ci: add Jenkinsfile and improve Dockerfile
2023-08-30 18:12:20 +03:30
Jakub Sokołowski 1bfd3cab6c
ci: add Jenkinsfile and improve Dockerfile
Necessary to be able to deploy this software using Docker Compose.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-08-30 16:35:39 +02:00
jinhojang6 fe362ddec7 refactor: update og image path 2023-08-30 22:18:38 +09:00
jinhojang6 9f6f5e9895 style: adjust og image padding 2023-08-30 22:09:29 +09:00
jeangovil 1ecb686ad7
Merge pull request #144 from acid-info/og-image
OG image
2023-08-30 16:24:20 +03:30
Hossein Mehrabi 85ef55f1be
chore: organize imports with prettier 2023-08-30 16:14:46 +03:30
Hossein Mehrabi 3bb6eda23d
fix: build error 2023-08-30 16:09:11 +03:30
jinhojang6 7eff12b7d8 refactor: refactor og-related components 2023-08-30 21:37:08 +09:00
jinhojang6 c151be526c refactor: update og image design 2023-08-30 21:20:38 +09:00
jinhojang6 6798345c68 fix: set max title length for og title 2023-08-30 18:17:44 +09:00
jinhojang6 24903bb57f refactor: update ShareButton 2023-08-30 06:11:30 +09:00
jinhojang6 7e36ae9c70 feat: implement og-image 2023-08-30 06:11:30 +09:00
jinhojang6 0306280b2e chore: use navigator.share for share button 2023-08-30 06:11:30 +09:00
Hossein Mehrabi 5301bd2fe8
fix: display/hide theme switch icon with css so it works on first render 2023-08-30 00:12:55 +03:30
Hossein Mehrabi 324d0eef04
fix: fix author typography styles 2023-08-30 00:05:41 +03:30
Hossein Mehrabi cf12dfd088
feat: hide predefined email addresses fixes #149 2023-08-30 00:01:42 +03:30
Hossein Mehrabi f734a277fd
fix: build error 2023-08-29 22:24:27 +03:30
amirhouieh cf71f491c1 add site data to configs 2023-08-29 20:41:53 +02:00
amir houieh 0200b38f35
Merge pull request #147 from acid-info/quick-fixes-amir
Quick fixes amir
2023-08-29 20:18:26 +02:00
amirhouieh 93699b0a13 exclude article cover image from block search results 2023-08-29 20:17:07 +02:00
amirhouieh 4a15ed7687 close [#141] 2023-08-29 20:11:38 +02:00
amir houieh 84d71fca64
Merge pull request #146 from acid-info/search-finetune
closing #140
2023-08-29 20:04:05 +02:00
amirhouieh 8844b33adf closing #140 2023-08-29 19:58:15 +02:00
amir houieh 9b55548d07
Merge pull request #145 from acid-info/search-finetune
[#140] close
2023-08-29 19:56:05 +02:00
amirhouieh 482269fc9e [#140] 2023-08-29 19:54:51 +02:00
amir houieh b1a74e248f
Merge pull request #143 from acid-info/typography-details
Typography details
2023-08-29 18:03:13 +02:00
amirhouieh fb6bb6cdbc [#122] format tag filters 2023-08-29 18:02:36 +02:00