Commit graph

213 commits

Author SHA1 Message Date
Kimmo Puputti
e9c3dd284c Format JS with updated Prettier 2017-03-14 12:51:48 +02:00
Vesa Luusua
f7aa288c19 Merge pull request #64 from sharetribe/add-images
Add images
2017-03-10 11:52:04 +02:00
Vesa Luusua
5e00fa7cc7 Refactor Promised 2017-03-10 11:29:59 +02:00
Vesa Luusua
128f240c01 Add images to form data
and update snapshot
and refactor
2017-03-10 11:29:59 +02:00
Vesa Luusua
0238dd38f8 Add images on EditListingForm (form does not yet handle image state) 2017-03-10 11:29:51 +02:00
Kimmo Puputti
1bacdf87e7 Format with Prettier 2017-03-10 09:01:18 +02:00
Kimmo Puputti
e15614877e LocationAutocompleteInput 2017-03-10 09:01:18 +02:00
Kimmo Puputti
f137137ce9 Remove pointer cursor from button 2017-03-10 09:01:18 +02:00
Kimmo Puputti
c9fccf82cf Add utils for Google Maps API 2017-03-10 09:01:18 +02:00
Kimmo Puputti
c8a3917d37 Add place prop type helper 2017-03-10 09:01:18 +02:00
Vesa Luusua
5d0e32bcf9 fix: empty array as relationship broke denormalization 2017-03-09 23:15:04 +02:00
Vesa Luusua
e09ea4b837 EditListingForm: show validator errors 2017-03-08 18:59:17 +02:00
Vesa Luusua
0a003f5358 EditListingPage and duck and routing 2017-03-08 14:52:54 +02:00
Vesa Luusua
429f248209 EditListingForm 2017-03-08 14:52:48 +02:00
Vesa Luusua
a75661a12e Refactoring: run prettier 2017-03-08 00:28:19 +02:00
Vesa Luusua
9865fb5762 Handle show listings error. (Needs refactoring after title is extracted from PageLayout) 2017-03-08 00:25:43 +02:00
Vesa Luusua
d82dc4e1ce Merge pull request #60 from sharetribe/add-thunk
Add thunk
2017-03-07 16:43:49 +02:00
Vesa Luusua
f26b2cc35b Add thunk since saga was too difficult for people. (update to sdk ref too.) 2017-03-07 16:26:42 +02:00
Kimmo Puputti
b70bda169e Show separate auth error messages 2017-03-07 11:03:45 +02:00
Kimmo Puputti
072a852c86 Separate different auth errors 2017-03-07 10:37:07 +02:00
Kimmo Puputti
305ccc3b82 Add proper i18n setup for the tests 2017-03-07 10:37:07 +02:00
Kimmo Puputti
5cb3146e85 Remove default messages from translations 2017-03-07 10:37:07 +02:00
Vesa Luusua
2d63bab001 Update snapshot 2017-03-06 14:26:19 +02:00
Vesa Luusua
aeb28c8941 ListingPage: Show images 2017-03-06 14:26:19 +02:00
Vesa Luusua
2624b3bb9c Fix relationships format 2017-03-06 14:25:19 +02:00
Vesa Luusua
7490c676f0 Msg: Loading listing data 2017-03-06 14:23:44 +02:00
Vesa Luusua
309b7214be getListingsById: handle errors 2017-03-06 14:17:05 +02:00
Vesa Luusua
47e1b36df2 Update tests 2017-03-06 13:59:30 +02:00
Vesa Luusua
875e6de4ca Msg: Loading listing data 2017-03-06 13:59:25 +02:00
Vesa Luusua
ab7666968d ListingPage: fetch & redux 2017-03-06 13:25:40 +02:00
Vesa Luusua
74cbd822ea Simple ListingCard example to styleguide 2017-03-01 13:32:27 +02:00
Vesa Luusua
e9ba0ac855 Test and styleguide related mock data separated from test-helpers 2017-03-01 13:32:21 +02:00
Vesa Luusua
580b58dd3b NamedLink: simple example to test styleguide 2017-03-01 13:32:16 +02:00
Kimmo Puputti
ad3ceca9e8 Format with updated Prettier 0.19 2017-02-27 10:54:49 +02:00
Kimmo Puputti
6d7e35fb61 Enable configuring SDK in the ENV 2017-02-27 10:09:27 +02:00
Kimmo Puputti
1cfbd46913 Handle missing attributes for listing or its author 2017-02-23 13:55:29 +02:00
Kimmo Puputti
1278f24b1a Use SDK duck for listing search 2017-02-23 13:41:46 +02:00
Kimmo Puputti
081e56c99f Use proper listing and user shapes in card components 2017-02-23 13:39:17 +02:00
Kimmo Puputti
4066948800 Add search results to the store 2017-02-23 13:38:15 +02:00
Kimmo Puputti
fdb1f96847 Add test helpers for creating users and listings 2017-02-23 13:37:49 +02:00
Kimmo Puputti
bc6a0839fa Change user and listing prop types to match the required shape 2017-02-23 13:37:18 +02:00
Kimmo Puputti
8b4fea7c22 Remove loadData since it's always null with the default imports 2017-02-23 12:37:52 +02:00
Kimmo Puputti
43a4d55aa2 Add selector for listings 2017-02-23 12:09:34 +02:00
Kimmo Puputti
d263202723 Add entity data denormalisation helper 2017-02-23 12:09:34 +02:00
Kimmo Puputti
36d40054a6 Expose routeConfiguration for dev REPL 2017-02-23 10:18:03 +02:00
Kimmo Puputti
cca652eca1 Load initial auth info when starting the app 2017-02-22 14:58:25 +02:00
Kimmo Puputti
22878eb755 Change function and param naming to communicate the purpose better 2017-02-22 11:17:45 +02:00
Kimmo Puputti
d02785cf9d Expose stuff for dev time REPL 2017-02-21 20:59:43 +02:00
Kimmo Puputti
cec4ea15c7 Add duck file for API calls 2017-02-21 20:59:18 +02:00
Kimmo Puputti
37761e97b2 Add data module for handling JSONApi responses 2017-02-21 20:58:17 +02:00