You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Bootstrap to 5.1.3 with migrating datetimepicker to Flatpickr (railsadminteam#3455)
* Upgrade Bootstrap to 5.1.3
Closesrailsadminteam#3083
* Upgrade vendored Bootstrap as well
Also removed old theming functionality, since existing ones are not compatible with Bootstrap 5
* Migrate datetimepicker widget to flatpickr
* Reflect review and minor fix
- Fix inconsistent breakpoint
- Remove debug stuffs
* Apply form-control-sm to make datepicker field have the same size with other inputs
Co-authored-by: Alex Schmitt <codealchemy@users.noreply.github.com>
* Reflect review suggetions
- Prevent `true` showing up as a css class
- form-control-sm must come with form-control: https://getbootstrap.com/docs/5.1/forms/form-control/#sizing
- btn-small didn't have any effect
- Fix action menu having too narrow gap between icon and text
* Fix invalid closing tag </input>
* Update styles in Export and History action
* Fix spec issue, with removing the workaround
https://github.com/railsadminteam/rails_admin/runs/4747523252?check_suite_focus=true
* Add additional datetime format used somewhere in rails-i18n
* ProvidePlugin is no longer necessary
since all JS dependencies are ES module ready now
Co-authored-by: Alex Schmitt <codealchemy@users.noreply.github.com>
0 commit comments