43 Commits

Author SHA1 Message Date
Kristóf Tóth
633ec0f67f Make latest message highlight more subtle 2018-06-26 17:22:44 +02:00
Kristóf Tóth
958b44e570 Fix next button placement with new messages UI 2018-06-26 14:57:09 +02:00
Kristóf Tóth
8a2518fbd0 Reverse order of messaging messages 2018-06-26 14:13:29 +02:00
Kristóf Tóth
c6f9edc9f7 Add highlight to latest message 2018-06-26 12:03:25 +02:00
Kristóf Tóth
02f8fc9774 Remove leftover debugging logging 2018-06-26 09:37:33 +02:00
Kristóf Tóth
f9ac60b270 Make message timestamps optional 2018-06-25 18:10:25 +02:00
Kristóf Tóth
ef4f467457 Rename old handler for easier comprehension 2018-06-25 17:24:20 +02:00
Kristóf Tóth
9908965a07 Implement chat like "xy is writing..." bubble when messages are queued 2018-06-25 17:16:56 +02:00
Kristóf Tóth
ee448a32c9 Add config.ts option to condigure messageQueue WPM 2018-06-25 17:08:54 +02:00
Kristóf Tóth
09823331d1 Implement poc message in queue notifier (chat writing stuff) 2018-06-25 17:08:49 +02:00
Kristóf Tóth
9af0467489 Implement inflating messages animation 2018-06-25 15:36:06 +02:00
Kristóf Tóth
736f0eea71 Make message handling logic more decoupled from implementation 2018-06-25 14:18:09 +02:00
Kristóf Tóth
224da31981 Implement first version of message queueing 2018-06-25 14:03:02 +02:00
Kristóf Tóth
a825841d0e Refactor handling of messages 2018-06-25 09:59:45 +02:00
Kristóf Tóth
6ee58da7e4 Unify coding style 2018-06-19 14:26:12 +02:00
Kristóf Tóth
1b4c7a1f0f Rename message-types stuff to comply angular naming conventions 2018-06-02 17:31:51 +02:00
Kristóf Tóth
c407ce1e96 Refactor Messages API with new types and conventions 2018-05-31 13:45:28 +02:00
Kristóf Tóth
887a81ab8e Make type hierarchy from messages 2018-05-31 12:02:53 +02:00
Kristóf Tóth
e510fb58f6 Move all message types to a standardised location 2018-05-31 11:31:22 +02:00
Kristóf Tóth
fbbf2596cd Fix ambigous whitespaces 2018-05-17 14:13:07 +02:00
Kristóf Tóth
9c566c2d73 Add legal boilerplate and LICENSE file 2018-05-11 18:00:26 +02:00
Kristóf Tóth
dbb50ad7b4 Fix MessageComponent 'next' button 2018-05-04 17:46:30 +02:00
Kristóf Tóth
52cfd4bf55 Refactor WebComponent and iframing to be mutually exclusive, strip old app 2018-04-25 11:48:15 +02:00
Kristóf Tóth
0682e53511 Refactor project to use config file 2018-03-21 16:32:56 +01:00
Kristóf Tóth
82f1ed17e9 Implement frontend API to manipulate next button visibility 2018-03-14 18:06:37 +01:00
Kristóf Tóth
caf14f49ed Add data class for Messaging control API 2018-03-14 18:06:00 +01:00
Gabor PEK
f0ecdd31f2 Add next button for instructions and finally the terminal is responsive 2018-03-14 16:43:44 +01:00
Gabor PEK
fcb5d6ecf0 Import variables.scss in scss files used in shadow DOM 2018-03-12 14:12:50 +01:00
Gabor PEK
5e0e55eb16 Add horizontal view, change header layout and fix webide position problems 2018-03-12 10:32:01 +01:00
Gabor PEK
822b65462d Cleanup variables in Shadow DOM 2018-03-09 18:14:40 +01:00
Gabor PEK
5ac380c702 Polishing button colors and starting to create templates for different layouts 2018-03-08 17:07:21 +01:00
Gabor PEK
62052b8383 Add vertical scrolling to messages 2018-03-08 14:04:40 +01:00
Gabor PEK
2bfa60642e Add simple and more easy to use grid layout framework 2018-03-08 13:43:53 +01:00
Gabor PEK
1b9da0b03c Webide CSS redesign first modification 2018-03-07 17:22:28 +01:00
Gabor PEK
a7aa890019 Use grid layout for messages 2018-03-07 17:22:28 +01:00
Kristóf Tóth
8d2f19f062 Rename anchor -> key globally ¯\_(ツ)_/¯ 2018-02-21 15:32:24 +01:00
Kristóf Tóth
5f124f5b8a Move angular services to separate directory 2018-02-20 16:54:41 +01:00
Kristóf Tóth
4a0424ef34 Fix messages not showing (detectChanges()) 2018-02-16 17:49:57 +01:00
Kristóf Tóth
c4c875ae3d Remove unused ngOnInit 2018-02-16 15:24:44 +01:00
Kristóf Tóth
e42d831138 Add connecting WebSocketService to each component 2018-02-16 12:12:01 +01:00
Kristóf Tóth
5330f15d3f Hotfix messages reversing themselves all the time 2018-02-14 15:38:38 +01:00
Kristóf Tóth
1c499fd54b Reverse messages in messages.component to make new messages appear first 2018-02-14 09:51:42 +01:00
Bálint Bokros
eb90c66c84 Rename LogsComponent to MessagesComponent 2018-02-01 16:39:08 +01:00