Conversation
princerb
left a comment
There was a problem hiding this comment.
Most layout settings are not corresponding to the design of Bootstrap5.
There was a problem hiding this comment.
And also margins/paddings are not well structured.
There was a problem hiding this comment.
And also alert close button won't work.
|
This PR pulls in a significant number of new files/amount of new code. Can you help me understand what is copy/paste and what is custom? Can you provide a script that pulls in the copy/paste-able static assets so that it's easier to validate what is provided as-is, and what is custom? This should help identify which areas to review more closely, and which are provided by bootstrap5 (and should theoretically have been critiqued already). |
|
|
Did anyone else try to use this change (Bs5) ? |
|
Could you add an example in the |
|
+1 |
+1 |
|





I wanted bootstrap 5 in my application, but flask-admin did not support it.
I have added bootstrap 5 support.
Use
template_mode='bootstrap5'when callingAdmin()app = Flask(__name__) app.config.from_object(Config) db.init_app(app) admin = Admin(app, name='Admin Interface', template_mode='bootstrap5')