Add initial support for Bootstrap 4 #14765
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When implementing Sass, I noticed some inconsistencies in phpMyAdmin's CSS and UI, some of these inconsistencies were described in #14237.
Thinking about this, a good way to solve this would be to adopt a CSS framework, as this would be like a CSS guideline (#14237). Another advantage is that a theme developed for this framework would be easily adaptable to phpMyAdmin.
So, I think it would be interesting to use Bootstrap because, in addition to being one of the most popular, we already use it in the Website and in the Error Reporting Server.
Bootstrap 4.1.3 has approximately 141 kB in size when minified.
The idea is to refactor part by part, until we have the entire layout redone with Bootstrap.
Related to #11392, #13004, #13036, #13077, #13773 and #14237