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
The admin app currently uses Bootstrap 2 for its base styles. We also use a variety of third-party Bootstrap components in the UI. For compatibility and maintenance purposes, it would be good for us to upgrade to Bootstrap 3.
The main driver for this is that at this point Bootstrap 2 is pretty dated (Bootstrap 4 is even around the corner). Being constrained to Bootstrap 2 is becoming a compatibility issue, since we can't upgrade various components that no longer offer Bootstrap 2 compatibility. For example, the bootstrap-daterangepicker has some nice improvements in newer versions (range selection behaves more intuitively), but we're stuck on an older version of the library that's still Bootstrap 2 compatible.
The admin app currently uses Bootstrap 2 for its base styles. We also use a variety of third-party Bootstrap components in the UI. For compatibility and maintenance purposes, it would be good for us to upgrade to Bootstrap 3.
The main driver for this is that at this point Bootstrap 2 is pretty dated (Bootstrap 4 is even around the corner). Being constrained to Bootstrap 2 is becoming a compatibility issue, since we can't upgrade various components that no longer offer Bootstrap 2 compatibility. For example, the bootstrap-daterangepicker has some nice improvements in newer versions (range selection behaves more intuitively), but we're stuck on an older version of the library that's still Bootstrap 2 compatible.
This is currently in progress in the
admin-upgrade
branch as part of the Ember 2 upgrade work.The text was updated successfully, but these errors were encountered: