Commit Graph

90 Commits

Author SHA1 Message Date
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
277d253fbf Add spinning reload animation for Satan's grace 2018-02-28 15:05:51 +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
ffcc608a97 Refactor ProcessManagerService to be stateless 2018-02-27 15:55:23 +01:00
Kristóf Tóth
21043ee74e Fix anchor->key refactor conflicts after rebase 2018-02-27 14:31:20 +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
052dbad0e4 Add ProcessManagerService to providers 2018-02-27 14:28:33 +01:00
Kristóf Tóth
fefed5b84e Implement first version of ProcessManagerService 2018-02-27 14:28:33 +01:00
Kristóf Tóth
6bdc3061cc Add 'trigger' attribute to WSMessage 2018-02-23 14:42:58 +01:00
Kristóf Tóth
477ea8b03a Remove empty ctor body 2018-02-23 08:33:35 +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
Kristóf Tóth
fcb746935f Remove unused imports 2018-02-20 09:39:59 +01:00
Bálint Bokros
19f03446c6 Remove unnecessary import 2018-02-19 10:24:55 +01:00
Kristóf Tóth
9b3e96f6a2 Remove unused ngOnInit 2018-02-17 21:51:33 +01:00
Kristóf Tóth
4a0424ef34 Fix messages not showing (detectChanges()) 2018-02-16 17:49:57 +01:00
Bálint Bokros
1c445deb88 Clean up WebIDE component's event handlers 2018-02-16 17:35:47 +01:00
Bálint Bokros
4faffe1f79 Make SourceCode interface represent reality 2018-02-16 17:32:29 +01:00
Kristóf Tóth
1da9489be8 Remove WebSocketService from dashboard component 2018-02-16 17:13:51 +01:00
Kristóf Tóth
c4c875ae3d Remove unused ngOnInit 2018-02-16 15:24:44 +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
3178fcc7e6 Remove unused title attribute from AppComponent 2018-02-16 10:20:17 +01:00
Kristóf Tóth
7bb6093672 Implement routing module 2018-02-16 10:19:23 +01:00
Bokros Bálint
95d616225f
Merge pull request #7 from avatao-content/reload_fix
Fix command callback delegation
2018-02-15 17:19:22 +01:00
Kristóf Tóth
00fd06734d Remove unused component 2018-02-15 16:27: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
c88fd8c3b8 Make mode binding one-way
It is only updated one-way, so the binding shouldn't be two-way.
2018-02-15 11:29:51 +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
Bálint Bokros
b6f4c870b6 Add polyfill to make sure RxJS runs in the correct zone 2018-02-15 11:29:51 +01:00
Bálint Bokros
96cbebc204 Add polyfills to support MSIE 2018-02-15 11:29:51 +01:00
Kristóf Tóth
5330f15d3f Hotfix messages reversing themselves all the time 2018-02-14 15:38:38 +01:00
Bálint Bokros
0f45448467 Fix whitespace 2018-02-14 13:24:00 +01:00
Bálint Bokros
9bc00d2d8b Use tfw prefix for custom CSS classes 2018-02-14 13:23:41 +01:00
Bálint Bokros
7152094053 Remove nonexistent classes 2018-02-14 13:22:07 +01:00
Kristóf Tóth
1c499fd54b Reverse messages in messages.component to make new messages appear first 2018-02-14 09:51:42 +01:00
Kristóf Tóth
4bb2e9c2f2 Make frontend scale nicely regardless of window size 2018-02-14 09:51:15 +01:00
Kristóf Tóth
279aaf797b Add sensible CSS classes to app containers 2018-02-13 17:33:55 +01:00
Kristóf Tóth
e4431a50f4 Reduce jumbotron padding 2018-02-13 17:15:41 +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
a09f12ce3b Remove obsolete comments 2018-02-09 18:10:50 +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