-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Bugs
- virtual keyboard appears when navigating away from search page. It should not.
- In night mode, Material UI
Menucomponent 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
MainLayoutPageWrappercomponent - 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
/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.
Metadata
Metadata
Assignees
Labels
No labels