-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upgrade bootstrap version #987
Comments
|
Note that we use django-crispy-forms for forms creation and formatting. We're currently on 1.7.2 but should likely upgrade to 1.9.0 for bootstrap 4 support. However, upgrading to any version beyond the current one makes the seed choice fields in the export form not work. (Release notes). This part will need attention: https://github.com/gwu-libraries/sfm-ui/blob/master/sfm/ui/forms.py#L950 |
Glyphicons is no longer part of Bootstrap as of V4. The migration guide recommends the upstream version, but that appears to have an associated cost (albeit low). |
The dropdown menu for Add Collection is dropping up in Bootstrap 4. I can't quite figure out why, except that it seems to have something to do with the behavior of Popper.js (which Bootstrap 4 uses for dropdowns). |
Looks like it is popping up because the menu is so long there is not enough room on the screen below the button. I'm looking at making it a little more compact since it seems like there is too much spacing in the menu after the upgrade. |
Ref:
The text was updated successfully, but these errors were encountered: