Commit graph

1505 commits

Author SHA1 Message Date
Kimmo Puputti
09adef6665 Unify class name usage 2018-04-10 15:40:27 +03:00
Kimmo Puputti
2c24b1a02a Extract booking section into separate file 2018-04-10 15:40:13 +03:00
Kimmo Puputti
ee8f25c162 Extract host section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
79f599e9a8 Extract reviews section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
78da3969d8 Extract features section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
c0137ed602 Extract description section into a separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
6f844e9517 Extract heading section into a separate file 2018-04-10 15:19:54 +03:00
Hannu Lyytikäinen
75b75fd0bb
Merge pull request #801 from sharetribe/fix-mobile-filters
Fix mobile filters
2018-04-10 14:50:55 +03:00
Kimmo Puputti
f6507657d4 Extract images section into a separate file 2018-04-10 13:57:49 +03:00
Hannu Lyytikainen
2ca5b73d2c Include secondaryFilters in mobile filter view 2018-04-10 13:57:04 +03:00
Hannu Lyytikainen
dfd0a04db3 Fix open and close callbacks for mobile filter modal 2018-04-10 13:55:59 +03:00
Kimmo Puputti
ec61d0bbe2 Fix typos in docs 2018-04-10 13:37:58 +03:00
Kimmo Puputti
c6ed7b3492 Make breakdown estimation into a separate component 2018-04-10 10:40:48 +03:00
Kimmo Puputti
322e65ef41 Move breakdown estimation to a separate file 2018-04-09 15:34:29 +03:00
Vesa Luusua
397b9be4b1 Fix test snapshot 2018-04-06 12:08:07 +03:00
Vesa Luusua
27cffb31da Fix back-to-checkoutpage-from-transactionpage bug 2018-04-06 12:08:07 +03:00
Vesa Luusua
148df2ba97 Review changes 2018-04-06 11:55:02 +03:00
Vesa Luusua
465c8eb857 Fix tests 2018-04-06 11:55:02 +03:00
Vesa Luusua
975b7adcfc Add README.md to SearchPage 2018-04-06 11:55:02 +03:00
Vesa Luusua
922b38a37d Move schema building to helper function. 2018-04-06 11:55:01 +03:00
Vesa Luusua
88070377e0 Gather Map related JSX inside render return 2018-04-06 11:55:01 +03:00
Vesa Luusua
d4a41af446 Main column stuff to separate MainPanel component 2018-04-06 11:55:01 +03:00
Vesa Luusua
3a65a56d32 Gather JSX usage inside left panel/container 2018-04-06 11:55:01 +03:00
Vesa Luusua
cd01d694e7 Remove unused fetchMoreListingsToMap 2018-04-06 11:55:00 +03:00
Vesa Luusua
207728fbde Move helper functions away from SearchPage main file. 2018-04-06 11:55:00 +03:00
Vesa Luusua
fcdb7767bf Refactor helper functions 2018-04-06 11:54:54 +03:00
Hannu Lyytikainen
865e11844e Fix error state handling 2018-04-06 10:33:36 +03:00
Hannu Lyytikainen
fdc725d6f6 Move update action resolving to duck
Resolve the correct update request(s) in the contact details duck file
insted of the page container.
2018-04-06 10:13:22 +03:00
Hannu Lyytikainen
82bdb327d2 Fix profile image in contact details update
Add profile image include param to update email and phone number requests.
2018-04-05 11:18:20 +03:00
Hannu Lyytikainen
e1c76c9f20 Change error handling
Added distinct error handling for email and phone number update errors.
2018-04-05 10:30:13 +03:00
Hannu Lyytikainen
14669b389f Add distinct thunks for email and phone updates 2018-04-05 07:45:30 +03:00
Hannu Lyytikainen
70c5f559d7 Pass current phone number to form 2018-04-04 17:05:03 +03:00
Hannu Lyytikainen
f869fd6bca Add phone number field to ContactDetailsForm
The validation and password prompting have been changed to only depend
on the email field.
2018-04-04 16:49:24 +03:00
Kimmo Puputti
228a4d716d
Merge pull request #789 from sharetribe/listing-minimum-price
Add support for configuring a minimum price for a listing
2018-04-03 10:41:15 +03:00
Hannu Lyytikäinen
65dfaf0207
Merge pull request #787 from sharetribe/svg-colors
Define svg colors in css
2018-04-02 10:23:58 +03:00
Kimmo Puputti
952138535d Add support for configuring a minimum price for a listing 2018-03-28 16:37:49 +03:00
Vesa Luusua
b24238f3ed
Merge pull request #788 from sharetribe/bugfix-timezone-handling
Bugfix timezone handling
2018-03-29 00:59:13 +13:00
Vesa Luusua
598c3ab99e review changes 2018-03-28 23:32:49 +13:00
Vesa Luusua
cec498d30f Fix tests 2018-03-27 01:47:35 -11:00
Vesa Luusua
b2fd6db90a convert dates to relevant API date / UTC moment 2018-03-27 01:47:30 -11:00
Vesa Luusua
180103f966 Fix old param change (no effect to functionality) 2018-03-27 01:47:29 -11:00
Hannu Lyytikainen
e9a45042e4 Define svg colors in css 2018-03-27 13:05:18 +03:00
Hannu Lyytikainen
cd875bf81f Fix top margin on landing page decorative bar 2018-03-26 17:59:32 +03:00
Kimmo Puputti
bd71194bd0 Update snapshots with the new enzyme deep rendering 2018-03-26 11:43:40 +03:00
Kimmo Puputti
6a8a303ed8 Update snapshots with the new test rendering setup 2018-03-26 11:34:47 +03:00
Kimmo Puputti
3f4abcedbe Migrate tests to new Enzyme version 2018-03-26 11:33:41 +03:00
Vesa Luusua
c75b1ed0ba Add richText interpolation for breaking long words with spans 2018-03-23 16:27:19 +02:00
Vesa Luusua
469a266ebd ProfilePage: fix ListingCard float bug 2018-03-21 16:26:08 +02:00
Vesa Luusua
49e1530527 InboxPage: add loading spinner 2018-03-20 13:29:51 +02:00
Vesa Luusua
647222d065 InboxPage: ensure currentUser 2018-03-20 13:29:31 +02:00