Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Small screen layout #27

Closed SQL-MisterMagoo closed 5 years ago

SQL-MisterMagoo commented 5 years ago

I'd love to get this to the point where I can use it on my phone, but I'm not sure how we handle screen layouts with the current structure.

I'd like - but am not fixed on - a simple swipe left and right to reach different pages on mobile.

Mobile [ Login ] <--> [ Rooms ] <--> [ Room ] <--> [ Search ]

Desktop [ Login ] <--> [ Rooms ] [ Room ] [ Search ]

chrissainty commented 5 years ago

I like the idea but Iā€™m worried about the reality of this UX. If the user is in a load of rooms then that could lead to a lot of swiping. Also there would be no central place to view which rooms have unread messages.

I would suggest, at least for the first instance, we go with a pop out menu showing all rooms. We could then look at a swipe gesture as a complimentary feature.

What do you think?

On Mon, 29 Apr 2019 at 20:03, SQL-MisterMagoo notifications@github.com wrote:

I'd love to get this to the point where I can use it on my phone, but I'm not sure how we handle screen layouts with the current structure.

I'd like - but am not fixed on - a simple swipe left and right to reach different pages on mobile.

Mobile [ Login ] <--> [ Rooms ] <--> [ Room ] <--> [ Search ]

Desktop [ Login ] <--> [ Rooms ] [ Room ] [ Search ]

ā€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Blazored/Gitter/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPCYR4TACANTUZI5VZ5GF3PS5BBTANCNFSM4HJF5EDA .

SQL-MisterMagoo commented 5 years ago

Yep totally get that, and totally open to suggestions. I think you'll be best placed to guide us on this as I'm really not very good at UI/design šŸ˜

chrissainty commented 5 years ago

I'll have a hack about with a few ideas, I'll cover this in #34.