aboutsummaryrefslogtreecommitdiff
path: root/src/app/video
Commit message (Collapse)AuthorAgeFilesLines
* fix: fixed the backed. let's hope it stays this wayreal-zephex2024-03-211-1/+1
|
* fix: trying to fix the endpointsreal-zephex2024-03-211-1/+1
|
* changes: reverted to previous commitreal-zephex2024-03-211-2/+0
|
* fix: cloudflare fixreal-zephex2024-03-211-0/+2
|
* fixes: anime section is fully server rendered, added a loading screen for ↵real-zephex2024-03-212-0/+349
| | | | info and video page, minor css optimizations
* fix: redirects to 404 when an anime stream is not availablereal-zephex2024-03-191-0/+9
|
* fixes: change the file extension to .jsx and fixed the video player sizes ↵real-zephex2024-03-181-0/+0
| | | | for tablets
* fixed a minor bugreal-zephex2024-03-171-1/+1
|
* fix: scrubbing throught the progress bar showed wrong thumbnails. fixed it ↵real-zephex2024-03-171-4/+1
| | | | by removing the thumbnails as the videos need to be stored on mux in order to get the correct thumbnails
* The anime section is fully server rendered!real-zephex2024-03-172-52/+40
|
* prettified the code :)real-zephex2024-03-171-34/+44
|
* minor fixes and feature improvements: added an indicator which shows when ↵real-zephex2024-03-171-0/+7
| | | | the animes are being loaded and also indicates when no anime with given title is found
* minor fixes: tried to make the video player responsive but failedreal-zephex2024-03-162-4/+5
|
* features: added anime and pretty much completed it. only search ↵real-zephex2024-03-152-0/+73
functionality is left to add