Commit graph

1643 commits

Author SHA1 Message Date
Kimmo Puputti
8544d4157c Add proper messages based on search results 2017-03-23 11:22:22 +02:00
Mikko Koski
930bce264c Change width vw -> width % so that stuff keeps inside the frame 2017-03-23 11:13:15 +02:00
Mikko Koski
1ba0b52626 Dropdown width 60px; 2017-03-23 11:13:15 +02:00
Kimmo Puputti
6db5e6e61e Update snapshot 2017-03-23 10:55:53 +02:00
Kimmo Puputti
f6226a68ad Use route lookup instead of hardcoding the path 2017-03-23 10:55:46 +02:00
Kimmo Puputti
9a88c7cd7b Make a proper listing search based on parsed query params 2017-03-22 14:57:05 +02:00
Kimmo Puputti
a224626fcf Make a proper location search from landing page 2017-03-22 14:46:55 +02:00
Kimmo Puputti
a97e2739f9 Fix form field focus 2017-03-20 13:05:05 +02:00
Kimmo Puputti
5956a00539 Improve validation copy texts 2017-03-20 11:00:16 +02:00
Kimmo Puputti
d27d7eea8b Define map dimensions in the wrapper, not within the map with props 2017-03-17 15:04:42 +02:00
Kimmo Puputti
21793ff5e8 Use type prop for Field with EnhancedField 2017-03-17 15:03:42 +02:00
Kimmo Puputti
295420868f Show address marker on map 2017-03-17 14:32:06 +02:00
Kimmo Puputti
34d257e3ca Show listing location on a map 2017-03-17 14:32:06 +02:00
Kimmo Puputti
60509c4663 Add location field to new listing form 2017-03-17 10:13:32 +02:00
Kimmo Puputti
c5a983d309 Render listing location if it exists 2017-03-17 10:13:32 +02:00
Mikko Koski
c50dec0eb9 Implement sdkLoader to either require sdk package or use bundled sdk 2017-03-16 16:39:35 +02:00
Kimmo Puputti
cfab06d813 Don't print trailing comma in fn args since it breaks in Node 2017-03-15 15:54:49 +02:00
Kimmo Puputti
5a38f6c280 Call loadData of matched routes in the server 2017-03-15 15:51:40 +02:00
Vesa Luusua
9b0b8245b2 Upgrade outputs different formatting and different branches probably had diffent versions 2017-03-15 14:19:18 +02:00
Kimmo Puputti
7f3ec7bcd4 Merge pull request #68 from sharetribe/load-data
Data loading: phase 1 in the client
2017-03-15 10:41:28 +02:00
Kimmo Puputti
735adb21d5 Initial client side data loading for ListingPage 2017-03-15 10:37:57 +02:00
Vesa Luusua
6ab901f656 Add images to SearchPage results 2017-03-14 23:04:42 +02:00
Vesa Luusua
ad949f05ad Use rendershallow due to unsupported findDOMNode on react-test-renderer 2017-03-14 14:35:41 +02:00
Vesa Luusua
3ff30f4720 Use SortableContainer 2017-03-14 13:39:07 +02:00
Vesa Luusua
c0e3113ce6 Separate images container to a component 2017-03-14 13:39:01 +02:00
Vesa Luusua
4ebd5445b2 First run after prettier upgrade 2017-03-14 13:11:17 +02:00
Vesa Luusua
447943b1bf One image is required. Show validation msg. 2017-03-14 13:08:40 +02:00
Kimmo Puputti
e9c3dd284c Format JS with updated Prettier 2017-03-14 12:51:48 +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
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
Kimmo Puputti
b70bda169e Show separate auth error messages 2017-03-07 11:03:45 +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
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
Kimmo Puputti
ad3ceca9e8 Format with updated Prettier 0.19 2017-02-27 10:54:49 +02:00
Kimmo Puputti
1278f24b1a Use SDK duck for listing search 2017-02-23 13:41:46 +02:00
Kimmo Puputti
0e8fd878aa Remove user and inProgressState from the Auth store
- user: will be changed to something else later anyways
 - inProgressState: not used anywhere
2017-02-21 11:35:45 +02:00
Kimmo Puputti
2ce15d4ab6 Rename ducks -> duck 2017-02-20 09:59:10 +02:00
Kimmo Puputti
99c9a67a4b Fix extra location state modifications that caused weird redirects 2017-02-17 13:42:11 +02:00