|
5e3aa40a35
|
Use Elm's lazy to optimize for many-message performance
|
2019-09-06 23:55:36 -07:00 |
|
|
1b0ad433b9
|
Add id field for sending messages.
The idea is to use this field to dismiss messages only when
a sync response with their id arrives.
|
2019-03-15 18:01:07 -07:00 |
|
|
5d519242be
|
Display "still sending" messages.
|
2019-02-25 19:54:54 -08:00 |
|
|
2136bf34b9
|
Create an abstraction for room data.
Unless you specifically need the Sync data, this will be more useful,
since it stores the messages being sent and the like.
|
2019-02-25 18:09:39 -08:00 |
|
|
ce1580926c
|
Refactor to allow "messages".
This will allow us to group non-event things as messages, which will
then allow us to display messages that are still being sent.
|
2019-02-25 16:44:47 -08:00 |
|