Mani
Mani
The "play random" button should probably be replaced by a proper shuffle mode, which sets the watch list to a random list of themes. It would also be nice, to...
Although you can already download videos from the client through the HTML5 player or by using the embeddable link, it may be nice to also have dedicated options to do...
We currently use multiple floating elements in the client. Because each of them is a `position: fixed` element somewhere in the DOM tree, there's no way to position them relative...
Make us of [Next.js On-Demand Revalidation](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration#on-demand-revalidation-beta). Currently we use interval based revalidation which means pages get rebuilt if a user visits a page and a fixed interval has passed since...
The navigation should provide a search bar to quickly search through the database.
The video player on the page should feature various functionalities to higher the user experience. These include: - [x] Global player (the player should keep playing while the users changes...
There should be playlists. Playlists can be created by users so they can save their favorite themes in a list. This probably needs some sort of profile system that we...
There should be the option to link an account of an anime list service. Then users can filter only anime that are on their lists or sort by the score...
**2. Describe the bug** I'm trying to use the `layoutDependency` prop when a `motion` component unmounts and re-mounts at a different place. I only want the component to animate if...
### Summary Hello 👋 I'm using the `graphql-parse-resolve-info` package for a frontend project, which means it goes through a bundler (in my case that is Next.js). After upgrading my `graphql`...