Hannu Lyytikainen
e3cfa970ad
Fetch available time slots for listing page
2018-07-23 18:15:13 +03:00
Vesa Luusua
208c05cdd7
Change static map to dynamic one on click
2018-07-20 14:16:34 +03:00
Vesa Luusua
3740a6e32e
Throttle event listener method, not setting dimensions
2018-07-20 11:49:46 +03:00
Vesa Luusua
d5e4cacc7f
Lazy load component if it's vertically near viewport
2018-07-20 11:49:40 +03:00
Vesa Luusua
5a920359c4
Fix Google Static Map API max height
2018-07-19 17:16:07 +03:00
Vesa Luusua
fae2cc6355
Update tests
2018-07-19 14:41:34 +03:00
Vesa Luusua
342a8a23d7
Use static map on ListingPage
2018-07-19 14:41:33 +03:00
Vesa Luusua
c0dd8776de
Extract dynamic map to separate file and use it optionally with static map
2018-07-19 14:41:33 +03:00
Vesa Luusua
17e87a8501
Add StaticMap sub component for Map
2018-07-19 14:41:27 +03:00
Vesa Luusua
71d834bdd5
Add lazyLoadWithDimensions HOC
2018-07-19 14:41:15 +03:00
Vesa Luusua
aeac2cd960
Remove clearing of sessionToken when the input is empty
...
Note: this might be reversed, if there's some time limit for tokens)
2018-07-19 14:08:52 +03:00
Vesa Luusua
d32561d09e
Use sparse fields for place details call
2018-07-12 22:00:47 +03:00
Vesa Luusua
dc9821f558
Add sessionToken for Autocomplete and place details calls
2018-07-12 22:00:09 +03:00
Hannu Lyytikainen
13c02ccb6e
Change state initialization in loadData
...
Also override empty arrays and objects with values from initialState.
2018-07-11 09:52:38 +03:00
Hannu Lyytikainen
ebeb100e4b
Check tx ref when initializing state
2018-07-10 15:53:50 +03:00
Hannu Lyytikainen
bca98e52ef
Change clearErrors action to resetState
2018-07-10 11:05:21 +03:00
Hannu Lyytikainen
200adf4269
Fix contact link font styles
2018-07-10 09:10:01 +03:00
Hannu Lyytikainen
dd9c278ff1
Improve rendering logic
2018-07-10 09:10:01 +03:00
Hannu Lyytikainen
7b956e52bf
Add nowrap to edit profile link
2018-07-10 09:09:07 +03:00
Hannu Lyytikainen
cbeb4fcc02
Add edit profile link to UserCard
2018-07-10 09:09:07 +03:00
Hannu Lyytikainen
cc7bda7746
Remove edit profile link from SectionHost
2018-07-10 09:09:07 +03:00
Hannu Lyytikainen
3a4fee049a
Add clear errors action
...
Add an action that can be used to clear errors on load data instead of
clearing the whole state.
2018-07-09 15:54:24 +03:00
Hannu Lyytikainen
5517743bfe
Fix submit button state handling
2018-07-09 15:45:01 +03:00
Hannu Lyytikainen
7dd6db1ea7
Add a submit in progress check
2018-07-09 15:39:40 +03:00
Hannu Lyytikainen
dee98675a9
Remove component state initialization
...
The state initialization is performed when the component goes into
submittin mode. However, after the form is submitted, the component
unmounts and the state is destroyed.
2018-07-05 19:26:56 +03:00
Hannu Lyytikainen
c3e77ef6bb
Add check for search result sorting
...
Require origin to be passed to search input in case search results are
sorted by distance.
2018-07-02 11:20:40 +03:00
Hannu Lyytikainen
9333b53bb7
Fix topbar search initial value
2018-06-28 18:31:01 +03:00
Hannu Lyytikainen
33625eaa85
Add banned user icon color properties
...
Add new css properties for setting the background color used in the
banned users icon.
2018-06-27 08:45:30 +03:00
Hannu Lyytikainen
5f79192250
Change banned user icon background
2018-06-26 12:57:01 +03:00
Hannu Lyytikainen
1c80eb681a
Add a reviews example with a banned user
2018-06-26 12:57:01 +03:00
Hannu Lyytikainen
e9e13a6f96
Change banned user review display name
...
Show a dummy author display name in reviews from banned users.
2018-06-26 12:57:01 +03:00
Vesa Luusua
7d3f7b3682
TopbarDesktop: use object-fit to loose the style rules.
2018-06-26 12:40:14 +03:00
Vesa Luusua
2e4aa51a62
CheckoutPage logo: use Logo component and center it.
2018-06-26 12:40:14 +03:00
Vesa Luusua
e60716e081
Footer logo: use object-fit to loose the style rules.
2018-06-26 12:40:14 +03:00
Vesa Luusua
0ef9c5be1e
Footer styles changed to more generic
...
If you have customized Footer, consider extracting that component
before upstream update.
2018-06-25 16:23:43 +03:00
Vesa Luusua
a3872e71f5
CheckoutPage: selected booking dates should be available after login
2018-06-25 14:27:51 +03:00
Vesa Luusua
4046613e4b
Anonymous user should see contact link in UserCard
2018-06-21 14:46:08 +03:00
Vesa Luusua
c619196787
Fix / improve slug generation
2018-06-21 14:31:00 +03:00
Hannu Lyytikainen
cdfd6e0886
Change final form props spreading
...
Change props spreading so that the whole props object is available to
the form and required props can be destructured from that.
2018-06-01 12:42:08 +03:00
Hannu Lyytikainen
729439ad69
Remove textual references to Redux Form
2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
51d8c2b6c6
Add empty onSubmit to SelectMultipleFilterPlainForm
2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
085935beb6
Move rest of the forms to forms folder
...
Move SelectMultipleFilterForm and SelectMultipleFilterPlainForm to the
forms folder.
2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
2cf223fbe8
Remove unused code
2018-06-01 01:09:36 +03:00
Hannu Lyytikainen
0fe23cc60b
Migrate SelectMultipleFilterForm
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
5321c9e454
Migrate SelectMultipleFilterPlainForm
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
c5b08ab737
Migrate LocationSearchForm to Final Form
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
e90d7d2add
Migrate TopbarSearchForm
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
7ab64c7df7
Migrate LocationAutocompleteInput example
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
2a305cf456
Migrate SendMessageForm to Final Form
2018-06-01 00:43:24 +03:00
Hannu Lyytikainen
3d172412f3
Migrate EmailVerificationForm to Final Form
2018-06-01 00:43:24 +03:00