Skip to content

Draft: Rework QuickSwitcher

Jan Bidler requested to merge miepee/neochat:quickswitcher into master

This reworks the quick switcher to show more information and be more comfortable to use.
image

It is currently marked as draft due to a few issues I haven't been able to figure out how to solve, help with them would be appreciated:

  1. As seen in the screenshot above, there is some space between the room avatar and the room name. I haven't been able to figure out what causes it, even just displaying the room name causes that space to exist
  2. The list partially clips into the search field:
    image
  3. Poor handling when NeoChat is resized (/ potentially in Android as well)
    image
  4. No scrollbar. I tried to add one, but have just been greeted with the error message of ScrollBar is not a type

Merge request reports