element-hq / element-hq/element-android
directly display active widgets in floating header
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
Currently when there is a widget in a room it displays a floating header 'X active widget VIEW'. When you tap on that it shows a list with the active widget.
When there is only one widget (or maybe even two with a vertical split) it'd make imo more sense to directly display the widget title and with a tap on it directly open the widget.
That way it would be more obvious what widget is embedded (because it's not hidden behind a tap) and instead of
read top bar -> tap top bar -> read bottom bar -> tap bottom bar -> (depending on widget) read top
it would be
read top bar -> tap top bar -> (depending on widget) read top
Contributor guide
Assessment
This issue has not been assessed yet.