tulir / lindeb

A simple link manager with powerful search
https://lindeb.mau.lu
GNU General Public License v3.0
3 stars 2 forks source link

Optimize for mobile devices #16

Open tulir opened 6 years ago

tulir commented 6 years ago

Topbar lindeb text should be replaced with smaller back button on mobile. Alternatively, the search bar could have its own (possibly hideable) area. Sign out and settings should probably be hidden behind some menu.

The page switcher overflows with many pages. A potential solution is to just show less pages on small devices.

tulir commented 6 years ago

The Firefox extension should also be improved on mobile, but there's not much we can do about that. Adding the usual responsive meta tag for the "popup" on mobile will probably make it usable enough (though we need to make sure it doesn't make the popup look bad on desktop):

<meta name="viewport" content="width=device-width, initial-scale=1">