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
8ce02d0236
fix(title): fix title page crash
...
due to upstream change in data, title page was broken. this commit fixes thate
BREAKING CHANGE: older versions won't work, at least for title route
2023-04-15 20:49:28 +05:30
zyachel
505ff4d839
refactor: replace relative paths with absolute ones in import statements
2023-01-28 22:09:27 +05:30
zyachel
71d1d5b34e
fix: fix app crash
...
this commit fixes a crash due to unavailability of localStorage
https://github.com/zyachel/libremdb/issues/31
2023-01-22 21:13:09 +05:30
zyachel
0cff34a766
feat(search): add basic search functionality
...
this commit adds basic search feature.
fix: https://codeberg.org/zyachel/libremdb/issues/9 , https://github.com/zyachel/libremdb/issues/10
2022-12-31 22:21:36 +05:30
zyachel
78b14ec079
fix: app crash on qutebrowser
...
add a prop in numberformat options that was resulting in out of range error.
also swapped
'replaceAll' with 'replace'
https://github.com/zyachel/libremdb/issues/24
2022-12-10 20:15:28 +05:30
zyachel
dd75df01eb
fix(title): fix site crash
...
production status of titles is sometimes null. this commit accounts for that and prevents site from crashing.
https://github.com/zyachel/libremdb/issues/22
2022-12-01 22:30:07 +05:30
zyachel
1658769a30
feat: force a certain language when getting data
...
when fetching data, sometimes it's returned in a language depending on server IP address.
this
commit fixes that behaviour
https://github.com/zyachel/libremdb/issues/20
2022-11-13 17:39:29 +05:30
zyachel
5fd0d92187
fix(redis): fix logs being polluted when redis is disabled
...
also used streaming when redis is disabled for faster response.
2022-11-13 17:29:47 +05:30
httpjamesm
dba2ba5aa4
feat: fetch images from media proxy on frontend
2022-10-31 17:37:36 -04:00
httpjamesm
2c8d138cbd
feat: cache media proxy data in redis for 30 mins
2022-10-31 17:28:18 -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