element-web/src/components/views
Luke Barnard 084a933dbd Implement MessageComposerStore to persist composer state across room switching
This behaviour was present in the old composer but implemented using local storage. This is unecessary as we don't really care about our drafts across clients, the important thing is that our draft is kept when switching rooms.

As a bonus, ifnore vertical arrow key presses when a modifier key is pressed so that the room switching keys (alt + up/down arrow) don't also cause history browsing (or autocomplete browsing).
2017-07-05 10:24:55 +01:00
..
avatars Implement /user/@userid:domain?action=chat 2017-06-02 11:36:18 +01:00
create_room Add more translations.. 2017-06-08 09:44:58 +01:00
dialogs Fix ability to invite users with caps in their user IDs 2017-06-20 15:46:54 +01:00
elements Add missing import and fix apps reference. 2017-06-28 15:53:18 +01:00
login comment why we send the empty string 2017-06-23 14:48:15 +01:00
messages Null-guard m.video info 2017-06-26 22:22:03 +01:00
room_settings Self-review 2017-06-08 14:36:20 +01:00
rooms Implement MessageComposerStore to persist composer state across room switching 2017-07-05 10:24:55 +01:00
settings Make enter submit change password form 2017-06-14 14:50:48 +01:00
voip de-lint views/voip/* 2017-07-01 14:58:46 +01:00