Commit graph

4061 commits

Author SHA1 Message Date
Mikko Koski
7d2fade1aa Clean up and simplify the Button comment according to review comments 2017-03-23 15:56:35 +02:00
Mikko Koski
a1cfb494bd Update snapshots 2017-03-23 15:56:35 +02:00
Mikko Koski
ff0c76dd5b Make a Button component 2017-03-23 15:56:35 +02:00
Mikko Koski
7f20293d70 Landing page styling 2017-03-23 15:55:15 +02:00
Mikko Koski
10b41fcde8 Correct font color 2017-03-23 15:55:15 +02:00
Mikko Koski
d6543c95f9 Add SVG background to landing page 2017-03-23 15:55:15 +02:00
Vesa Luusua
1ef1af2d0e Merge pull request #78 from sharetribe/editlistingpage-add-price
Editlistingpage add price and validate
2017-03-23 15:45:56 +02:00
Vesa Luusua
2b666f3657 Rename usePoint (real meaning useComma) and refactoring 2017-03-23 15:32:41 +02:00
Vesa Luusua
ae7b999774 Rename usePoint (real meaning useComma) and refactoring 2017-03-23 15:32:41 +02:00
Vesa Luusua
9344bdc00d Pass subUnitDivisor through config to components 2017-03-23 15:32:41 +02:00
Vesa Luusua
a26986d579 Remove fixed title on EditListingPage 2017-03-23 15:32:41 +02:00
Vesa Luusua
15ba34db45 Fix imageId type (it needs to be a uuid)
import SDK types from sdkLoader
2017-03-23 15:32:40 +02:00
Vesa Luusua
ed3991b44f Add CurrencyInput to EditListingPage (and form) 2017-03-23 15:32:40 +02:00
Vesa Luusua
0de0ff723d CurrencyInput component and value formatting as strings 2017-03-23 15:32:40 +02:00
Vesa Luusua
47db19acec Add decimal.js library and update sdk ref 2017-03-23 15:32:40 +02:00
Kimmo Puputti
633c3900db Merge pull request #84 from sharetribe/fix-server-api-config
Fix server api config
2017-03-23 13:20:09 +02:00
Kimmo Puputti
6ed7a6e5a0 Format with Prettier 2017-03-23 12:53:56 +02:00
Kimmo Puputti
5cb1219a97 Read API config from env in server 2017-03-23 12:53:36 +02:00
Mikko Koski
67fe062a3d Merge pull request #83 from sharetribe/mobile-frame
Add mobile frame
2017-03-23 12:32:49 +02:00
Kimmo Puputti
2dbe2a7ed1 Merge pull request #77 from sharetribe/landing-page-form
Proper location search from landing page
2017-03-23 11:26:20 +02:00
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
acd051ff88 Add MobileFrame component 2017-03-23 11:13:15 +02:00
Mikko Koski
1ba0b52626 Dropdown width 60px; 2017-03-23 11:13:15 +02:00
Mikko Koski
7c5610c49c Merge pull request #82 from sharetribe/font
Add Chalkboard font (fallback to Comic Sans MS)
2017-03-23 11:12:34 +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
a8990f0105 Use classnames package 2017-03-23 10:42:37 +02:00
Mikko Koski
6ec8380c49 Add Chalkboard font (fallback to Comic Sans MS) 2017-03-23 09:20:31 +02:00
Mikko Koski
54a64ea2d0 Merge pull request #80 from sharetribe/remove-page-title
Remove page title
2017-03-23 08:44:49 +02:00
Mikko Koski
7960802332 Remove page title 2017-03-22 17:25:57 +02:00
Kimmo Puputti
f4ff5908d3 Fix search page server rendering 2017-03-22 15:02:29 +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
2b51a9ce4b Pass in search query to loadData 2017-03-22 14:55:01 +02:00
Kimmo Puputti
a224626fcf Make a proper location search from landing page 2017-03-22 14:46:55 +02:00
Kimmo Puputti
f138fcc0bc Add URL param encoding/decoding helpers 2017-03-22 14:10:34 +02:00
Kimmo Puputti
f75cb14a8a Add query-string package 2017-03-22 12:15:14 +02:00
Kimmo Puputti
48095242ba Add name to the location autocomplete input for better snapshots 2017-03-21 10:49:59 +02:00
Kimmo Puputti
513acb8ea2 Remove SearchPage saga from the root saga 2017-03-21 10:47:26 +02:00
Kimmo Puputti
0e47e02add Use .js file suffix 2017-03-21 10:46:23 +02:00
Kimmo Puputti
74c8f35786 Merge pull request #76 from sharetribe/new-listing-form-fixes
Improve new listing form
2017-03-20 15:00:52 +02:00
Kimmo Puputti
42b6fcfd96 Improve LocationAutocompleteInput
- call onFocus/onBlur properly to set the `touched` flag correct for
   validation messages
 - Attempt to select a location if the user moves to another field
   within a form
 - Remove special handling for ESC
2017-03-20 14:52:41 +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
49723dbf3e Merge pull request #75 from sharetribe/listing-location-on-a-map
Show listing location on a map
2017-03-17 15:08:43 +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
7270cd30a5 Remove default border around select element 2017-03-17 15:03:16 +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