Cassie Tarakajian
8ce36cd997
update pencil to modern pictograms
2016-10-26 17:49:42 -04:00
Jen Kagan
476a4a4d20
Add pen icon next to sketch name ( #171 )
...
* add pencil icon, start wiring toolbar
* Closes #156
2016-10-26 17:40:10 -04:00
Cassie Tarakajian
b48cf1ebdc
parse CSS files for links to S3
2016-10-25 18:38:20 -04:00
Cassie Tarakajian
17fab1782e
fixes #162
2016-10-25 17:05:53 -04:00
Cassie Tarakajian
315e83c593
fix #152 , puts a limit on the local file size
2016-10-25 15:51:44 -04:00
Cassie Tarakajian
61925b67e4
show error messages for invalid files
2016-10-24 21:15:32 -04:00
Cassie Tarakajian
7cba11f90c
add video upload support
2016-10-24 18:25:57 -04:00
Cassie Tarakajian
5c050e078b
add uploader support for obj files
2016-10-24 18:01:14 -04:00
Cassie Tarakajian
aae72ea57d
add ability to use svgs
2016-10-24 17:40:03 -04:00
Cassie Tarakajian
99df998e11
add csv, don't include s3 js/css/json/txt/csv files as blobs
2016-10-24 17:05:49 -04:00
Cassie Tarakajian
1d7aaa9981
set unsaved changes when file is uploaded
2016-10-24 16:42:15 -04:00
Cassie Tarakajian
8aeb044509
fix bug where plaintext files were being posted to s3
2016-10-24 16:33:16 -04:00
Cassie Tarakajian
8c270c2ced
generate blob urls for text and json files
2016-10-22 16:42:43 -04:00
Cassie Tarakajian
d262783ec1
can add and edit json/txt files
2016-10-22 15:23:37 -04:00
Cassie Tarakajian
280d3e69ea
fix keyboard shortcuts on safari
2016-10-19 18:35:59 -04:00
Cassie Tarakajian
ef7d121927
show errors if file name is invalid
2016-10-19 17:09:31 -04:00
Cassie Tarakajian
32d45ea332
remove all blobutil stuff
2016-10-19 15:33:14 -04:00
Cassie Tarakajian
0ccfeb6b9c
fix debounce on safari
2016-10-19 13:29:02 -04:00
Cassie Tarakajian
a4b6dd194e
fix dropdown bug on safari
2016-10-19 13:03:19 -04:00
Cassie Tarakajian
5e36617de4
add link to login on signup view
2016-10-19 12:40:32 -04:00
Cassie Tarakajian
e66b916349
change password reset email address
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
70f1c1c8f1
update email copy
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
4ff6ac1021
fix lag on password reset form
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
8b35951ba4
invalid password reset token styling
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
e5ff11f65a
add basic password reset functionality, no error checking or styling
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
d055aa5af8
more password reset things
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
04f68e37f9
add submit text
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
5aa5032961
create password reset token from FE, start to add flash text
2016-10-19 12:36:58 -04:00
Cassie Tarakajian
ea6d30c430
more password reset stuff
2016-10-19 12:36:57 -04:00
Cassie Tarakajian
1610b0168d
start to add mailgun and nodemailer
2016-10-19 12:36:57 -04:00
Cassie Tarakajian
93de8596f2
fix #154
2016-10-19 12:36:40 -04:00
Yining Shi
185d8fdd05
fixes #148 ( #153 )
...
* save project after changing sketch name
* not saving the sketch after updating the name if it's not created yet
2016-10-19 11:47:58 -04:00
Cassie Tarakajian
f7706df949
fix webpack prod
2016-10-18 12:59:54 -04:00
Cassie Tarakajian
0b76151c67
add progress to production webpack
2016-10-18 12:33:39 -04:00
Cassie Tarakajian
3e7d88698b
remove comments and console.logs
2016-10-17 23:23:19 -04:00
Mathura MG
c6e1d1c906
revert lint code ( #151 )
2016-10-17 22:58:30 -04:00
Mathura MG
1dafe3a8e9
Make p5 logo color variable ( #150 )
...
* initial changes for high contrast theme
* change more colours
* add more styles
* add new variables
* fix few more colours
* fix typo
* fix indent
* make logo colour a variable
2016-10-17 22:57:29 -04:00
kaganjd
76bd1b1630
Add ability to delete projects from sketch list ( #125 )
...
* Add ability to delete projects from sketch list
- Fixes #76
- Also gets rid of outdated Sketch module
* Styling for Sketch List trash can
* Merge all the stuff
* Fix trash can line height
2016-10-12 14:24:53 -04:00
Mathura MG
85bbe045e5
Add high contrast theme ( #141 )
...
* initial changes for high contrast theme
* change more colours
* add more styles
* add new variables
* fix few more colours
* fix typo
* fix indent
2016-10-12 12:08:12 -04:00
Cassie Tarakajian
745a1de095
update README with updated info about the .env file
2016-10-11 16:35:29 -04:00
Cassie Tarakajian
37bb45cc37
fixes #134
2016-10-08 19:18:38 -04:00
Mathura MG
d8ad4849e4
add accessibility guide ( #116 )
...
* add accessibility guide
* fix grammatical errors
2016-10-08 19:03:01 -04:00
Cassie Tarakajian
40f31b0e5c
fixes #135
2016-10-08 18:52:32 -04:00
Yining Shi
96321ca767
Make Login & Sign Up as modal layovers ( #122 )
...
* make Login & Sign Up as modal layovers
* delete extra signupForm.js in original path
* deleted extra comments
2016-10-08 18:03:39 -04:00
Zhuoxi Song
64be537db7
fixed upper-right button being blocked by vertical scrollbar ( #130 )
...
* fixed upper-right button being blocked by vertical scroll bar
moved the upper-right button in editor a little to the left, so that
once
vertical scroll bar appears, it will not block this button
* minor fix
2016-10-08 18:00:41 -04:00
Zhuoxi Song
602c989af4
improved log styles in console ( #136 )
2016-10-08 17:59:18 -04:00
Zhuoxi Song
2856615c4d
added link to p5js reference at top nav ( #131 )
2016-10-07 11:26:49 -04:00
Cassie Tarakajian
e511db64fe
change console throttling to batch deliver messages
2016-10-06 16:58:14 -04:00
Cassie Tarakajian
fe13349850
make autorefresh time a little longer
2016-10-06 15:48:45 -04:00
Cassie Tarakajian
58d0dba167
remove dead code, fix linting errors, get infinite loop functionality working
2016-10-06 15:45:26 -04:00