Commit graph

4153 commits

Author SHA1 Message Date
Vesa Luusua
62d9be0baf PriceFilterForm: fix the position of a dash between inputs 2018-11-19 12:26:09 +02:00
Vesa Luusua
7422281f31 PriceFilterPlain: fix padding 2018-11-19 12:25:20 +02:00
Jenni Nurmi
ecaa1ece42
Merge pull request #953 from sharetribe/fix-draft-state-nagging-modal
Fix draft state nagging modal
2018-11-16 16:22:30 +02:00
Jenni Nurmi
2ca3f3b2e2 Update changelog 2018-11-16 16:09:18 +02:00
Jenni Nurmi
bcd36e9619 Don't set currenUserHasListings if fetched listing is in draft state 2018-11-16 16:04:26 +02:00
Vesa Luusua
5b8a7145be
Merge pull request #952 from sharetribe/add-index-files-to-prettierignore
Add index files to .prettierignore
2018-11-15 16:40:25 +02:00
Vesa Luusua
10869cde29 Update changelog 2018-11-15 15:18:21 +02:00
Vesa Luusua
8dcca64fb2 Add components and containers index-files to .prettierignore 2018-11-15 15:16:04 +02:00
Hannu Lyytikäinen
ee6a0b724b
Merge pull request #950 from sharetribe/translations-configuration
Review translations configuration and documentation
2018-11-15 10:59:10 +02:00
Hannu Lyytikainen
501d5b08f4 Fix a few typos in a comment 2018-11-15 10:15:09 +02:00
Hannu Lyytikainen
3513dfcfaa Update changelog 2018-11-15 10:15:09 +02:00
Hannu Lyytikainen
c2d29804d8 Add JS annotation to code snippets in docs 2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
8909b5c693 Update translations documentation 2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
f177f6a6ea Remove translation handling for tests
Translations are passed as props so the handling for translations in
tests is already done in test-helpers.js.
2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
19f67fe64e Add a note about translations in tests 2018-11-15 10:14:39 +02:00
Hannu Lyytikainen
aa4ff59618 Pass translations to ReusableMapContainer in props 2018-11-15 10:14:39 +02:00
Jenni Nurmi
0abb0f7cef
Merge pull request #951 from sharetribe/addArrowHeadIcon
Add arrow head icon
2018-11-14 16:27:45 +02:00
Jenni Nurmi
aa8f606f81 Update changelog 2018-11-14 16:24:24 +02:00
Jenni Nurmi
a3acc1961f Update PaginationLinks test 2018-11-14 16:24:24 +02:00
Jenni Nurmi
7bafae01cf Align arrows with month caption 2018-11-14 16:24:24 +02:00
Jenni Nurmi
2338d0dd51 Use IconArrowHead on DateRangeInput 2018-11-14 16:24:09 +02:00
Jenni Nurmi
c0dd47fd02 Use IconArrowHead on PaginationLinks 2018-11-14 16:23:02 +02:00
Jenni Nurmi
f4a14c50f3 Create IconArrowHead 2018-11-14 16:23:02 +02:00
Jenni Nurmi
ac287cfffb
Merge pull request #947 from sharetribe/draft-listing
Draft listing
2018-11-13 10:10:08 +02:00
Jenni Nurmi
516c486e81 Version updated 2018-11-13 09:59:30 +02:00
Jenni Nurmi
7d9d96cf00 Changelog updated 2018-11-13 09:58:52 +02:00
Jenni Nurmi
75f295cbfc ListingPage: ActionBar links to draft edit mode
if listing is a draft.
2018-11-07 16:32:33 +02:00
Jenni Nurmi
9037ed3e70 ManageListingCard uses Overlay subcomponent.
Edit links to correct edit mode: draft vs. edit.
2018-11-07 16:32:33 +02:00
Janne Koivistoinen
0fb69e90ea Adds Overlay component to ManageListingCard 2018-11-07 16:32:33 +02:00
Vesa Luusua
7ed97a7a48 EditListingPhotosPanel: use newListingPublished, not newListingCreated 2018-11-07 16:32:32 +02:00
Vesa Luusua
9e48a1fca7 EditListingWizard: use onCreateListingDraft and onPublishListingDraft
instead of plain createListing.
2018-11-07 16:32:32 +02:00
Vesa Luusua
98e279542d EditListingWizard forms: handle errors from fetchErrors.
Every form should show (at least) updateListingError and showListingsError.
2018-11-07 16:32:31 +02:00
Vesa Luusua
2a31ccc458 EditListingWizard panels: pass all errors as fetchErrors to Final Form 2018-11-07 16:32:31 +02:00
Vesa Luusua
f7efde7baf EditListingPage: use draft thunks and check listing draft state 2018-11-07 16:32:12 +02:00
Vesa Luusua
bbb08d75ee EditListingPage.duck: create listing draft, publish listing draft.
Removing requestCreateListing and actions for storing local draft data to redux store.
2018-11-07 16:25:28 +02:00
Vesa Luusua
aaa8b16657 Update dependencies: Flex SDK 2018-11-07 16:25:28 +02:00
Vesa Luusua
3a797fc653 ListingPage: handle data loading of draft listings 2018-11-07 13:54:47 +02:00
Vesa Luusua
1aaad1d4e1 ListingLink: add draft as a path variant 2018-11-06 11:50:06 +02:00
Vesa Luusua
77743a2e4b Add ListingPage path params to urlHelpers.js 2018-11-06 11:45:03 +02:00
Vesa Luusua
3b834e98d0 Add LISTING_STATE_DRAFT to types.js 2018-11-06 11:42:58 +02:00
Vesa Luusua
f7837e3369 Fix API changes: description can be null. 2018-11-06 10:52:28 +02:00
Vesa Luusua
f09549b546
Merge pull request #946 from sharetribe/fix-ff-category-option
Fix Firefox: color for select options
2018-11-05 12:39:25 +02:00
Vesa Luusua
74c54a38be Run Prettier 2018-11-05 12:34:31 +02:00
Vesa Luusua
e4b56a4aa4 Update changelog 2018-11-05 12:33:53 +02:00
Vesa Luusua
3c99a88708 Fix Firefox: category options were grey 2018-11-05 12:15:23 +02:00
Vesa Luusua
9914504902
Update customization guide
Remove reference to cssnext and added reference to README.md
2018-11-02 15:19:56 +02:00
Vesa Luusua
ac84562108
Merge pull request #945 from sharetribe/v2.2.0
Update version to v2.2.0
2018-10-31 17:56:24 +02:00
Vesa Luusua
3cb4b0c60c Update version 2018-10-31 17:54:28 +02:00
Vesa Luusua
5db24d7770
Merge pull request #944 from sharetribe/pricing-filter
Pricing filter
2018-10-31 15:36:05 +02:00
Vesa Luusua
e472deaee6 Update changelog 2018-10-31 10:53:54 +02:00