83 Commits

Author SHA1 Message Date
Kristóf Tóth
6ee58da7e4 Unify coding style 2018-06-19 14:26:12 +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
0fc90126a7 Fix monaco editor overflowing from container (partial) 2018-06-12 19:09:11 +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
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
2fdcea4af8 Rework dashboard API and refactory typing 2018-05-31 12:22:53 +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
2bf68b1500 Remove outlines from console and terminalmenu buttons 2018-05-31 11:01:51 +02:00
Kristóf Tóth
b8161194d7 Implement triggering first FSM step defined in config 2018-05-30 15:35:36 +02:00
Kristóf Tóth
4b92f5552b Make log messages typed 2018-05-30 14:19:19 +02:00
Kristóf Tóth
b635993656 Make JSON-like command classes interfaces 2018-05-30 14:10:32 +02:00
Kristóf Tóth
c889de0b05 Move live log checking logic to ProcessLogService 2018-05-30 11:14:48 +02:00
Kristóf Tóth
188b3a9631 Fix showLiveLogs mode ignoring showConsoleOnDeploy 2018-05-29 17:56:16 +02:00
Kristóf Tóth
cfdb69987d Implement ProcessLogService and hook it up to existing log features 2018-05-29 16:48:45 +02:00
Kristóf Tóth
1b8a36331c Allow switching between stdout and stderr logs in config.ts 2018-05-28 16:36:19 +02:00
Kristóf Tóth
e929209c74 Make terminal tao-gray again 2018-05-28 13:36:06 +02:00
Kristóf Tóth
198c84fca7 Make terminal and console black 2018-05-28 13:36:06 +02:00
Kristóf Tóth
ce192891d8 Rename config.ide.reloadIframeOnDeploy.. to match new options 2018-05-28 13:36:06 +02:00
Kristóf Tóth
3af98a0c19 Implement automatic switching to console on deploy click 2018-05-28 13:36:06 +02:00
Kristóf Tóth
3565b890c4 Implement optional writing of the latest process log to console 2018-05-28 13:36:06 +02:00
Kristóf Tóth
3456595c5a Implement changing between terminal menu items from API 2018-05-28 13:36:06 +02:00
Kristóf Tóth
6ca78f12fd Refactor dashboard API hide_messages to a separate command 2018-05-28 13:36:06 +02:00
Kristóf Tóth
944eb1d229 Set cursor on non-selected terminal menu items to pointer 2018-05-28 13:36:06 +02:00
Kristóf Tóth
469c5ced7b Implement changing between terminal menu items 2018-05-28 13:36:06 +02:00
Kristóf Tóth
32dab3b967 Fix terminal overflowing from parent 2018-05-28 13:36:06 +02:00
Kristóf Tóth
5bdf6e0d42 Design vscode-like menu for terminal and console switching 2018-05-28 13:36:06 +02:00
Kristóf Tóth
8fb0fc7cfc Add barebones console option 2018-05-28 13:36:06 +02:00
Kristóf Tóth
7fea6e2029 Add option to turn off iframe reloading on 'deploy' click 2018-05-25 15:30:59 +02:00
Bálint Bokros
c1f279ce6c Migrate from Angular 5 to 6 2018-05-18 14:53:45 +02:00
Kristóf Tóth
399a970340 Refactor deployment notification init in DashboardComponent 2018-05-17 16:04:30 +02:00
Kristóf Tóth
3980051823 Refactor command handling initialization in DashboardComponent 2018-05-17 16:03:35 +02:00
Kristóf Tóth
454507615d Implement iframe reload on deployment 2018-05-17 15:58:08 +02:00
Kristóf Tóth
044bd379b3 Unify coloring and remove sidebar shadow 2018-05-17 14:24:18 +02:00
Kristóf Tóth
b1245c0636 Move scrollbar nicener mixin to separate file 2018-05-17 13:58:34 +02:00
Kristóf Tóth
ebbed24c9d Unify CSS code formatting 2018-05-17 11:58:46 +02:00
therealkrispet
1c88e61b0a
Merge pull request #22 from avatao-content/layout-fix
Fix breaking layout for web component
2018-05-16 13:09:01 +02:00
Gabor PEK
e6cb75ebd8 Change scrollbar style 2018-05-16 11:45:58 +02:00
Kristóf Tóth
fa17b38215 Fix unsafe comparison 2018-05-15 14:03:57 +02:00
Kristóf Tóth
f62c2f199c Fix SidebarComponent margins&paddings on small displays 2018-05-15 12:25:12 +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
52cfd4bf55 Refactor WebComponent and iframing to be mutually exclusive, strip old app 2018-04-25 11:48:15 +02:00
Kristóf Tóth
f9db92cd57 Fix various coding-style violations and random imports 2018-04-20 15:54:34 +02:00
Kristóf Tóth
bafb88012d Implement reloading of frontend from API 2018-04-20 14:50:43 +02:00
Kristóf Tóth
5c0b1dbd1b Implement changing messaging visibility from API 2018-04-20 14:36:06 +02:00
Kristóf Tóth
77e18f43e3 Fix config variable not being JSON 2018-04-20 14:22:45 +02:00
Kristóf Tóth
46b750432e Implement hiding messages component 2018-04-20 14:05:23 +02:00
Kristóf Tóth
26df194a17 Fix manual and instumented layout changes (force event 'resize') 2018-04-20 11:09:47 +02:00
Gabor PEK
5e3e619423 Sidebar icons are now highlighted and focus works when instrumented from backend 2018-04-20 09:30:40 +02:00