Brett Sun
2309e21571
Rewrite requests module using js-utility-belt's request
2016-06-14 17:58:01 +02:00
Brett Sun
56044488d7
Replace mergeOptions with js-utility-belt's safeMerge
...
And avoid using safeMerge when a normal Object.assign() would do.
2016-06-14 17:57:59 +02:00
Brett Sun
a4216db6d9
Remove redundant '_utils' suffix in util file names
2016-06-14 17:57:57 +02:00
tim
ddebccbe1c
Remove edition_index endpoint
2016-03-22 15:31:03 +01:00
Brett Sun
78cf40ba64
Small cosmetic changes
2016-01-18 10:53:01 +01:00
Brett Sun
257ff9b5d3
Destructure params for fetchPieceList
2015-12-08 15:09:03 +01:00
Brett Sun
d23331d9b9
Remove ReactS3FineUploader's dependency on react-router's location
...
ReactS3FineUploader used to check the current url’s query params to
determine which method it should use to upload, but this decision means
the component is tightly coupled with react-router and history.js. A
major pain point is having to propagate the location prop all the way
down to this component even when it’s not necessary.
Now, ReactS3FineUploader’s parent elements can either parse the current
query params themselves or, if they have a location from react-router,
simply use the location.
Added a few utils to help parse url params.
2015-10-30 17:43:20 +01:00
Tim Daubenschütz
e3b46c69a5
implement piece list filter widget functionality
2015-08-04 11:39:33 +02:00
Tim Daubenschütz
773d42a3b8
add firstEdition to a piece
2015-07-09 15:44:20 +02:00
diminator
4ca2144c0c
request actions in frontend
2015-07-01 19:05:47 +02:00
vrde
03f09b8c83
Rename fetch to requests to avoid name clashing
2015-06-16 13:48:48 +02:00
Tim Daubenschütz
f987bce7cc
add es6lint to build process and fix most (not really) errors and warnings
2015-06-05 11:06:36 +02:00
Tim Daubenschütz
347517a0b3
refactor all util functions for nicer usability
2015-06-02 13:48:01 +02:00
vrde
f50d28be98
Refactor fetch, WIP
2015-06-01 14:22:04 +02:00
Tim Daubenschütz
9506cf3b1b
implement ordering
2015-05-21 12:12:25 +02:00
vrde
8ee9bda37b
Fix spacing
2015-05-20 16:44:45 +02:00
Tim Daubenschütz
2b8e1d604b
refactor: use let instead of var
2015-05-19 17:16:01 +02:00
Tim Daubenschütz
9784e09aac
refactor: rename artwork to piece and artworkList to pieceList
2015-05-19 17:13:09 +02:00