AXeL
AXeL
You can find a guideline [here](https://github.com/src-zone/material/blob/master/docs/migration/migration-0-to-1.md). **Edit**: Think to update [postinstall](https://github.com/AXeL-dev/anime-tracker/blob/master/postinstall.js) file after the upgrade.
Suggestions: - use a form with a unified schema for custom crawlers (might be limited) - a crawlers plugin like system (crawlers can be built/compiled separately & then added as...
### Description Implementing a snooze mode can be interesting in case the user wants to disable the auto-check for recent videos for a period of time. ### Implementation details -...
Using virtualized lists on home / channels list should improve performance. [Example](https://mui.com/components/lists/#virtualized-list). Useful libraries: - [react-tiny-virtual-list](https://github.com/clauderic/react-tiny-virtual-list) - [react-virtual](https://tanstack.com/virtual/v3/docs/examples/react/infinite-scroll) - [react-window](https://github.com/bvaughn/react-window)
- [ ] Add a videos playlist (in the sidebar menu) & allow the user to fill/clear the playlist, inspired by [w2g](https://w2g.tv/). - [ ] Play videos in the right...
Add tags for channels with the capability to filter channels by tags on the home page. Related to #27. #### Mockups - Adding a channel tag:  > Opens a...
As described in the title, this feature is quite OP (**O**ver **P**ower) since it will require some considerable work to be implemented. Below some ideas on how this can be...
It would be interesting to have a statistics page with the following data measures: - number cards: - total number of viewed videos (+for the current week, +for the current...
Improve notifications display on the web-extension: - use image type on Chrome? (not supported on Firefox) - include videos titles maybe? - set a max number of notifications to show?
Add channels archive (replace hide option) & display archived channels separately (on a separate tab?).