project-robius / robrix

Robrix: a multi-platform Matrix chat client written in Rust using the Makepad UI toolkit and the Robius app dev framework
MIT License
120 stars 19 forks source link

Problems with Room list rendering #233

Closed tyreseluo closed 3 weeks ago

tyreseluo commented 3 weeks ago

Issue From: https://github.com/project-robius/robrix/issues/123

@joulei It seems that the room_list rendering problem we discussed last time still exists?Can you take a look and help me describe the problem? @kevinaboos Already using your latest commit, I have push the draft code to PR #232.

yAHLNmoBbr

kevinaboos commented 3 weeks ago

this is a makepad bug that was introduced a couple of weeks ago and recently reverted. I have now updated our dependency on makepad to depend on a version that shouldn't have this problem.

I'm no longer able to replicate it as of #236 being merged in, but please test it yourself and let me know.

tyreseluo commented 3 weeks ago

Ok,I will do that.