MyAnimeTab v4.0.0
v4.0.0: Widget mover
This update took me a long time as it introduces the new widget mover feature. See below for a little explanation.
A widget mover has been implemented. This provides the functionality to move widgets to any place you want to. Because those positions use percentages (and thus are influenced by the browsers window width and height), snap lines have been implemented which the widgets can snap to. To access this mover mode, go to settings and click on the mover icon on the top right corner. Note that this mode might have some bugs as I introduced a lot of code. That's why I put the beta label there.
If you don't know what all of these buttons do, hover over them with your mouse.
Also, did that
- Implemented Widget Mover ( #141, #119 )
- Added layout chooser when the user initially downloads myanimetab
- Fixed control bar buttons not doing anything
- Added scrollbar to queue ( #115 )
- Fixed z-index on checkbox being way too high ( #110 )
- Added create image button to image section ( Authored by @semnim )
- Added recursive searchbar to image section ( #120, #126, Authored by @semnim and @marklse568 )
- Made search suggestions selectable with arrow keys
- Now using an enum instead of legacy strings for event names
- Fixed axios in weather widget validating status and thus not showing the different issues
What's Changed
- Made selecting search results via keyboard arrows possible by @Ari24-cb24 in #128
- Changed string event names to a general enum by @Ari24-cb24 in #129
- Issue 120 - Add image button and Image Search Bar by @semnim in #126
- Bump axios from 0.21.4 to 1.1.3 by @dependabot in #138
- Bump react-scripts from 4.0.3 to 5.0.1 by @dependabot in #130
- Implemented Widget Mover and Initial Layout Chooser by @Ari24-cb24 in #141
- v4.0.0 by @Ari24-cb24 in #146
New Contributors
- @semnim made their first contribution in #126
- @dependabot made their first contribution in #138
Full Changelog: v3.0.2...v4.0.0