Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mobile only interactions #267

Merged

Conversation

turboMaCk
Copy link
Member

@turboMaCk turboMaCk commented Jan 20, 2021

This reverts 4d505f3 and removes only unused dependencies of bootstrap (jquery-ui and font awesome). Responsive parts of bootstrap depends on javascript which itself depends on jQuery. We need to be careful around these areas though because Elm doesn't like when something mutates the dom (causes exceptions in function that applies vdom to the dom). #266

I think these changes should not conflict with #261 and thus this patch can be merged while faceted-search is being worked on.

Fixes #266

@turboMaCk turboMaCk added the bug Something isn't working label Jan 20, 2021
@turboMaCk turboMaCk requested a review from garbas January 20, 2021 23:03
@github-actions
Copy link
Contributor

@turboMaCk turboMaCk merged commit 1c1a3ca into main Jan 20, 2021
@garbas garbas deleted the turboMaCk/revert-4d505f34022154a1f193f012c11eb08d07c90271 branch January 20, 2021 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Top navigation doesn't work on mobile
2 participants