Tags give the ability to mark specific points in history as being important
- add matrix-event[message-type] (for m.message subtypes) - add view for event of type m.notice (and use the above to style)
- use MRE for matrix-joined-rooms - add show-user to matrix-auth - fix matrix-login console error after login
- use /sync api to "live" synchronize (long polling) a room's timeline - allow guest users to join a room (and get live /sync) - ...
- re-render events if `event-id` changes MRE - render events that were posted in a new context `after`
- `<matrix-join-room>` button - `<matrix-edit-room>` form - `<matrix-event>` can fetch the api to get its data - better readme (it's a start)
- add <fieldset> in send-event form, to be able to disable the form when sending - add attribute "loading" on form when sending