aboutsummaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* style: i mean, it's better than before?real-zephex2024-07-081-0/+1
|
* build(deps): bump framer-motion from 11.2.6 to 11.2.12dependabot[bot]2024-06-251-1/+1
| | | | | | | | | | | | | | Bumps [framer-motion](https://github.com/framer/motion) from 11.2.6 to 11.2.12. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.2.6...v11.2.12) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* switched manga downloaded api to renderreal-zephex2024-06-121-29/+31
|
* 🚀 feat(download): implement direct manga downloadsreal-zephex2024-06-121-33/+29
|
* Bump eslint from 8.57.0 to 9.4.0dependabot[bot]2024-06-111-1/+1
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* reverted back from next js 15 and react compiler due to some compatibility ↵real-zephex2024-05-291-4/+1
| | | | issues
* ⚡️ perf(deps): upgrade to react 19 and next js 15, add loading screen, ↵real-zephex2024-05-291-35/+36
| | | | drop mangas support
* ✨ style(show): minor tweaks to kdrama, anime and movie show pagesreal-zephex2024-05-271-37/+35
|
* ✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui ↵real-zephex2024-05-241-1/+7
| | | | and restructured
* Made the anime and kdrama titles to cut off after reaching div width. it ↵real-zephex2024-04-231-1/+1
| | | | just looks nice imo
* minor fixesreal-zephex2024-04-121-1/+2
|
* added sharp npm packagereal-zephex2024-04-111-1/+2
|
* tried to leverage caching of next js: trending and recent animes info are ↵real-zephex2024-04-111-4/+1
| | | | now cached along with all the animes when you search for one
* UI changesreal-zephex2024-04-101-1/+2
|
* some minor fixes and qol improvementsreal-zephex2024-04-071-3/+0
|
* fixes: minor css fixes, added loading indicators, added error pages etc etcreal-zephex2024-03-271-0/+1
|
* idekreal-zephex2024-03-261-1/+3
|
* changed the hosting for the image proxyreal-zephex2024-03-261-5/+7
|
* fixes: change the file extension to .jsx and fixed the video player sizes ↵real-zephex2024-03-181-0/+1
| | | | for tablets
* Added vercel analyticsreal-zephex2024-03-171-0/+2
|
* The anime section is fully server rendered!real-zephex2024-03-171-0/+1
|
* minor fixes and feature improvements: added an indicator which shows when ↵real-zephex2024-03-171-0/+2
| | | | the animes are being loaded and also indicates when no anime with given title is found
* feature added: search anime by titlereal-zephex2024-03-161-0/+1
|
* features: added anime and pretty much completed it. only search ↵real-zephex2024-03-151-1/+4
| | | | functionality is left to add
* First commit: Rewriting dramalama in next.jsreal-zephex2024-03-141-1/+2
|
* Initial commit from Create Next Appreal-zephex2024-03-141-0/+20