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

Migrate to Bootstrap 4 #1033

Open
adpi2 opened this issue May 2, 2022 · 0 comments
Open

Migrate to Bootstrap 4 #1033

adpi2 opened this issue May 2, 2022 · 0 comments

Comments

@adpi2
Copy link
Member

adpi2 commented May 2, 2022

Motivation

Use a more version of Bootstrap to have access to all the new features and improvements.

Identified Obstacles

  • There are some breaking changes between Bootstrap 3 and Bootstrap 4.
  • We must replace bootstrap-switch and bootstrap-select with the corresponding components in Bootstrap 4.

Implementation Guideline

  1. In build.sbt replace "bootstrap-sass" % 3.4.1 with "bootstrap" % 4.6.1 and remove bootstrap-select and bootstrap-switch.
  2. Follow the guide in https://designmodo.com/migrate-bootstrap-4/ to fix all the templates in here and all the CSS files in here
  3. In the .html template files replace all usage of the <select> element with the Dropdown component in Bootstrap
  4. Just removes the 3 lines here which are not needed anymore

Expectations

All pages should render correctly. It should then be possible to migrate to Bootstrap 5 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant