Remove flask-bootstrap dependency
The official flask-bootstrap is still not compatible with bootstrap 4. The application basically only uses the main template and one macro. It's easier to include directly bootstrap in CSEntry. It makes upgrading to the latest bootstrap much easier and removes a dependency. Update to bootstrap 4.1.3 Added: - jquery-3.3.1.min.js - bootstrap.bundle.min.js (include popper but not jquery) Note that jquery.slim can't be used. We need for example $.getJSON for datatables.
Showing
- app/extensions.py 0 additions, 2 deletionsapp/extensions.py
- app/factory.py 0 additions, 2 deletionsapp/factory.py
- app/static/css/bootstrap.min.css 7 additions, 0 deletionsapp/static/css/bootstrap.min.css
- app/static/css/bootstrap.min.css.map 1 addition, 0 deletionsapp/static/css/bootstrap.min.css.map
- app/static/js/bootstrap.bundle.min.js 7 additions, 0 deletionsapp/static/js/bootstrap.bundle.min.js
- app/static/js/bootstrap.bundle.min.js.map 1 addition, 0 deletionsapp/static/js/bootstrap.bundle.min.js.map
- app/static/js/jquery.min.js 2 additions, 0 deletionsapp/static/js/jquery.min.js
- app/templates/_helpers.html 37 additions, 0 deletionsapp/templates/_helpers.html
- app/templates/base-fluid.html 2 additions, 2 deletionsapp/templates/base-fluid.html
- app/templates/base.html 3 additions, 4 deletionsapp/templates/base.html
- app/templates/bootstrap.html 29 additions, 0 deletionsapp/templates/bootstrap.html
- app/templates/user/login.html 0 additions, 1 deletionapp/templates/user/login.html
- environment.yml 0 additions, 1 deletionenvironment.yml
app/static/css/bootstrap.min.css
0 → 100644
This diff is collapsed.
app/static/css/bootstrap.min.css.map
0 → 100644
This diff is collapsed.
app/static/js/bootstrap.bundle.min.js
0 → 100644
This diff is collapsed.
app/static/js/bootstrap.bundle.min.js.map
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
app/static/js/jquery.min.js
0 → 100644
This diff is collapsed.
app/templates/bootstrap.html
0 → 100644
Please register or sign in to comment