In this PR I decided to add some of the features I was asked to improve the overall project
Changed:
API call functions that returns X quantity of elements was using a regular for loop to retrieve elements but someone suggested using arr.splice method for better performance and to improve redability.
Added:
Styles to the scrollbars (webkit only) to make them fit more to the overall design of the app
Functions to prevent the user from scrolling the main page while the popup modal is open
Improvements
In this PR I decided to add some of the features I was asked to improve the overall project