Commit Graph

  • e0025e9451 Fix debug info balazs 2019-01-21 17:37:51 +01:00
  • e77489aa3b Fix flickering bug balazs 2019-01-21 17:24:02 +01:00
  • 6d136c9279 Add url bar controller balazs 2019-01-21 17:00:13 +01:00
  • d4081f4751 Add url bar display balazs 2019-01-21 16:49:44 +01:00
  • fd297a6f5f Add url bar layout balazs 2019-01-21 16:49:11 +01:00
  • 79a4017386 Make deploy button texts configurable from config.ts Kristóf Tóth 2018-10-02 11:26:39 +02:00
  • b3f7e65413 Fix deploy-blur flowing out from container Kristóf Tóth 2018-09-18 14:21:40 +02:00
  • 1d47e1df9b Fix FSM initial step and state recover race condition Kristóf Tóth 2018-08-03 17:09:45 +02:00
  • 96d71caf08 Fix IDE gray line between header and editor Kristóf Tóth 2018-07-23 15:31:08 +02:00
  • 9c7e42fe23 Merge branch 'bootify-ide-header' Kristóf Tóth 2018-07-23 12:12:14 +02:00
  • 51f79310be Make minor design improvements to Deploy button Kristóf Tóth 2018-07-23 12:11:37 +02:00
  • 71f6e35cdf Fix Deploy button alignment in case the text is short Kristóf Tóth 2018-07-23 10:58:24 +02:00
  • 7c4296583c Make IDE header more... subtle in it's glory Kristóf Tóth 2018-07-21 13:51:20 +02:00
  • 2ebd86aa08 Redesign IDE header while tackling several issues with it Kristóf Tóth 2018-07-21 11:58:26 +02:00
  • 5b9046e967 Fix terminal invisible on terminalOrConsole == 'console' Kristóf Tóth 2018-07-20 11:04:18 +02:00
  • bc50d52f4d Implement state recovery, make ask before reload opt-in Kristóf Tóth 2018-07-20 09:24:28 +02:00
  • 362804f54d Fix typo in README Kristóf Tóth 2018-07-12 16:43:38 +02:00
  • 3810e01322 Add autofocus to testmessenger Kristóf Tóth 2018-07-12 15:17:04 +02:00
  • 9e43fb9884 Provide full frontend API documentation Kristóf Tóth 2018-07-10 14:09:31 +02:00
  • 02c8caab7b Remove border from terminal top Kristóf Tóth 2018-07-06 17:26:12 +01:00
  • ab56fed6c9 Remove iframe padding Kristóf Tóth 2018-07-06 17:20:26 +01:00
  • eb7e333b70 Increase chatbot jumping circle size to avoid artifacts Kristóf Tóth 2018-06-28 16:13:53 +02:00
  • b03197b122 Update packages Kristóf Tóth 2018-06-27 10:27:51 +02:00
  • 2071e81bad Merge pull request #26 from avatao-content/messagequeue therealkrispet 2018-06-26 17:37:18 +02:00
  • 633ec0f67f Make latest message highlight more subtle Kristóf Tóth 2018-06-26 17:22:44 +02:00
  • ea5ed41485 Update documentation with message queueing stuff Kristóf Tóth 2018-06-26 16:04:09 +02:00
  • 958b44e570 Fix next button placement with new messages UI Kristóf Tóth 2018-06-26 14:57:09 +02:00
  • 8a2518fbd0 Reverse order of messaging messages Kristóf Tóth 2018-06-26 14:13:29 +02:00
  • c6f9edc9f7 Add highlight to latest message Kristóf Tóth 2018-06-26 12:03:25 +02:00
  • 02f8fc9774 Remove leftover debugging logging Kristóf Tóth 2018-06-26 09:37:33 +02:00
  • f9ac60b270 Make message timestamps optional Kristóf Tóth 2018-06-25 18:10:25 +02:00
  • ef4f467457 Rename old handler for easier comprehension Kristóf Tóth 2018-06-25 17:24:20 +02:00
  • 9908965a07 Implement chat like "xy is writing..." bubble when messages are queued Kristóf Tóth 2018-06-25 17:16:56 +02:00
  • ee448a32c9 Add config.ts option to condigure messageQueue WPM Kristóf Tóth 2018-06-25 17:07:19 +02:00
  • 09823331d1 Implement poc message in queue notifier (chat writing stuff) Kristóf Tóth 2018-06-25 16:54:15 +02:00
  • 9af0467489 Implement inflating messages animation Kristóf Tóth 2018-06-25 15:36:06 +02:00
  • 736f0eea71 Make message handling logic more decoupled from implementation Kristóf Tóth 2018-06-25 14:18:09 +02:00
  • 224da31981 Implement first version of message queueing Kristóf Tóth 2018-06-25 14:02:37 +02:00
  • a825841d0e Refactor handling of messages Kristóf Tóth 2018-06-25 09:59:45 +02:00
  • 6ee58da7e4 Unify coding style Kristóf Tóth 2018-06-19 14:26:12 +02:00
  • 61b890cf98 Do not reload iframe on deploy by default Kristóf Tóth 2018-06-15 16:13:46 +02:00
  • 0305d73c49 Merge branch 'monaco' Kristóf Tóth 2018-06-15 13:36:48 +02:00
  • 20bae07036 Improve IDE language detection logic Kristóf Tóth 2018-06-15 13:16:28 +02:00
  • 2b4b09f60b Attempt to fix button color hell (barely) Kristóf Tóth 2018-06-15 11:43:08 +02:00
  • bc459afd2a Fix monaco overflowing in certain browsers Kristóf Tóth 2018-06-13 09:40:59 +02:00
  • 8de4c30f80 Allow configuring monaco minimap from tfw config.ts Kristóf Tóth 2018-06-12 23:18:31 +02:00
  • 8d9a9b1aea Remove leftover ace editor options from AppComponent Kristóf Tóth 2018-06-12 23:16:29 +02:00
  • 1dba0fa489 Update packages, remove unused stuff from package.json Kristóf Tóth 2018-06-12 23:00:27 +02:00
  • 732cf3cb43 Fix leftover rxjs5 style import Kristóf Tóth 2018-06-12 22:45:37 +02:00
  • 39707c3aed Implement language autodetection (take that brace) Kristóf Tóth 2018-06-12 20:26:23 +02:00
  • 3a46f3e465 Disable debugger margin and minimap of editor Kristóf Tóth 2018-06-12 19:44:36 +02:00
  • 549343c2ef Make IdeComponent gray to harmonize with vscode colors Kristóf Tóth 2018-06-12 19:28:35 +02:00
  • 8f19bf3661 Refactor editor write handler to a seperate method Kristóf Tóth 2018-06-12 19:15:15 +02:00
  • 0fc90126a7 Fix monaco editor overflowing from container (partial) Kristóf Tóth 2018-06-12 19:09:11 +02:00
  • 0fbaf2275e Replace ACE with monaco – with lots of UI issues Kristóf Tóth 2018-06-05 01:12:24 +02:00
  • 309ffca9e7 Add typescript to ACE colored languages Kristóf Tóth 2018-06-08 14:21:31 +02:00
  • cd1200ae44 Fix brace 404ing language highlighting stuff Kristóf Tóth 2018-06-05 21:26:56 +02:00
  • 995feeeddd Merge branch 'message-types' Kristóf Tóth 2018-06-04 22:18:50 +02:00
  • 1b4c7a1f0f Rename message-types stuff to comply angular naming conventions Kristóf Tóth 2018-06-02 17:31:51 +02:00
  • d99853d88e Extend README with console stuff and update config.ts part Kristóf Tóth 2018-06-02 17:10:12 +02:00
  • 23eb73ffe6 Remove lies from README Kristóf Tóth 2018-05-31 14:57:19 +02:00
  • 6a507debec Unify fronted API naming conventions in dashboard Kristóf Tóth 2018-05-31 14:18:13 +02:00
  • 00efe0002c Rename dashboard API command Kristóf Tóth 2018-05-31 12:28:39 +02:00
  • c407ce1e96 Refactor Messages API with new types and conventions Kristóf Tóth 2018-05-31 12:24:34 +02:00
  • 2fdcea4af8 Rework dashboard API and refactory typing Kristóf Tóth 2018-05-31 12:22:53 +02:00
  • 279a121538 Refactor console message types and API Kristóf Tóth 2018-05-31 12:11:35 +02:00
  • 887a81ab8e Make type hierarchy from messages Kristóf Tóth 2018-05-31 12:02:53 +02:00
  • e510fb58f6 Move all message types to a standardised location Kristóf Tóth 2018-05-31 11:31:22 +02:00
  • 2bf68b1500 Remove outlines from console and terminalmenu buttons Kristóf Tóth 2018-05-31 11:01:51 +02:00
  • b8161194d7 Implement triggering first FSM step defined in config Kristóf Tóth 2018-05-30 15:31:47 +02:00
  • 3b94ed0db6 Merge pull request #25 from avatao-content/console therealkrispet 2018-05-30 14:30:09 +02:00
  • de5fdcd71a Fix ProcessLogService using global config instead of local Kristóf Tóth 2018-05-30 14:27:41 +02:00
  • 4b92f5552b Make log messages typed Kristóf Tóth 2018-05-30 14:19:19 +02:00
  • b635993656 Make JSON-like command classes interfaces Kristóf Tóth 2018-05-30 14:10:32 +02:00
  • e77bd88963 Implement changing rewriteContentWith.. config from console API Kristóf Tóth 2018-05-30 11:44:40 +02:00
  • d13935511b Rename config key to clarify meaning Kristóf Tóth 2018-05-30 11:34:29 +02:00
  • ec757bb21d Implement changing showLiveLogs config from console API Kristóf Tóth 2018-05-30 11:27:25 +02:00
  • c889de0b05 Move live log checking logic to ProcessLogService Kristóf Tóth 2018-05-30 11:14:48 +02:00
  • fc10db6cac Make ProcessLogService.newLog a BehaviorSubject Kristóf Tóth 2018-05-30 11:00:54 +02:00
  • 188b3a9631 Fix showLiveLogs mode ignoring showConsoleOnDeploy Kristóf Tóth 2018-05-29 17:56:16 +02:00
  • b11f3c95f6 Add legal boilerplate to ProcessLogService files Kristóf Tóth 2018-05-29 17:25:40 +02:00
  • cfdb69987d Implement ProcessLogService and hook it up to existing log features Kristóf Tóth 2018-05-29 16:48:45 +02:00
  • 1b8a36331c Allow switching between stdout and stderr logs in config.ts Kristóf Tóth 2018-05-28 16:36:19 +02:00
  • 0aa67b25aa Make console readonly Kristóf Tóth 2018-05-28 14:15:52 +02:00
  • a9488cd504 Make console automagically scroll to bottom Kristóf Tóth 2018-05-28 14:14:23 +02:00
  • f384826200 Make console gray again Kristóf Tóth 2018-05-28 11:31:39 +02:00
  • e1cdc061dc Hide messaging 'next' button by default Kristóf Tóth 2018-05-28 11:15:22 +02:00
  • e929209c74 Make terminal tao-gray again Kristóf Tóth 2018-05-28 11:14:39 +02:00
  • 725cb4c7f6 Add some padding to deploy button green tick Kristóf Tóth 2018-05-28 11:10:11 +02:00
  • 9903ab5250 Disable spellchecking in console Kristóf Tóth 2018-05-28 11:08:20 +02:00
  • 861c486597 Allow access to console from route /console Kristóf Tóth 2018-05-27 22:07:44 +02:00
  • 198c84fca7 Make terminal and console black Kristóf Tóth 2018-05-27 19:32:08 +02:00
  • ce192891d8 Rename config.ide.reloadIframeOnDeploy.. to match new options Kristóf Tóth 2018-05-27 19:10:22 +02:00
  • 3af98a0c19 Implement automatic switching to console on deploy click Kristóf Tóth 2018-05-27 19:09:15 +02:00
  • 3565b890c4 Implement optional writing of the latest process log to console Kristóf Tóth 2018-05-27 19:02:18 +02:00
  • 2f3ea52b8e Implement writing to and reading from console from API Kristóf Tóth 2018-05-27 17:41:18 +02:00
  • 3456595c5a Implement changing between terminal menu items from API Kristóf Tóth 2018-05-27 16:57:29 +02:00
  • 6ca78f12fd Refactor dashboard API hide_messages to a separate command Kristóf Tóth 2018-05-27 16:45:52 +02:00
  • 6403af00dd Add legal boilerplate to new files Kristóf Tóth 2018-05-26 17:02:51 +02:00
  • 1bc687b081 Adjust console padding to kinda match terminal padding Kristóf Tóth 2018-05-25 16:33:51 +02:00