SalaniLeo / Forecast

⛅ Weather app for Linux made in LibAdwaita
http://forecast.salanileo.dev/
GNU General Public License v3.0
32 stars 9 forks source link

Remove Left Anchor for Weekly Forecast #38

Closed LinuxinaBit closed 5 months ago

LinuxinaBit commented 5 months ago

Nice weather app! There's just one (actually pretty minor) thing I think needs to be changed. I believe anchoring the Weekly Forecast to the left side of the window is a missed opportunity that also results in an imbalanced feeling app. Example: image image I believe utilizing whatever Flexbox-like technology GTK provides would allow the app to feel more balanced at any window size. This also could allow for a responsive app that automatically realigns into a vertical scroll-able layout for mobile devices and devices with small displays. Thank you for considering this change, and I really like the app :)

SalaniLeo commented 5 months ago

Thanks for the advice, I already tried to use a flexbox, but the issue was that the window height would be stuck to the minumum required to move the left side below the right one so I decided to not include it in this release. For the next release I already have in mind a way to make this app small screen friendly by using an Adw.Breakpoint. Thanks again for contributing!