Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
Kristóf Tóth 65c7c727f5 Add CPU eating loader waiting for configuration to finish 2019-08-28 10:18:16 +02:00
Kristóf Tóth 4ac350d665 Fix terminal race condition (afterViewInit vs WS connection) 2019-08-27 17:20:26 +02:00
Kristóf Tóth 00e4c2f7b3 Fix iframe scrolling and other CSS issues 2019-08-27 17:13:36 +02:00
Kristóf Tóth 208edd9533 Hardcode routes to router module to eliminate weird dependency 2019-08-26 14:46:54 +02:00
Kristóf Tóth 448a2bc862 Implement poc ConfigService 2019-08-26 14:46:54 +02:00
Kristóf Tóth 24c994c41e Rename WebSocketService sendJSON() -> send() 2019-08-15 21:24:54 +02:00
Kristóf Tóth d7853d7154 Merge branch 'processlog-rework' into chausie 2019-08-15 14:40:49 +02:00
Kristóf Tóth dcbf59d5ab Remove unused FSM update service 2019-08-15 14:39:32 +02:00
Kristóf Tóth e6783efa49 Remove console & live process log logic (moved to backend) 2019-08-15 14:37:55 +02:00
Kristóf Tóth 0543a36f09 Fix tslint errors 2019-08-12 17:08:26 +02:00
Kristóf Tóth 97b911689b Remove copyright headers 2019-08-12 16:51:51 +02:00
Kristóf Tóth 26b1deadf5 Upgrade packages and remove unused dependencies 2019-08-12 16:07:11 +02:00
Kristóf Tóth e85eee2ee9 Rewrite WebSocketService to use rxjs instead of 3rd party dep 2019-08-12 14:26:02 +02:00
therealkrispet 9d6a819606 Merge pull request #42 from avatao-content/api-rework
Api rework
2019-08-08 16:29:27 +02:00
Kristóf Tóth 116401fe80 Replace deprecated trigger API call 2019-08-05 11:09:33 +02:00
therealkrispet ec289081c8 Merge pull request #41 from avatao-content/urlbar
Fix urlbar.
2019-08-05 11:07:24 +02:00
Kristóf Tóth 193c12a1e5 Fix MessagesComponent word breaking 2019-07-09 13:14:36 +02:00
Kristóf Tóth af4374fb10 Merge branch 'frontend_fixes' 2019-07-04 16:35:56 +02:00
Kristóf Tóth 9d2efb3c45 Make URL bar optional 2019-06-25 11:12:18 +02:00
Kristóf Tóth 8a364f843e Revert unnecessary changes 2019-06-18 10:54:34 +02:00
Kristóf Tóth 79c7f582e1 Fix 1px terminal white edge (here be dragons, credits: dbalazs) 2019-06-17 15:47:42 +02:00
therealkrispet cef95812eb Merge pull request #34 from avatao-content/reload-iframe
Reload iframe handler added
2019-05-28 15:17:37 +02:00
Kristóf Tóth 79a4017386 Make deploy button texts configurable from config.ts 2018-10-02 11:26:39 +02:00
Kristóf Tóth b3f7e65413 Fix deploy-blur flowing out from container 2018-09-18 14:21:40 +02:00
Kristóf Tóth 1d47e1df9b Fix FSM initial step and state recover race condition 2018-08-03 17:09:45 +02:00
Kristóf Tóth 96d71caf08 Fix IDE gray line between header and editor 2018-07-23 15:31:08 +02:00
Kristóf Tóth 9c7e42fe23 Merge branch 'bootify-ide-header' 2018-07-23 12:12:14 +02:00
Kristóf Tóth 51f79310be Make minor design improvements to Deploy button 2018-07-23 12:11:37 +02:00
Kristóf Tóth 71f6e35cdf Fix Deploy button alignment in case the text is short 2018-07-23 10:58:24 +02:00
Kristóf Tóth 7c4296583c Make IDE header more... subtle in it's glory 2018-07-21 13:51:20 +02:00
Kristóf Tóth 2ebd86aa08 Redesign IDE header while tackling several issues with it 2018-07-21 11:58:26 +02:00
Kristóf Tóth 5b9046e967 Fix terminal invisible on terminalOrConsole == 'console' 2018-07-20 11:04:18 +02:00
Kristóf Tóth bc50d52f4d Implement state recovery, make ask before reload opt-in 2018-07-20 09:24:28 +02:00
Kristóf Tóth 362804f54d Fix typo in README 2018-07-12 16:43:38 +02:00
Kristóf Tóth 3810e01322 Add autofocus to testmessenger 2018-07-12 15:17:04 +02:00
Kristóf Tóth 9e43fb9884 Provide full frontend API documentation 2018-07-10 14:09:31 +02:00
Kristóf Tóth 02c8caab7b Remove border from terminal top 2018-07-06 17:26:12 +01:00
Kristóf Tóth ab56fed6c9 Remove iframe padding 2018-07-06 17:20:26 +01:00
Kristóf Tóth eb7e333b70 Increase chatbot jumping circle size to avoid artifacts 2018-06-28 16:13:53 +02:00
Kristóf Tóth b03197b122 Update packages 2018-06-27 10:27:51 +02:00
therealkrispet 2071e81bad Merge pull request #26 from avatao-content/messagequeue
Messagequeue
2018-06-26 17:37:18 +02:00
Kristóf Tóth 633ec0f67f Make latest message highlight more subtle 2018-06-26 17:22:44 +02:00
Kristóf Tóth ea5ed41485 Update documentation with message queueing stuff 2018-06-26 16:04:09 +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 61b890cf98 Do not reload iframe on deploy by default 2018-06-15 16:13:46 +02:00
Kristóf Tóth 0305d73c49 Merge branch 'monaco' 2018-06-15 13:36:48 +02:00
Kristóf Tóth 20bae07036 Improve IDE language detection logic 2018-06-15 13:16:28 +02:00
Kristóf Tóth 2b4b09f60b Attempt to fix button color hell (barely) 2018-06-15 11:43:08 +02:00
Kristóf Tóth bc459afd2a Fix monaco overflowing in certain browsers 2018-06-13 09:40:59 +02:00
Kristóf Tóth 8de4c30f80 Allow configuring monaco minimap from tfw config.ts 2018-06-12 23:18:31 +02:00
Kristóf Tóth 8d9a9b1aea Remove leftover ace editor options from AppComponent 2018-06-12 23:16:29 +02:00
Kristóf Tóth 1dba0fa489 Update packages, remove unused stuff from package.json 2018-06-12 23:00:27 +02:00
Kristóf Tóth 732cf3cb43 Fix leftover rxjs5 style import 2018-06-12 22:45:37 +02:00
Kristóf Tóth 39707c3aed Implement language autodetection (take that brace) 2018-06-12 20:26:23 +02:00
Kristóf Tóth 3a46f3e465 Disable debugger margin and minimap of editor 2018-06-12 19:44:36 +02:00
Kristóf Tóth 549343c2ef Make IdeComponent gray to harmonize with vscode colors 2018-06-12 19:28:35 +02:00
Kristóf Tóth 8f19bf3661 Refactor editor write handler to a seperate method 2018-06-12 19:15:15 +02:00
Kristóf Tóth 0fc90126a7 Fix monaco editor overflowing from container (partial) 2018-06-12 19:09:11 +02:00
Kristóf Tóth 0fbaf2275e Replace ACE with monaco – with lots of UI issues 2018-06-08 14:31:40 +02:00
Kristóf Tóth 309ffca9e7 Add typescript to ACE colored languages 2018-06-08 14:21:31 +02:00
Kristóf Tóth cd1200ae44 Fix brace 404ing language highlighting stuff 2018-06-05 21:26:56 +02:00
Kristóf Tóth 995feeeddd Merge branch 'message-types' 2018-06-04 22:18:50 +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 d99853d88e Extend README with console stuff and update config.ts part 2018-06-02 17:10:12 +02:00
Kristóf Tóth 23eb73ffe6 Remove lies from README 2018-05-31 14:57:19 +02:00
Kristóf Tóth 6a507debec Unify fronted API naming conventions in dashboard 2018-05-31 14:18:13 +02:00
Kristóf Tóth 00efe0002c Rename dashboard API command 2018-05-31 13:45:35 +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 2fdcea4af8 Rework dashboard API and refactory typing 2018-05-31 12:22:53 +02:00
Kristóf Tóth 279a121538 Refactor console message types and API 2018-05-31 12:11:35 +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