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

Pytest reports the following deprecation warnings: =========================================== warnings summary =========================================== ../../.local/lib/python3.10/site-packages/flask_wtf/recaptcha/widgets.py:2 ../../.local/lib/python3.10/site-packages/flask_wtf/recaptcha/widgets.py:2 /home/sander/.local/lib/python3.10/site-packages/flask_wtf/recaptcha/widgets.py:2: DeprecationWarning: 'flask.Markup' is deprecated and will be removed in Flask 2.4. Import 'markupsafe.Markup' instead. from flask import...

good first issue
dependencies

When the wrong integrity value is used, the CCS/JS file will be blocked. Not sure what's the best way to test it, maybe we could just read the Browser console...

enhancement
good first issue

Add an optional parameter for render_table() to allow setting the location of the actions column. The two options are "front" (the 1st column of the table) and "end" (default value,...

enhancement
table

Support RTL with Bootswatch, this will have to include their new files `*.rtl.*` from their distribution. Examples for Bootstrap 5 need to be extended in order to test and document...

enhancement
help wanted
bootstrap5

Added a new macro: render_sortlink. This renders hyperlinks to sort by a given field in a given direction, and its reverse `{{ render_sortlink('foo') }} ` will render HTML: ``` Foo...

enhancement

Icons are now also available via CDN, see section xDN under https://icons.getbootstrap.com/#install Implement in such way that also offline development is possible by using the shipped icons, that remain in...

enhancement
help wanted

Please, first read the section Accessibility under https://icons.getbootstrap.com/#usage The question is how to extend the [icon render marcro](https://github.com/helloflask/bootstrap-flask/blob/master/flask_bootstrap/templates/base/utils.html#L13) to support `aria-hidden="true"` and `aria-label="..."` Suggestion is to add `aria-hidden="true"` when an...

bug
feature

Dear all, I've some trouble sending a message to the browser when the field validation succeeded, like the "Looks good!" message in [https://getbootstrap.com/docs/5.0/forms/validation/#custom-styles](https://getbootstrap.com/docs/5.0/forms/validation/#custom-styles) that appears underneath the field after submitting...

form

Hi, I am unable to access product.name in my html. When using the "for item loop" I am able to print item.product.name. However in titles when using product.name it will...

table