mirror of https://github.com/zulip/zulip.git
f6d670ae3d
This is mostly straightforward moving of code out of compose.js. The code that was moved currently supports sending time reports for sent messages, but we intend to grow out the new module to track more state about sent messages. The following function names in this commit are new, but their code was basically pulled over verbatim: process_success (was process_send_time) set_timer_for_restarting_event_loop clear initialize All the code in the new module is covered by previous tests that had been written for compose.js. This commit only modifies a few things to keep those tests. The new module has 100% node coverage, so we updated `enforce_fully_covered`. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
locale | ||
styles | ||
swagger | ||
templates | ||
third | ||
ts | ||
.gitignore | ||
favicon.ico | ||
node_modules | ||
robots.txt |