zyachel
1030798a73
fix(reviews): revert implementation of reviews route
...
have to rewrite it later
re: https://github.com/zyachel/libremdb/issues/91
2024-12-15 09:23:41 +00:00
zyachel
e320557add
fix(error): add sanity checks before error destructuring
...
also preserve original stack trace(and print it) in dev mode
2024-08-24 16:06:47 +05:30
zyachel
324c138ec4
fix(cache): make cache keys for review more distinctive
2024-03-31 17:21:35 +05:30
zyachel
dc42b3204c
feat(reviews): add reviews route
...
allows seeing all reviews with optional filters.
works sans JS as well
closes https://github.com/zyachel/libremdb/issues/25
closes https://codeberg.org/zyachel/libremdb/issues/19
2024-03-31 15:38:07 +05:30
zyachel
12eaa741ab
refactor: general refactor
...
make barrel files .ts instead of .tsx
move layouts to components directory
2023-10-29 00:49:51 +05:30
zyachel
0aea2f47da
fix(error): fix incorrect 'view on IMDb' link on error page
...
the error was due to a faulty logic. 'useRouter' was being used to detect pathname, which doesn't
keep original url on 404 page.
this commit fixes that.
this commit also makes it easy to go to
IMDb by adding a clear link on error page.
closes https://github.com/zyachel/libremdb/issues/50
2023-06-03 22:12:54 +05:30
zyachel
c53c88db9b
feat(cache): implement caching of routes
2023-05-21 18:15:03 +05:30
zyachel
18ca98fd4a
refactor: make components more modular
...
would help in implementing name route
also did some stylistic changes
2023-04-15 20:58:09 +05:30
zyachel
505ff4d839
refactor: replace relative paths with absolute ones in import statements
2023-01-28 22:09:27 +05:30
zyachel
57b050f196
refactor: refactor code a bit
...
make a hook to abstarct logic from page
changes to .prettierrc
changes to a couple of imports/exports
bunch of screen reader tweaks
2022-12-31 22:02:48 +05:30
httpjamesm
dba2ba5aa4
feat: fetch images from media proxy on frontend
2022-10-31 17:37:36 -04:00
httpjamesm
261a37576b
fix: change to poster for og:image
2022-10-30 19:21:19 -04:00
httpjamesm
a2fc2322a3
feat: add "og:image" property for social media embeds
2022-10-30 19:18:12 -04:00
zyachel
9891204f5a
feat: major rewrite
...
the application is now rewritten in next.js. this commit also adds the ability to see trailers, did you know, more like this, etc. on title page.
BREAKING CHANGE: the whole application is rewritten from scratch.
2022-09-24 09:31:09 -04:00