45 Commits

Author SHA1 Message Date
therealkrispet
3b7b597b3c
Merge pull request #17 from avatao-content/cssdesign
Cssdesign
2018-03-14 16:58:00 +01:00
Kristóf Tóth
e99cd1dc0a Fix shitty looking imports 2018-03-14 16:50:37 +01:00
Gabor PEK
8f4a6fd83e Add notification service for deployment status and blur login page when neccesary 2018-03-12 14:50:44 +01:00
Kristóf Tóth
e5b7d1d809 Merge branch 'cssdesign' 2018-03-09 18:22:53 +01:00
Kristóf Tóth
703beec5b3 Implement workdir change support in webide 2018-03-09 09:36:39 +01:00
Gabor PEK
1b9da0b03c Webide CSS redesign first modification 2018-03-07 17:22:28 +01:00
Kristóf Tóth
955ddac7c6 Improve handling of deployment failures 2018-03-07 16:30:25 +01:00
Kristóf Tóth
f318f94f4d Implement handling of deployment failures 2018-03-07 15:15:28 +01:00
Kristóf Tóth
d4e91c35e2 Remove 'Save' button from frontend 2018-03-07 13:47:05 +01:00
Kristóf Tóth
1ed11ed783 Reduce autosave interval – only runs if code is dirty anyway 2018-03-04 14:27:08 +01:00
Kristóf Tóth
3cfcf8fddc Refactor setButtonState family of callbacks 2018-03-02 15:48:45 +01:00
Kristóf Tóth
c508f367d9 Implement separate deploy button 2018-03-02 15:34:30 +01:00
Kristóf Tóth
f94a254f9b Fix autosave making typed text disappear 2018-03-02 14:16:55 +01:00
Kristóf Tóth
c46f5a3458 Replace default source code with error message 2018-03-02 14:06:47 +01:00
Kristóf Tóth
0d6c0f647c Refactor autosave interval to a const 2018-03-02 14:03:52 +01:00
Kristóf Tóth
fc5a5b161b Implement automatic saving 2018-03-02 13:49:00 +01:00
Kristóf Tóth
7ec5a75bef Change default webide save button state to 'SAVED' 2018-03-02 11:31:14 +01:00
Kristóf Tóth
d17bfce170 Remove unnecessary zone hack attempt 2018-03-02 11:13:45 +01:00
Kristóf Tóth
685b9755b9 Optimize tab switching: saving only happens if state is 'DIRTY' 2018-03-02 10:40:31 +01:00
Kristóf Tóth
2d6289609f Implement tab switching saving files 2018-02-28 15:38:22 +01:00
Kristóf Tóth
52298cbd8c Update webide frontend to emphasize that a process is being reloaded 2018-02-28 14:13:01 +01:00
Kristóf Tóth
0779ad2ef6 Rework faulty callback concept in ProcessManagerService 2018-02-27 16:06:15 +01:00
Kristóf Tóth
ceabfe75bc Add support for stateless ProcessManagerService in webide 2018-02-27 15:55:38 +01:00
Kristóf Tóth
848c7ce71b Hook process restarting to 'Save' button click 2018-02-27 14:28:33 +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
therealkrispet
fd5e557960
Merge pull request #9 from avatao-content/webide_revisit
Update WebIDE component to conform to reality and type safety
2018-02-20 16:22:28 +01:00
Bálint Bokros
19f03446c6 Remove unnecessary import 2018-02-19 10:24:55 +01:00
Bálint Bokros
1c445deb88 Clean up WebIDE component's event handlers 2018-02-16 17:35:47 +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
80de695fa1 Extract demo page to 'dashboard' component 2018-02-16 11:19:52 +01:00
Kristóf Tóth
735ea8d4e0 Fix command callback delegation 2018-02-15 16:22:11 +01:00
Bálint Bokros
07c6ee8a7e Import popular language definitions for code highlighting 2018-02-15 11:30:00 +01:00
Bálint Bokros
ae58ee906f Use modelist to automagically select correct code highlight 2018-02-15 11:30:00 +01:00
Bálint Bokros
8e5f402519 Trigger change detection explicitly after WebIDE content is updated
This makes human sized stack traces go away ¯\_(ツ)_/¯
2018-02-15 11:29:51 +01:00
Bálint Bokros
882899ee9c Move handling textChanged to separate macrotask 2018-02-15 11:29:51 +01:00
Kristóf Tóth
a50b8e1340 Implement frontend reload command (triggers webide file request) 2018-02-12 16:42:43 +01:00
Kristóf Tóth
13e60e5d98 Refactor save! saving... saved! truth table to single string :D 2018-02-09 14:59:10 +01:00
Kristóf Tóth
d0a35b53d3 Implement save saving... saved! button magic. Refactor via enum 2018-02-09 14:30:37 +01:00
Kristóf Tóth
9030df0a2b Implement feedback for "save" button 2018-02-09 13:43:08 +01:00
Kristóf Tóth
ec4f70cd12 Implement multiple webide tabs 2018-02-07 14:51:37 +01:00
Kristóf Tóth
a9d2dd57bc Implement webide file changing with poc text input 2018-02-07 13:16:14 +01:00
Bálint Bokros
c4be3466f2 Move SourceCode class next to its sole client 2018-02-01 16:35:00 +01:00
Bálint Bokros
fd7d3b83d6 Add initial logic to WebIDE 2018-01-11 16:11:01 +01:00
Bálint Bokros
f82f9a55ae Create initial version of application 2017-12-18 17:52:10 +01:00