Currently the frontend uses bootstrap-material-design v4.1.3 (with Bootstrap 4)
Le'ts consider to upgrade to mdb-ui-kit (with Bootstrap 5) for modern development.
Context - 28e6330 added a new css style break point for 1400px and larger width. This exists in mdb-ui-kit from the beginning.
Also, currently frontend test is a bit flaky in CI. This probably comes from multiple javascript files loaded asynchronously. Upgrade would simplify that part, too.
Currently the frontend uses
bootstrap-material-designv4.1.3 (with Bootstrap 4)Le'ts consider to upgrade to
mdb-ui-kit(with Bootstrap 5) for modern development.Context - 28e6330 added a new css style break point for 1400px and larger width. This exists in mdb-ui-kit from the beginning.
Also, currently frontend test is a bit flaky in CI. This probably comes from multiple javascript files loaded asynchronously. Upgrade would simplify that part, too.