Commit Graph

8 Commits

Author SHA1 Message Date
c594d9858f Rename some functions to be more clear 2019-09-12 15:56:21 -07:00
5c02ae8a58 Fully switch away from keeping sync 2019-09-11 00:52:42 -07:00
595e28853e Split Sync file into sub-modules 2019-09-10 20:19:26 -07:00
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