zyachel
ac60bda3bd
fix(error): add trace to browser in dev mode
...
also make AppError a bit easier to use
2025-06-10 09:46:37 +03: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
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
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