kartoza / GEEST

Gender Enabling Environments Spatial Tool (GEEST)
https://worldbank.github.io/GEEST/
MIT License
1 stars 1 forks source link

Layouts #27

Open timlinux opened 1 week ago

timlinux commented 1 week ago

There is currently implement proper layout management throughout the tool.

With layouts properly applied, the gui should expand to fill the available space in its parent container. Without layouts, usability is degraded. In cases where there is long content, it should be placed in scrollable containers so that the user can access all parts of the UI. We can see here an example of where a button is not usable because it is partly hidden and it is not possible to scroll to it:

image