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
333d3b107e
fix(cleaners): fix app crash
...
was caused due to outdated property names
re https://github.com/zyachel/libremdb/issues/83
2024-08-23 03:08:45 +05:30
324c138ec4
fix(cache): make cache keys for review more distinctive
2024-03-31 17:21:35 +05:30
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
a5b7d52783
fix(title): fix title route crash
...
was due to non-existance of genres on "more like this" for some titles
closes https://github.com/zyachel/libremdb/issues/61
2023-12-07 23:38:18 +05:30
97f1432ac5
feat(list): add list route
...
adds ability to see titles, names, and images lists
closes https://github.com/zyachel/libremdb/issues/6
2023-10-29 00:49:55 +05:30
60fb23fc5b
refactor(name): remove console statement
2023-10-29 00:49:55 +05:30
e91c313f12
fix(name): fix route crash for some ids
...
sometimes we don't get genres, causing the crash.
fix https://codeberg.org/zyachel/libremdb/issues/20
2023-10-14 15:22:59 +05:30
21a1c83d95
fix(title): fix a crash in title route
2023-07-09 19:14:59 +05:30
38ed0c6217
fix(name): fix name route crash
...
this commit fixes a crash in name route caused by upstream
closes https://github.com/zyachel/libremdb/issues/51
2023-06-18 14:31:40 +05:30
c53c88db9b
feat(cache): implement caching of routes
2023-05-21 18:15:03 +05:30
8d9b6630a5
fix(name): fix a couple of crashes in name and title route
2023-05-21 18:12:23 +05:30
75732e0086
feat(route): add name route
...
adds much needed route
fix https://github.com/zyachel/libremdb/issues/39 , https://github.com/zyachel/libremdb/issues/36 ,
https://codeberg.org/zyachel/libremdb/issues/11
2023-04-15 21:45:30 +05:30
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
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
505ff4d839
refactor: replace relative paths with absolute ones in import statements
2023-01-28 22:09:27 +05:30
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
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
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
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
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
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
dba2ba5aa4
feat: fetch images from media proxy on frontend
2022-10-31 17:37:36 -04:00
2c8d138cbd
feat: cache media proxy data in redis for 30 mins
2022-10-31 17:28:18 -04:00
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