This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 11# Atom CodeRoad Roadmap
22
3- 1 . Bug fixes
4- 2 . UI Improvements
5- 3 . Native import/exports
6- 4 . More test runners
7- 1 . Python
3+ 1 . Extract CodeRoad core
4+ 1 . Coderoad-language packages
5+ 1 . Native import/exports
6+ 1 . UI Improvements
7+ 1 . Modular interfaces
8+ 1 . Video Player
9+ 1 . Visualize html
10+ 1 . More test runners
811 1 . Ruby
9- 2 . Java
10- 5 . Installers (See [ node-gyp] ( https://github.com/nodejs/node-gyp ) )
12+ 1 . Java
13+ 1 . Installers (See [ node-gyp] ( https://github.com/nodejs/node-gyp ) )
1114 1 . Windows XP, 7, 8, 10 (check versions)
12- 2 . Linux
13- 6 . User Accounts
15+ 1 . Linux
16+ 1 . User Accounts
1417 1 . Sync Progress
15- 2 . Basic Analytics
16- 7 . Central DB
18+ 1 . Basic Analytics
19+ 1 . Central DB
1720 1 . Users
18- 2 . Analytics
19- 3 . Tutorial ratings/feedback
20- 8 . Unit Test Coverage
21+ 1 . Analytics
22+ 1 . Tutorial ratings/feedback
23+ 1 . Unit Test Coverage
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export function onActivate(): AtomCore.Disposable {
4040
4141export function onDeactivate ( ) : void {
4242 // unmount React
43- window . onresize = null ;
4443 Root . unmount ( ) ;
4544 // cleanup subscriptions
4645 subscriptions . dispose ( ) ;
You can’t perform that action at this time.
0 commit comments