Commit graph

189 commits

Author SHA1 Message Date
zyachel
53c708a166 fix: fix footer styles in about page
previous commit(7f0406f) introduced this bug
2022-06-20 13:01:39 +05:30
zyachel
2dd4a030d2 feat: add link to redirect user to Quora in case of errors
if user stumbles upon some error page, or a route that is yet to be implemented, added a link so that user can easily go to Quora should he/she wishes to do so.
2022-06-15 22:12:18 +05:30
zyachel
ad014480ea fix: change the code so as to compress static resources as well 2022-06-15 22:09:07 +05:30
zyachel
b9d65e89f0 fix: fix errors in fetchers 2022-06-12 12:49:08 +05:30
zyachel
14eece71a6 feat: add meta tags for seo 2022-06-12 12:40:03 +05:30
zyachel
7f0406f054 refactor: refactor the controllers a bit to make them more consistent 2022-06-12 12:34:18 +05:30
zyachel
719988c587 feat: add theme sensitive theme-color meta tags
adds a nice touch to overall look of the webpage
2022-06-08 00:30:43 +05:30
Conventional Changelog Action
20bbfa9f8e chore(release): v2.0.1 [skip ci] 2022-06-06 18:21:39 +00:00
zyachel
475fc79cec perf: implement caching for static assets 2022-06-06 23:49:11 +05:30
zyachel
bbb2b695b2 docs: update the privacy policy section 2022-06-06 23:38:34 +05:30
zyachel
00054ad14a docs(installation): add docker instructions
added link to @TheFrenchGhosty's docker image

fix #4
2022-06-06 23:21:58 +05:30
zyachel
24d4fe5c55 docs(instances): update the instances list
added quetre.pussthecat.org to the list
also formatted it a bit

fix #6
2022-06-06 23:00:57 +05:30
zyachel
2cb84f5a6b fix(favicon): change favicons to have transparent background
fix #5
2022-06-06 22:39:52 +05:30
zyachel
53db952c9b
docs: update instances section
add quora.vern.cc instance and reformat the instance list
2022-06-01 13:15:49 -04:00
Arya K
a569947a11
Reformat instance list and add quora.vern.cc 2022-06-01 06:57:46 +00:00
Conventional Changelog Action
3ef5231db1 chore(release): v2.0.0 2022-05-25 20:28:49 +00:00
zyachel
a9ae36e264 fix(fetcher): send correct error response when a malinformed answer url is accessed 2022-05-24 13:14:47 +05:30
zyachel
b11ceb4c33 fix(fetcher): fix fetcher scraping logic
quora made a new change on their side which broke the previous fetcher logic

BREAKING CHANGE: old fetcher.js won't work as quora changed their html
2022-05-24 12:50:47 +05:30
zyachel
04fa753623 fix: change status code of routes not implemented to 501 2022-05-23 18:10:41 +05:30
zyachel
e8a51f6224 fix: send appropriate response in case Quora rate limits the instance 2022-05-23 18:09:35 +05:30
zyachel
c0b89ba2c3 perf: implement lazy loading of images
as high res images takes more time to load, using lazy loading will reduce time for website to become interactive.
2022-05-23 16:37:21 +05:30
zyachel
75c6c3877a fix(robots.txt): disallow all robots
robots crawl way too much
2022-05-23 12:38:49 +05:30
Conventional Changelog Action
c0ba2aca6d chore(release): v1.1.0 2022-05-22 14:12:31 +00:00
zyachel
0a35cdaa15 feat(route): add new route
add /topic/:slug route both in api as well as in view
2022-05-22 19:35:02 +05:30
zyachel
6ad2269951 fix: fix a bug related to fetcher.js
added optional chaining in catch block as there are edge cases where some property on error might not be defined
2022-05-21 14:52:57 +05:30
zyachel
d8515d5edd refactor: DRY some code related to answers
as there are two routes for answers(/unanswered/:slug and /:slug), and both contained similar code, reduced controllers(for the routes) in api as well as in views to just one controller handling the logic to fetch data.
2022-05-21 12:58:44 +05:30
Conventional Changelog Action
56994854d7 chore(release): v1.0.3 2022-05-21 04:27:54 +00:00
zyachel
64dfcae88d fix: make the background of code paragraphs more promient in light mode 2022-05-21 09:56:57 +05:30
zyachel
1447ce65b5 fix(answer): reduce line-height in answers
fix#1
2022-05-21 09:56:57 +05:30
Conventional Changelog Action
bf455ab901 chore(release): v1.0.2 2022-05-20 14:26:40 +00:00
zyachel
066f040eb4 fix: fix some more formatting issues
ordered list had unusally high padding. reduced it to .7em from 1em(same as that in quora).
also upped font-weight by 50.
2022-05-20 19:52:49 +05:30
Conventional Changelog Action
93f9b02cef chore(release): v1.0.1 2022-05-20 09:54:15 +00:00
zyachel
89bd4a0ff9 ci: add release workflow
added workflow to auto-generate changelogs and releases
2022-05-20 15:22:50 +05:30
zyachel
24f18d6737 fix: fix formatting issues
added sufficient space between paragraphs as it was hard to see where one ended and the next one
started.
also fixed some issues with bold and italic sentences/words not being formatted properly.

fix #1
2022-05-20 15:13:36 +05:30
zyachel
f3710585ab build(dependencies): update dependencies 2022-05-20 14:13:25 +05:30
zyachel
ab335afb6a fix(favicon): change favicons
previous favicons were too many. favicons nowadays only need to be in 2-3 formats, hence replaced
previous ones with just one icon.svg, one favicon.ico, a couple of icons for android, and one
apple-touch-icon.
2022-05-20 14:07:54 +05:30
zyachel
50b0308f7d Add option for direct deployment to heroku and other small fixes 2022-05-06 19:33:49 +05:30
zyachel
7bcd19d8b0 changed a conditional var 2022-04-17 18:01:50 +05:30
zyachel
bf4ee2c3cf initial commit 2022-04-17 17:54:23 +05:30