ArcoMul / leihbase

Web application to manage Leihladen, also known as Borrow Stores.
1 stars 1 forks source link

Improve layout and interaction of category selection #6

Open ArcoMul opened 6 months ago

ArcoMul commented 6 months ago

The category selection interaction currently takes up a lot of space, and especially on mobile it takes up half the screen, which can result in not realizing that the products below the categories have been updated when selecting one.

Current desktop:

grafik

Current mobile:

grafik

The recipe filter interaction of tasteatlas.com is a great alternative: https://www.tasteatlas.com/recipes

Tasteatlas desktop:

grafik

Tasteatlas.com mobile:

grafik

For Leihbase a similar setup could work well.

New desktop:

grafik

New mobile:

grafik

The categories on mobile can also be scrolled horizontally, instead of having to fold open the whole list.

After selecting a category it jumps to the front of the row so that it is always visible which category is selected.