Commit graph

4847 commits

Author SHA1 Message Date
Hannu Lyytikainen
b20c6ca555 Fix BookingPanel title class overriding
Fix the title class overriding so that the css load order does not
affext the styles. Also removes a redundant media query definition.
2018-12-31 15:01:29 +02:00
Hannu Lyytikainen
298018f96f Update changelog 2018-12-27 14:36:52 +02:00
Hannu Lyytikainen
39539f2cdf Change BookingPanel title margin on tx page 2018-12-27 14:28:07 +02:00
Hannu Lyytikainen
2a728a64ad Change layouts to match design
Apply design baseline definitions on BookingDatesForm, BookingPanel and
ListingPage.
2018-12-27 13:57:13 +02:00
Hannu Lyytikäinen
7d64044711
Merge pull request #987 from sharetribe/fix-booking-title
Fix wrong booking title on listing page
2018-12-27 11:43:41 +02:00
Hannu Lyytikainen
4421410990 Update changelog 2018-12-27 11:38:34 +02:00
Hannu Lyytikainen
2c3bb15355 Fix wrong booking title on listing page 2018-12-27 11:35:36 +02:00
Vesa Luusua
4f489ea50c
Merge pull request #986 from sharetribe/fix-yarn-lock
Fix yarn lock
2018-12-21 10:51:53 +02:00
Vesa Luusua
adfce73cb6 Update changelog 2018-12-21 10:40:58 +02:00
Vesa Luusua
bdc1297034 Fix yarn.lock by running yarn install 2018-12-21 10:36:11 +02:00
Hannu Lyytikäinen
d2e8ea08df
Merge pull request #976 from sharetribe/enquire-to-tx
Enable requesting to book straight from enquiry
2018-12-20 18:10:39 +02:00
Hannu Lyytikainen
1dba15331a Streamline sale buttons visibility logic 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
ad6fc6346b Fix session store handling for enquired tx 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
4f21f3a214 Hide desktop booking breakdown in mobile 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
29875d4210 Update changelog 2018-12-20 18:03:29 +02:00
Hannu Lyytikainen
08378d7001 Fix footer overlapping booking calendar
Rise the transaction details section on top of the footer so that the
booking dates calendar won't go below it.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
65a1358b93 Fix hidden open booking form section in mobile 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
4663f825a1 Change checkout page booking sub title
Unify the sub title with transaction page.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
8d2adf0140 Hide initial message on booking after enquiry 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
bbac34a0e5 Add initiate order after enquiry
If enquired transaction is avalable transition it to prequthorized on
checkout page.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
7cc30ee3ef Pass booking data from tx page to checkout 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
a0d1984103 Unify listing info sub titles 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
5fe0ac3d47 Add onManageDisableScrolling to BookingPanel 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
a053a6c81a Fetch time slots on tx page 2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
68f6eaa391 Show BookingPanel on tx page
Show the BookingPanel component on the tx page when the transaction has
been started with an enquiry.
2018-12-20 18:02:29 +02:00
Hannu Lyytikainen
38b780827d Hide listing address link from provider 2018-12-20 18:02:29 +02:00
Hannu Lyytikäinen
f0534bd6a5
Merge pull request #969 from sharetribe/extract-section-booking
Extract booking section from listing page
2018-12-20 17:58:30 +02:00
Hannu Lyytikainen
3d11d733e0 Change BookingPanel dependency import order
Place components and forms as last imports before the ones from the same
folder.
2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
f4f67be661 Change formatted title and sub title type
Change formatted title and sub title type to node in BookingPanel.
Also remove FormattedText component which renders a redundant span element.
2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
080ae345a6 Change unit type translation resolving 2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
bee450d786 Change BookingPanel title handling
Use title and sub title provided by a parent component.
2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
167cc2608d Change name and type for richText prop
Rename the prop to title and allow it to be and object or a string. This
way a normal string or a styled html element can be provided.
2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
3ea7738564 Fix BookingPanel baseline adjustments 2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
01b1830cbd Update changelog 2018-12-20 17:48:26 +02:00
Hannu Lyytikainen
2a886131c4 Remove some unused props passed to BookingPanel 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
e894dead63 Clean up BookingPanel props
Remove isClosed and price from the BookingPanel props as they can be
resolved from the listing.
2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
9cd3c0c5ad Remove redundant style class definitions 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
d6ed766d1b Fix listing page layout 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
a032d06eea Use page specific message key on CheckoutPage 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
936d2955d9 Add BookingPanel styleguide example 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
b7e5165999 Update translation keys 2018-12-20 17:47:10 +02:00
Hannu Lyytikainen
60d5a44d5d Extract SectionBooking into a distinct component
Extract SectionBooking away from ListingPage to a distinct component
called BookingPanel.
2018-12-20 17:47:10 +02:00
Vesa Luusua
5b0443c70f
Merge pull request #985 from sharetribe/fork-button-to-deploy-guide
Add image of fork button to deploy guide
2018-12-20 16:41:13 +02:00
Vesa Luusua
22a8b63b3a Update changelog 2018-12-20 16:14:24 +02:00
Vesa Luusua
c170bc31a3 Run Prettier for docs 2018-12-20 16:09:50 +02:00
Vesa Luusua
55dc734cf0 Add Fork instruction with image 2018-12-20 16:09:09 +02:00
Vesa Luusua
7073234b1e
Add image of fork button to deploy guide 2018-12-20 15:46:29 +02:00
Mikko Koski
d783f96404
Merge pull request #984 from sharetribe/changelog-remove-builtin
CHANGELOG: Removed built-in email templates
2018-12-19 12:42:28 +02:00
Mikko Koski
043ddaf293
Merge pull request #983 from sharetribe/delete-default-builtin-templates
Delete default builtin mail templates
2018-12-19 12:42:14 +02:00
Mikko Koski
adc2d382cb
CHANGELOG: Removed built-in email templates 2018-12-19 11:44:33 +02:00