You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2018. It is now read-only.
Since the rework of the ScrollArea Initialisation both (room and message View) are empty. SOmetimes the Room Header is missing too or added very late.
Expected Behavior
We should see a room List and the messages of the current Room
Current Behavior
Both Views are empty
Possible Solution
Propably I have done something wrong in either adding the widgets to the scrollLayouts or adding the Layout to the ScrollArea
Steps to Reproduce
See the latest CI build
Context (Environment)
Tested on Windows 10 but propably affects other Systems too.
Comit Explenations
Used commit is: 0f41edb
Latest working commit (which has CI builds, missing avatars are "intended" as they are caused by a already fixed problem): 84ed854
First failing commit with CI builds: 9f0d082
What changed?
It doesn't use QT/C Slots anymore but rather uses pure GO Code to add stuff.
The Layout isn't the struct anymore but rather the non customized type which is provided by the Binding.
Avatar updates got fixed but aren't really tested as I now miss the whole widget :)
Some minor optimizations that shouldn't affect this in any way.