Prototyping Tangram 2.0 responsive / mobile UI
Non-final result
#Libadwaita has primitives that make it really easy - AdwLeaflet and AdwFlap
Probably going to lose the tabs "view" on mobile and have some kind of overview / grid.
For desktop – I think the tabs still make sense, but it doesn't need to be such a large sidebar – perhaps just large icons https://github.com/sonnyp/Tangram/issues/73
@sonny you probably want to let it take over the header bar too :)
@alexm indeed – I'm just hacking stuff together ATM to get a good feeling.
Once again, the API and primitives are awesome.
BTW - is this set in stone?
> As such, it does not support disabling page [...] detaching.
I understand we don't want to hurt usability / user expectation, but supporting multi-window can be quite difficult – and possible irrelevant on mobile?
@sonny oh, on mobile you can't detach it anyway - multi-window dnd doesn't work on touch.
It is set in stone, yes, AdwTabView is strictly for dynamic tabs and they are a multi-window pattern.