cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.33k stars 209 forks source link

Mobile support #454

Open Eloitor opened 1 year ago

Eloitor commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to use fsearch in my linux phone. For this, it would need better support for smaller screens.

The main view works well:

image

But when clicking "Add folders" the content of the view does not adapt well to small screens:

image

I'm using postmarketOS with the window manager sxmo, which is based on sway

cboxdoerfer commented 1 year ago

Thank you for the report. I'll see if there's an easy way to make this a bit more useful on smaller screens. But I fear this requires a redesign of the dialog, which is something I'm probably not going to do in the foreseeable future, given my focus on desktop systems. So maybe someone else wants to work on that instead.