bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

Bootstrap 4 & 5 helper for your Flask projects.

Results 61 bootstrap-flask issues
Sort by recently updated
recently updated
newest added

Hi, there are situations when the internet is not available. And font loading for bootswatch themes from Google fails, resulting in fallback to system fonts. Any suggestion on how to...

Labels and descriptions of form inputs do not use CSS classes provided to the field constructor via `render_kw`. This allows for this via Bootstrap classes and custom classes on individual...

enhancement
bootstrap5
form

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from ``` {% from 'bootstrap4/nav.html' import ... %} ``` To: ``` {% from 'bootstrap5/nav.html' import ... %} ```

good first issue
docs

Proposal to remove the coverall badge from the readme as the last check is stuck at 92% in 2021. (Or fix the coverall runs.) Fix the codecov error as seen...

enhancement
good first issue

This supports the development of https://github.com/helloflask/bootstrap-flask/issues/336 and https://github.com/helloflask/bootstrap-flask/issues/191 When this PR has been reviewed, documentation and tests will be added.

enhancement
bootstrap5

- Remove built-in CCS/JS resources - Add more tests - Support custom CDN providers #83 P.S. Just some temp ideas, will use separate issues to track.

The result of this PR is a huge reduction of whitespace in navigation items and breadcrumb items. This supports the development of https://github.com/helloflask/bootstrap-flask/issues/336 and https://github.com/helloflask/bootstrap-flask/issues/191 I would like to suggest...

enhancement
bootstrap5

Use case: the light/dark toggler from [Bootstrap's own documentation](https://getbootstrap.com/docs/5.3/getting-started/introduction/) makes use of classes such as `me-2` for spacing and `theme-icon-active` for query selecting.

feature
bootstrap5

WIP: Making PR for all test runs.

enhancement