222 Commits

Author SHA1 Message Date
Jayden Seric
12b97edb99 Supporting Node.js v8 and npm v5. 2017-07-08 18:41:35 +10:00
Jayden Seric
27e0717ddd Use npm@5 instead of Yarn. 2017-07-08 18:33:44 +10:00
Jayden Seric
0ae374be20 Readme tweaks. 2017-07-08 18:28:56 +10:00
Jayden Seric
832a13147c Updated dependencies.
The latest version of Next.js ships with webpack v3, which requires a
config workaround.
2017-07-08 18:23:10 +10:00
Jayden Seric
31f5861eec Updated dependencies. 2017-04-30 17:57:32 +10:00
Jayden Seric
5cdd6b8982 Any file, not just images, may be uploaded. 2017-04-26 01:41:39 +10:00
Jayden Seric
0a1876b253 Using functional components instead of classes. 2017-04-26 01:38:45 +10:00
Jayden Seric
7c045c4750 Updated dependencies. 2017-04-25 15:49:29 +10:00
Jayden Seric
34758d7c89 Responsive upload list table. 2017-04-09 15:14:32 +10:00
Jayden Seric
67eb0d6ff7 Removed console logs. 2017-04-09 14:58:34 +10:00
Jayden Seric
3b11a922f6 Uploads show up in the uploads list without needing a page refresh. 2017-04-09 14:56:04 +10:00
Jayden Seric
6492ba8fef Componentization improvements.
- Using a new component for sections.
- Renamed “multi” to “multiple” in the uploader name, to match the input attribute “multiple”.
2017-04-09 13:13:39 +10:00
Jayden Seric
14d941fad2 Upload list now displays as a table. 2017-04-09 13:10:15 +10:00
Jayden Seric
5db464aa1a Updated dependencies. 2017-04-09 12:26:15 +10:00
Michael Merrill
de4fdc0632 Remove id and use iterator as key 2017-04-04 23:24:01 -06:00
Michael Merrill
824af6db76 Add upload-list component 2017-04-04 12:05:48 -06:00
Michael Merrill
3f17442984 Update gql mutation to expect arrays 2017-04-04 10:24:15 -06:00
Michael Merrill
c3b885bf66 Add h2 headers for upload components 2017-04-04 10:06:07 -06:00
Michael Merrill
4a3227c509 Change api to app in app readme 2017-04-03 21:38:07 -06:00
Michael Merrill
02993f3cb9 Add multi-uploader component 2017-04-03 21:35:37 -06:00
Michael Merrill
2db7e194b4 Merge branch 'master' into multi-file-upload 2017-04-03 21:30:49 -06:00
Jayden Seric
5a935b6765 Renamed “client” “app” for clarity.
It was not intuitive that the “client” contained a client and server.
2017-04-04 02:49:18 +10:00