Jayden Seric
b63acd61de
Removed no longer neccessary Webpack bugfix.
2017-07-26 14:55:53 +10:00
Jayden Seric
552faae83e
Updated dependencies.
2017-07-26 14:54:24 +10:00
Jayden Seric
fa5951cae8
Readme updates.
2017-07-13 14:48:59 +10:00
Jayden Seric
14af15f0ae
Updated dependencies.
2017-07-13 14:40:02 +10:00
Jayden Seric
8d3262500d
Apollo decorator refactor.
2017-07-10 13:59:49 +10:00
Jayden Seric
4b9f461c40
Updated deps.
2017-07-10 12:15:55 +10:00
Jayden Seric
232eb10b7c
Grammar fix.
2017-07-08 19:31:50 +10:00
Jayden Seric
409d1919c9
New linting for the API.
2017-07-08 19:21:31 +10:00
Jayden Seric
0e7723a00e
Lint fixes.
2017-07-08 19:11:06 +10:00
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
571f073b70
More specific upload directory.
2017-07-08 17:49:19 +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
5f5008fca1
Minor refactoring.
2017-04-25 15:50:09 +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
21c28e87fe
Removed config file.
...
At the scale of this example, it is not nessesary.
2017-04-09 13:16:56 +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
Jayden Seric
e0ed74e0f4
Merge pull request #1 from michaelmerrill/multi-file-upload
...
- New multiple file upload example.
- Added a database to track uploads.
- Replaced the placeholder query with one that gets all the uploaded files.
- New component that list all the uploaded files.
2017-04-07 00:48:35 +10:00
Michael Merrill
fd18389be4
Remove and ignore db.json file
2017-04-06 08:16:58 -06:00
Michael Merrill
c00ff41926
Remove id from file type
2017-04-04 23:27:06 -06:00
Michael Merrill
c092666403
Add lowdb
2017-04-04 23:26:51 -06:00
Michael Merrill
de4fdc0632
Remove id and use iterator as key
2017-04-04 23:24:01 -06:00
Michael Merrill
4c68f46d08
Replace rethinkdb with lowdb
2017-04-04 23:23:08 -06:00
Michael Merrill
824af6db76
Add upload-list component
2017-04-04 12:05:48 -06:00
Michael Merrill
70e48c49af
Add id to file type for react key
2017-04-04 12:04:40 -06:00
Michael Merrill
e0303e6363
Return results for uploads query
2017-04-04 12:03:34 -06:00
Michael Merrill
3f17442984
Update gql mutation to expect arrays
2017-04-04 10:24:15 -06:00
Michael Merrill
cb246d01d4
Add promises to resolvers
2017-04-04 10:23:28 -06:00
Michael Merrill
786f6cb41f
Update mutation to expect arrays
2017-04-04 10:09:02 -06:00
Michael Merrill
f5416cd218
Add db info from process
2017-04-04 10:08:21 -06:00
Michael Merrill
5361bf1ad5
Remove async/await
2017-04-04 10:07:26 -06:00
Michael Merrill
9721b4bac0
Remove rethinkdb config obj
2017-04-04 10:06:50 -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
Michael Merrill
6aeaa0db64
Merge branch 'rethinkdb' into multi-file-upload
2017-04-03 21:04:51 -06:00
Michael Merrill
347ea10af1
Adjust section height to prevent scrolling
2017-04-03 21:01:25 -06:00
Michael Merrill
0dd7f4a9b4
Add query for all uploads
2017-04-03 20:36:08 -06:00
Michael Merrill
14be2c2433
Add rethinkdb
2017-04-03 20:16:27 -06:00
Michael Merrill
54b686fda3
Add mutation/resolver for multi file upload
2017-04-03 12:39:30 -06:00