Commit Graph

37 Commits

Author SHA1 Message Date
f7a2182ba6 Add support for sending arbitrary TFW message on bot message click 2019-12-19 14:49:27 +01:00
f17fe18cef Drain message queue on typing indicator click 2019-12-19 14:29:02 +01:00
25433a1ccd Move scrolling logic to MessagesComponent 2019-10-03 13:04:32 +02:00
57db977873 Implement solution check forwarding 2019-09-06 15:36:40 +02:00
a88415bad1 Make whole frontend dynamically configurable to avoid rebuilds 2019-08-28 10:19:14 +02:00
45767b6711 Remove originator configuration and merge MessageData with MessageMetadata 2019-08-26 13:53:13 +02:00
f63cede5d5 Move message queue logic to backend 2019-08-26 13:53:13 +02:00
0543a36f09 Fix tslint errors 2019-08-12 17:08:26 +02:00
97b911689b Remove copyright headers 2019-08-12 16:51:51 +02:00
0b65b9f5f3 Remove unnecessary parentheses and refactor bot messages 2019-08-08 16:18:26 +02:00
6e22e7efe9 Rename interfaces and variables 2019-08-08 14:44:40 +02:00
cc3e44ef8c Simplify bot messages 2019-08-07 10:27:40 +02:00
8a2518fbd0 Reverse order of messaging messages 2018-06-26 14:13:29 +02:00
02f8fc9774 Remove leftover debugging logging 2018-06-26 09:37:33 +02:00
f9ac60b270 Make message timestamps optional 2018-06-25 18:10:25 +02:00
ef4f467457 Rename old handler for easier comprehension 2018-06-25 17:24:20 +02:00
9908965a07 Implement chat like "xy is writing..." bubble when messages are queued 2018-06-25 17:16:56 +02:00
ee448a32c9 Add config.ts option to condigure messageQueue WPM 2018-06-25 17:08:54 +02:00
09823331d1 Implement poc message in queue notifier (chat writing stuff) 2018-06-25 17:08:49 +02:00
736f0eea71 Make message handling logic more decoupled from implementation 2018-06-25 14:18:09 +02:00
224da31981 Implement first version of message queueing 2018-06-25 14:03:02 +02:00
a825841d0e Refactor handling of messages 2018-06-25 09:59:45 +02:00
6ee58da7e4 Unify coding style 2018-06-19 14:26:12 +02:00
1b4c7a1f0f Rename message-types stuff to comply angular naming conventions 2018-06-02 17:31:51 +02:00
c407ce1e96 Refactor Messages API with new types and conventions 2018-05-31 13:45:28 +02:00
887a81ab8e Make type hierarchy from messages 2018-05-31 12:02:53 +02:00
e510fb58f6 Move all message types to a standardised location 2018-05-31 11:31:22 +02:00
9c566c2d73 Add legal boilerplate and LICENSE file 2018-05-11 18:00:26 +02:00
dbb50ad7b4 Fix MessageComponent 'next' button 2018-05-04 17:46:30 +02:00
0682e53511 Refactor project to use config file 2018-03-21 16:32:56 +01:00
82f1ed17e9 Implement frontend API to manipulate next button visibility 2018-03-14 18:06:37 +01:00
8d2f19f062 Rename anchor -> key globally ¯\_(ツ)_/¯ 2018-02-21 15:32:24 +01:00
5f124f5b8a Move angular services to separate directory 2018-02-20 16:54:41 +01:00
4a0424ef34 Fix messages not showing (detectChanges()) 2018-02-16 17:49:57 +01:00
c4c875ae3d Remove unused ngOnInit 2018-02-16 15:24:44 +01:00
e42d831138 Add connecting WebSocketService to each component 2018-02-16 12:12:01 +01:00
eb90c66c84 Rename LogsComponent to MessagesComponent 2018-02-01 16:39:08 +01:00