Commit Graph

479 Commits

Author SHA1 Message Date
raciborski f768b74893
Merge pull request #55 from avatao-content/message-buttons
Change message active button colors
2020-07-01 13:23:31 +02:00
Gabor PEK 670ac0f3dc Use global variables for shadow colors 2020-06-30 15:48:04 +02:00
Gabor PEK bca9861a4d Change message active button colors 2020-06-29 17:17:05 +02:00
ni-richard 3da348efca
Merge pull request #54 from avatao-content/message-buttons
Message button support in bot messages
2020-06-23 08:17:13 +02:00
Gabor PEK 2f9aa9c298 Change message button type in send message 2020-06-22 13:43:55 +02:00
Gabor PEK d92f3da04d Refactor message buttons using Records for mapping 2020-06-22 12:19:33 +02:00
Gabor PEK aacd8aea60 Fix active message button style 2020-06-17 17:58:31 +02:00
Gabor PEK fb2735ccc7 Fix style of message buttons 2020-06-17 17:47:57 +02:00
Gabor PEK 31cf75f63b Add message buttons to control the user flow 2020-06-17 17:19:22 +02:00
Gabor PEK 0f324a108b Change look and UI of messages, add new Avatao logo 2020-06-12 17:04:29 +02:00
Gabor PEK 2b301edccc Redefine color palette 2020-06-08 11:24:39 +02:00
Gergo Turcsanyi 96d27a7d2d Fix iframe reload polling 2020-05-29 11:54:26 +02:00
R. Richard 4f3a6057a4 Prevent IDE reload race condition 2020-05-26 15:34:54 +02:00
R. Richard ea5bf30a95 Reconnect websockets automatically 2020-05-21 17:44:01 +02:00
R. Richard d8545c48be Stop filtering JS code in bot messages 2020-05-18 18:01:30 +02:00
ni-richard 031a9916a0
Make webservice optional 2020-05-15 14:46:33 +02:00
R. Richard 68f9a2c57d Enable Kotlin syntax highlighting 2020-03-31 14:42:11 +02:00
Kristóf Tóth f2720c218b Fix DEPLOYING spinner css 2019-12-19 15:43:56 +01:00
Kristóf Tóth f7a2182ba6 Add support for sending arbitrary TFW message on bot message click 2019-12-19 14:49:27 +01:00
Kristóf Tóth f17fe18cef Drain message queue on typing indicator click 2019-12-19 14:29:02 +01:00
Kristóf Tóth a3993e8b87 Add name attribute to iframe (allow magic links from messages) 2019-11-08 13:13:39 +01:00
Kristóf Tóth abf7d8ced8 Update packages (Firefox IDE scrolling bug fix) 2019-11-08 13:04:42 +01:00
Kristóf Tóth b45f624ab3 Extract status code polling logic into a class 2019-11-07 16:08:54 +01:00
Kristóf Tóth 9df954bcb1 Fix dashboard.iframeUrl by keeping iframeUrl updated 2019-10-21 15:55:39 +02:00
Kristóf Tóth 52e80dff03 Avoid polling iframe when url is not set 2019-10-14 14:58:40 +02:00
Kristóf Tóth f51aebe1de Remove unused message type 2019-10-07 13:33:02 +02:00
Kristóf Tóth 25433a1ccd Move scrolling logic to MessagesComponent 2019-10-03 13:04:32 +02:00
Kristóf Tóth d6874335cd Remove leftover debug console.log 2019-10-03 12:58:21 +02:00
Kristóf Tóth 46fe26861c Fix Firefox iframe about:blank after load braindeath 2019-10-02 15:58:38 +02:00
Kristóf Tóth ac1bb81162 Add version file 2019-09-30 13:38:00 +02:00
Kristóf Tóth 38f3bfd6e5 Call editor writehandler on keydown instead of keyup 2019-09-27 14:49:02 +02:00
ni-richard f90fd78507
Update README.md 2019-09-17 05:25:42 +02:00
Kristóf Tóth 5e85869494 Add support for bash syntax highlighting 2019-09-15 17:13:36 -07:00
Kristóf Tóth f8e9586be3 Run IDE language detection only when selected file is changed 2019-09-15 17:10:06 -07:00
Kristóf Tóth ff3886ad64 License project under GNU LGPLv3 2019-09-12 15:01:11 -04:00
Kristóf Tóth bb5547402b Increase network timeout so that DockerHub builds won't fail 2019-09-12 11:49:56 -04:00
Kristóf Tóth cb626d1c49 Add node_modules to .dockerignore 2019-09-12 11:41:42 -04:00
R. Richard 6642965bea Dockerize frontend for multistage building 2019-09-06 16:06:36 +02:00
Kristóf Tóth 57db977873 Implement solution check forwarding 2019-09-06 15:36:40 +02:00
Kristóf Tóth 43e43b061d Update ngx-monaco-editor 2019-09-06 15:18:32 +02:00
Kristóf Tóth e951c5cb6f Fix bug where layout changes wouldn't scroll messages to bottom 2019-09-04 15:46:52 +02:00
R. Richard 0019683b21 Fix syntax highlighting error 2019-09-03 14:57:19 +02:00
Kristóf Tóth 62e0a99478 Poll webservice url for 200 OK on frontend load 2019-08-30 15:59:49 +02:00
Kristóf Tóth 4e60bfc8df Comply API changes & remove unused stuff 2019-08-28 16:45:40 +02:00
Kristóf Tóth 074fa89db7 Merge branch 'dynamic_configger' into chausie 2019-08-28 15:29:56 +02:00
Kristóf Tóth c07538dc13 Make iframe toggleable 2019-08-28 15:28:26 +02:00
Kristóf Tóth 48a8facd50 Change frontend.config.done to frontend.ready 2019-08-28 13:48:14 +02:00
Kristóf Tóth 5a8f653f1a Fix "wait for all observables to complete" logic ConfigServiceBase 2019-08-28 11:13:51 +02:00
Kristóf Tóth a88415bad1 Make whole frontend dynamically configurable to avoid rebuilds 2019-08-28 10:19:14 +02:00
Kristóf Tóth 41eebc60f6 Implement base class for future config services 2019-08-28 10:18:35 +02:00