Commit graph

2647 commits

Author SHA1 Message Date
Hannu Lyytikainen
294b67b181 Extract the checkbox svg into a separate component
However, the icon component is not exposed to be used elsewhere as it is
so tightly coupled to the input and label tags in the css.
2018-01-22 11:15:10 +02:00
Hannu Lyytikainen
0d32e60ae6 Highlight checkbox text on focus 2018-01-22 11:14:41 +02:00
Hannu Lyytikainen
6bf7c85528 Remove unused prop 2018-01-22 11:02:26 +02:00
Kimmo Puputti
cfa119b1d3
Merge pull request #658 from sharetribe/improve-api-data-handling
Improve API response data handling
2018-01-22 10:07:41 +02:00
Hannu Lyytikainen
eaa199305c Add FieldSetCheckbox component 2018-01-19 16:55:54 +02:00
Hannu Lyytikainen
4358a016bd Add FieldCheckbox component 2018-01-19 16:55:54 +02:00
Vesa Luusua
0b6f83e6cd Bug fix for modal opening for unauthenticated user 2018-01-19 16:02:44 +02:00
Kimmo Puputti
abb2d16def Improve data denormalisation
- Use resource refs (id, type) instead of separate type and ids
- Throw an error only when it makes sense
2018-01-19 15:30:12 +02:00
Kimmo Puputti
ed2319e781 Add helper to get denormalised entities from an SDK response 2018-01-19 15:30:12 +02:00
Kimmo Puputti
9a64952105 Separate sdkResponse and apiResponse in naming 2018-01-19 11:16:14 +02:00
Vesa Luusua
76a5f7af44
Merge pull request #657 from sharetribe/thumbnaillinks-params-prop
NamedLink props in SectionThumbnailLinks should accept params prop
2018-01-18 16:35:59 +02:00
Mikko Koski
5051eaf43a Add createOwnListing test data helper, and start using it.
Fixes propType warnings in tests
2018-01-18 16:33:55 +02:00
Vesa Luusua
e9d8b1811e NamedLink props in SectionThumbnailLinks should accept params prop 2018-01-18 16:29:18 +02:00
Mikko Koski
6131235534
Merge pull request #651 from sharetribe/api-endpoint-update
Api endpoint update
2018-01-18 15:23:19 +02:00
Kimmo Puputti
37cd1fdb4c Use https placeholder images 2018-01-18 14:08:27 +02:00
Kimmo Puputti
4fb2a4ce95 Update image placeholder URLs 2018-01-18 14:08:27 +02:00
Mikko Koski
c8994c11ed Review: Use generic getMarketplaceEntities instead 2018-01-18 12:58:33 +02:00
Kimmo Puputti
0e6b44244a Fix activity feed translations
- Add missing displayName
- Rename autoDecline to expire to align with the new transition names
- Sort translations file
2018-01-18 12:24:26 +02:00
Boyan Tabakov
e2813fb346 Update to use current API endpoints for own listings 2018-01-18 10:05:20 +02:00
Boyan Tabakov
de47b54462 Fix implementation for finding whether user has any listings
Previously, closed listings wouldn't be returned by the query.
2018-01-18 10:05:20 +02:00
Janne Koivistoinen
3d1e9f0b96 filter dr done 2018-01-18 00:58:28 +02:00
Vesa Luusua
82c1330d13 SectionThumbnailLinks 2018-01-17 13:42:38 +02:00
Kimmo Puputti
d62aa61fe0
Merge pull request #645 from sharetribe/rename-transition-label-values
Rename transition label values
2018-01-17 13:40:53 +02:00
Hannu Lyytikäinen
6bd8ce840e
Merge pull request #646 from sharetribe/mobile-filter-btn-color
Change filters button styles if search is filtered
2018-01-16 16:20:52 +02:00
Vesa Luusua
9a62881e42 BookingInfoMaybe as a helper component 2018-01-16 13:31:23 +02:00
Kimmo Puputti
bdd9c18bc3 Update snapshots with the new transition label values 2018-01-16 12:32:55 +02:00
Kimmo Puputti
32313e473c Rename transition label values 2018-01-16 12:32:55 +02:00
Kimmo Puputti
ffa85d3226 SectionSearchLinks component 2018-01-16 11:19:18 +02:00
Hannu Lyytikainen
b87c42f762 Use _.toPairs instead of Object.entries() 2018-01-15 15:59:22 +02:00
Hannu Lyytikainen
e328c81509 Change filters button styles if search is filtered 2018-01-15 15:43:54 +02:00
Hannu Lyytikainen
e07027ce42 Rename SelectSingleCustomAttribute
Rename SelectSingleCustomAttribute to SelectSingleFilter for more
consistent naming with mobile components.
2018-01-15 13:42:47 +02:00
Kimmo Puputti
c57a11f2dc
Merge pull request #643 from sharetribe/log-fetch-current-user-error
Improve error logging
2018-01-15 12:45:19 +02:00
Kimmo Puputti
784e459314 Improve error logging 2018-01-15 11:31:40 +02:00
Hannu Lyytikäinen
f53aba9b98
Merge pull request #642 from sharetribe/mobile-custom-attr-search
Mobile search filters
2018-01-15 10:07:54 +02:00
Kimmo Puputti
84449b7e4d Expand Footer top border to full width 2018-01-12 16:28:19 +02:00
Hannu Lyytikainen
c4abdcf96c Change functions to class methods 2018-01-12 16:21:16 +02:00
Kimmo Puputti
70540c8ebc Fix landing page paddings in medium breakpoint 2018-01-12 16:15:30 +02:00
Hannu Lyytikainen
91932ced8a Blur clear and reset all buttons after click 2018-01-12 16:06:16 +02:00
Hannu Lyytikainen
085789ac0b Unset topbar z-index while filter modal is open 2018-01-12 15:40:04 +02:00
Hannu Lyytikainen
fe0bbbe324 Move search filter padding to the filter container 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
5cc6ecc973 Add filter options visibility toggling 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
a7e3537191 fix hide button 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
294f074bc7 Add reverting to original query params with cancel 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
c73ab3ba94 Add closeButtonMessage param for ModalInMobile 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
a4b6b887ab Split select single filter into distinct file 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
25b088b22f Add show listings button and reset functionality 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
2fe85ad730 Add category search filter 2018-01-12 15:16:11 +02:00
Hannu Lyytikainen
f831172273 Add mobile search filters component 2018-01-12 15:16:11 +02:00
Kimmo Puputti
5a52ccbc1f Improve transition docs 2018-01-12 09:04:34 +02:00
Kimmo Puputti
66d859a77e Rename propTypes.txTransition to propTypes.transition 2018-01-11 15:42:41 +02:00