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
Currently, Heapsort looks pretty bad on tablet and mobile. I aim to change that. Besides leveraging Bootstrap's responsive grid and media queries to adapt the design, I want to use the new window.matchMedia to add responsive logic to the app's JS, hopefully abstracted into a utils/responsive.js module.
The text was updated successfully, but these errors were encountered:
Currently, Heapsort looks pretty bad on tablet and mobile. I aim to change that. Besides leveraging Bootstrap's responsive grid and media queries to adapt the design, I want to use the new
window.matchMedia
to add responsive logic to the app's JS, hopefully abstracted into autils/responsive.js
module.The text was updated successfully, but these errors were encountered: