helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

progress #344

Closed PanderMusubi closed 7 months ago

PanderMusubi commented 8 months ago

Support of Bootstrap Progress. Tests and documentation will be added after review.

greyli commented 7 months ago

Thank you for working on this, but generally, we don't add macros for pure Bootstrap components like progress or image. That's not the direction for this project. We should only focus on the rendering of Flask/Python objects like the Pagination object from Flask-SQLAlchemy, or the FlaskForm object from Flask-WTF. Adding macro for pure Bootstrap/HTML objects is unnecessary, and this adds an extra layer of API. I'm going to close this one and another two PRs, sorry.

greyli commented 7 months ago

You could make these functionalities available in your forked project if that's what you need.