This ticket aims to list all the changes to make in HTML code (in LWC source code but also in user-defined HTML, for example for popups with QGIS tooltips)
We need to fix the issues as we spot them, and should also have a look to the external modules, external JavaScript scripts, etc.
Tables
condensed table : replace <table> class table-condensed by table-sm
Buttons
smaller buttons: replace <button> class btn-small by btn-sm
really smaller buttons: class btn-mini does not exists anymore ! See https://getbootstrap.com/docs/5.3/components/buttons/#sizes We could have kept btn-mini class in the code and add a Lizmap CSS variable --bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;" (values not tested)
This ticket aims to list all the changes to make in HTML code (in LWC source code but also in user-defined HTML, for example for popups with QGIS tooltips)
First migration made in this PR : https://github.com/3liz/lizmap-web-client/pull/4455
We need to fix the issues as we spot them, and should also have a look to the external modules, external JavaScript scripts, etc.
Tables
<table>
classtable-condensed
bytable-sm
Buttons
<button>
classbtn-small
bybtn-sm
btn-mini
does not exists anymore ! See https://getbootstrap.com/docs/5.3/components/buttons/#sizes We could have keptbtn-mini
class in the code and add a Lizmap CSS variable--bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;"
(values not tested)Tabs
Doc:
Modal
Popups and dataviz
Forms
They seem really broken at present in master