You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtual keyboard appears when navigating away from search page. It should not.
In night mode, Material UI Menu component backdrop is hiding the whole app UI, and the menu options are bearly legible
Logout procedure -> because when logging out, all sagas for home page are triggering needlessly. BW, the automatic auth_error flow does it correctly => DRY
Must rehydrate user after a full page browser refresh => isPlaylistOwner && isPlaylistFollowedByUser depend on this being correct, and also the user picture not showing in Avatar Area
A crash was detected when track image is not supplied by API => was resolved by not displaying track that are local to user computer. By filtering those out, the API guarantees an image for every track.
CSS bug : cannot scroll all the way down to the list of playlists, nor the list of songs => fixed by revamping the layout, which gave birth to the MainLayoutPageWrapper component
CSS bug on the right of the footer (had to set it to 96% for some unknown reason) -> if I set box-sizing: border-box; on the footer, I can set its witdh to 100%, and this fixes the issue
rehydrate token: when on routes like /library or /home, basically any route where the component makes an API request will fail if I reload the app using the reload button of the browser. This is because, as per the JS error in the console, the API did not receive the bearer token along with the request.
Bugs
Menucomponent backdrop is hiding the whole app UI, and the menu options are bearly legibleMainLayoutPageWrappercomponentbox-sizing: border-box;on the footer, I can set its witdh to 100%, and this fixes the issue/libraryor/home, basically any route where the component makes an API request will fail if I reload the app using thereloadbutton of the browser. This is because, as per the JS error in the console, the API did not receive the bearer token along with the request.