Commit Graph

111 Commits

Author SHA1 Message Date
catarak 43c49e9617 when clicking new project, don't save new project 2016-08-12 12:45:26 -04:00
catarak 7cca65c566 fix https://github.com/catarak/p5.js-web-editor/issues/31, https://github.com/catarak/p5.js-web-editor/issues/22, and https://github.com/catarak/p5.js-web-editor/issues/37 2016-08-11 16:50:31 -04:00
catarak 93d6d8777f add resizers 2016-08-11 15:41:13 -04:00
catarak 5877b82933 fix https://github.com/catarak/p5.js-web-editor/issues/35 2016-08-10 20:02:55 -04:00
catarak afc86740b3 fix preferences font size text size bug 2016-08-09 18:45:59 -04:00
catarak d9ea10c4c6 set preferences when authenticating user 2016-08-09 17:50:45 -04:00
catarak 18c2fe9e85 add autosave preference styling 2016-08-09 17:29:17 -04:00
catarak 42b15d06de add autosave to preferences 2016-08-09 16:15:28 -04:00
catarak 9f9425c5e9 update preferences server side 2016-08-09 14:20:54 -04:00
catarak c76b1353c3 put preferences to server, need to look at mongoose docs tho because is wrong 2016-08-04 21:43:13 -04:00
catarak b542f72d33 remove code bloat from preferences, add preferences to user schema 2016-08-03 23:45:49 -04:00
catarak 3d18960575 add autosave after new project is saved for the first time 2016-08-03 21:47:24 -04:00
catarak d7a6773995 fix bugs in sketch list view 2016-08-03 19:03:01 -04:00
catarak 7cafe490df remove stray debugger statement 2016-08-03 17:46:13 -04:00
catarak 8c4003bb17 add rename validation 2016-08-03 17:45:50 -04:00
catarak 443a9f57d5 add file renaming 2016-08-03 17:45:50 -04:00
catarak da98dcd47e add file deletion 2016-08-03 17:45:50 -04:00
Cassie Tarakajian 7fb77772f7 Merge pull request #29 from MathuraMG/label
add aria tags and roles
2016-08-01 14:01:29 -04:00
catarak a2072d9b0c move preference action creators to preferences component 2016-08-01 13:55:49 -04:00
MathuraMG 0bc2956e58 add title to console 2016-07-31 21:41:28 -04:00
MathuraMG f4d49f49a5 add aria-label tag 2016-07-30 22:46:48 -04:00
catarak 4c5fafe251 add promise polyfill 2016-07-22 12:42:38 -04:00
catarak 5362098844 add commenting/uncommenting, add sublime text bindings 2016-07-21 14:33:23 -04:00
catarak 979fcf2152 add support for audio files 2016-07-21 14:18:38 -04:00
catarak 9201cb247c make console expandable and contractable 2016-07-21 00:33:41 -04:00
catarak afe7e07188 start console styling 2016-07-21 00:05:47 -04:00
catarak 051e3771ee fix merge conflict with therewasaguy-console 2016-07-20 23:02:45 -04:00
catarak cb1e682994 create unique name if file already exists 2016-07-20 22:52:09 -04:00
catarak a5db4ae9f6 can't upload media if not logged in 2016-07-20 22:18:20 -04:00
catarak 3d6cfd832d fix s3 bucket name in file uploader 2016-07-20 20:30:40 -04:00
catarak 7952eee7bd update readme, add s3 bucket to webpack config 2016-07-20 19:48:00 -04:00
catarak f0872f8173 clear file uploader after upload 2016-07-20 18:37:49 -04:00
catarak 2affe457d2 when exporting to zip, also add images 2016-07-20 15:33:37 -04:00
catarak cc231cbacd load blob url when uploading file 2016-07-20 00:51:27 -04:00
catarak 91f7cc47a0 close modal after file upload, remove debugger 2016-07-19 22:29:54 -04:00
catarak ceccef3cc3 change uploader copy, change uploader style 2016-07-19 21:42:33 -04:00
catarak 7e6bbb1fae fix file state changing bug 2016-07-19 21:36:21 -04:00
catarak 57568f6504 wowowowow this blob url thing works 2016-07-19 19:36:50 -04:00
catarak 0491c00bb5 add function to create all blob urls 2016-07-19 18:27:27 -04:00
catarak 625608ebbb when uploading file, add file to project 2016-07-19 18:27:27 -04:00
catarak b3956fb91b file upload to aws works 2016-07-19 18:27:27 -04:00
catarak c677c37597 get dropzone to render 2016-07-19 18:27:27 -04:00
therewasaguy 0c7f713887 console BEM style 2016-07-18 19:10:42 -04:00
therewasaguy 6b672d2629 Merge branch 'master' of https://github.com/catarak/p5.js-web-editor into console 2016-07-18 18:56:00 -04:00
therewasaguy 40704b4b00 console: shouldComponentUpdate and componentWilLReceiveProps tweaks 2016-07-17 20:49:57 -04:00
therewasaguy 8b69ab7fdd really clear sketch when sketch is stopped 2016-07-17 20:49:10 -04:00
therewasaguy e7ea35fa60 add comments 2016-07-17 20:05:20 -04:00
therewasaguy 5561d49a48 merge upstream changes 2016-07-17 19:15:13 -04:00
therewasaguy 7f0b7afac1 add Console component, gets postMessage from previewFrame 2016-07-17 19:06:43 -04:00
MathuraMG c29bbda4c2 add back navigation role 2016-07-15 17:25:54 -04:00