Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6 Home: https://github.com/openSUSE/open-build-service Commit: 30f1b9348ecff452db3a6de18e87fd5ca45fc14d https://github.com/openSUSE/open-build-service/commit/30f1b9348ecff452db3a6d... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-03-29 (Mon, 29 Mar 2021) Changed paths: M src/api/app/views/layouts/webui/_top_navigation.html.haml M src/api/app/views/webui/groups/show.html.haml M src/api/app/views/webui/users/tasks/index.html.haml Log Message: ----------- WIP Dropdowns As documented upstream in the migration guide:
Renamed .dropdown-menu-*-left and .dropdown-menu-*-right to .dropdown-menu-*-start and .dropdown-menu-*-end.
https://getbootstrap.com/docs/5.0/migration/#components-1 Commit: 0bdbc5ff1fd342a1eccc8c51c0eda329df284cb1 https://github.com/openSUSE/open-build-service/commit/0bdbc5ff1fd342a1eccc8c... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2021-03-29 (Mon, 29 Mar 2021) Changed paths: M src/api/app/views/layouts/webui/_top_navigation.html.haml Log Message: ----------- WIP Namespace data attributes for Bootstrap As documented upstream in the migration guide:
Data attributes for all JavaScript plugins are now namespaced to help distinguish Bootstrap functionality from third parties and your own code. For example, we use data-bs-toggle instead of data-toggle.
https://getbootstrap.com/docs/5.0/migration/#javascript-2 Compare: https://github.com/openSUSE/open-build-service/compare/02eda6632375...0bdbc5...