Sat, Apr 25
FileDialog exists as a property of MediaFileMenu, I'm guessing the new message will cause the ListView to be destroyed then rebuild it.
Wed, Apr 15
Apr 10 2026
Apr 4 2026
Apr 2 2026
Apr 1 2026
Mar 27 2026
Mar 23 2026
Mar 14 2026
Make breakpoints in Client::startSyncing() const
Check if it still crashes if we cut off network after opening
The RoomModel in libkazv should remember more than the current text-only localDraft. Should also store the state of e.g. editing or replying.
Pinned messages page: Modify the behaviour so that when the pinned messages action is triggered, the pinned messages page will replace the room page. Then, add an action in pinned messages page to return to the room page. Leave it that way until we refactor PageRow in T182 .
Some pages are left unmodified.
Mar 13 2026
I don't think we want to do this. The benefits of keeping Crypto a value type isn't great. For example, it delays saving of the crypto state, which can cause problems in the case of a crash / kill of the process. A solution might be to make Crypto a dependency of the store instead.
