Commit graph

1366 commits

Author SHA1 Message Date
Vesa Luusua
ae1f89c7b7 Update Prettier 2018-05-09 16:38:43 +03:00
Hannu Lyytikainen
86e82d5929 Update tests 2018-05-08 11:51:22 +03:00
Hannu Lyytikainen
60404e0a0f Show other user's display name in review modal
Insted of showing the display name of the listing author in the review
modal, show the display name of the other subject in the transaction.
2018-05-08 11:18:13 +03:00
Vesa Luusua
7c92d35b25 Fix class-via-props usage (always overwrite) 2018-05-02 16:41:17 +03:00
Vesa Luusua
219a611938 Fix LocationAutocompleteInput class-via-props usage 2018-05-02 16:40:29 +03:00
Vesa Luusua
af088fff8f Fix form references after moving them to different location 2018-05-02 15:56:30 +03:00
Vesa Luusua
085c208ab0 Final Form introduced form property - fix overlapping usage 2018-04-20 13:05:24 +03:00
Vesa Luusua
7c58442aae Form is responsible to change customErrorText
FieldTextInput: touch flag couldn't be tracked reliably in responses with errors
2018-04-20 13:05:23 +03:00
Vesa Luusua
a7b9a08a86 PayoutDetailsForm: clear address stuff onUnmount 2018-04-20 13:05:23 +03:00
Vesa Luusua
e518c6e8e5 Remove unused code: clearOnUnmount 2018-04-20 13:05:23 +03:00
Vesa Luusua
555c157e4d Refactor ContactDetailsForm: use Form connector from Final Form 2018-04-20 13:05:22 +03:00
Vesa Luusua
0080cbd298 Refactor ReviewForm: use Form connector from Final Form 2018-04-20 13:05:22 +03:00
Vesa Luusua
5dd455ffa5 Review changes 2018-04-20 13:05:20 +03:00
Vesa Luusua
a55840ed1a Refactor EditListingPoliciesForm and panel: use Form connector from Final Form 2018-04-20 13:05:19 +03:00
Vesa Luusua
997ba3bd09 Refactor EditListingFeaturesForm and panel: use Form connector from Final Form 2018-04-20 13:05:19 +03:00
Vesa Luusua
ac003123ef Deprecation warning to remaining Redux Form Fields 2018-04-20 13:05:18 +03:00
Vesa Luusua
f3982fb293 Refactor StripeBankAccountTokenInputField: use Field connector from Final Form 2018-04-20 13:05:18 +03:00
Vesa Luusua
f3e37a3556 Refactor FieldBoolean: use FieldSelect (Final Form Field) 2018-04-20 13:05:18 +03:00
Vesa Luusua
62604faa69 Refactor LocationAutocompleteInputField: use Field connector from Final Form 2018-04-20 13:05:17 +03:00
Vesa Luusua
d852546180 Refactor FieldBirthdayInput: use Field connector from Final Form 2018-04-20 13:05:17 +03:00
Vesa Luusua
89a1fe1701 Refactor FieldCurrencyInput: use Field connector from Final Form 2018-04-20 13:05:17 +03:00
Vesa Luusua
7a81956dd1 Create FieldCheckboxGroup: using FieldGroupCheckbox as starting point 2018-04-20 13:05:17 +03:00
Vesa Luusua
0e86cd5322 Refactor FieldCheckbox: use Field connector from Final Form 2018-04-20 13:05:17 +03:00
Vesa Luusua
03641f61b8 Move FieldCheckbox (Redux Form stuff) inside FieldGroupCheckbox 2018-04-20 13:05:16 +03:00
Vesa Luusua
b6782d8aae Create FieldSelect: Final Form version of SelectField 2018-04-20 13:05:16 +03:00
Vesa Luusua
63bd9aed65 Create FieldTextInput: Final Form version of TextInputField 2018-04-20 13:05:16 +03:00
Vesa Luusua
fe7dedd43d Refactor FieldDateInput: use Field connector from Final Form 2018-04-20 13:05:16 +03:00
Vesa Luusua
8f3122df85 Refactor FieldDateRangeInput: use Field connector from Final Form 2018-04-20 13:05:15 +03:00
Vesa Luusua
909845ea76 Fix: FieldArray non-unique name bug 2018-04-20 13:05:14 +03:00
Hannu Lyytikäinen
39043bff86
Merge pull request #807 from sharetribe/refactor-search-filters
Refactor search filters
2018-04-20 08:49:19 +03:00
Kimmo Puputti
65c94183cd Update snapshots with at->createdAt attribute change 2018-04-18 15:45:36 +03:00
Kimmo Puputti
565a32f3c9 Rename transition/review/message attribute at to createdAt 2018-04-18 15:45:10 +03:00
Hannu Lyytikainen
0107e9f43f Update filter value resolving function naming 2018-04-18 12:25:57 +03:00
Hannu Lyytikainen
3dec9983d4 Add a prop type for filter config 2018-04-18 12:14:38 +03:00
Hannu Lyytikainen
ae2db17152 Update filters configuration and validation
Changes the way filters are defined and how the filter params are
validated.
2018-04-18 11:38:46 +03:00
Kimmo Puputti
946cf7f53c Use Image variants instead of sizes 2018-04-16 12:28:43 +03:00
Hannu Lyytikainen
649e073773 Add filter param helpers to filters panel 2018-04-13 15:47:25 +03:00
Kimmo Puputti
70cd0c4cf7
Merge pull request #803 from sharetribe/css-property-globalisation
Prepare CSS custom properties for globalisation
2018-04-11 16:23:10 +03:00
Kimmo Puputti
f5fb478166 Add comment about CSS custom properties being global 2018-04-11 15:59:22 +03:00
Kimmo Puputti
df188aa3ea Change search map controls for visibility
- Move zoom controls to top left
- Hide street view button from bottom right
2018-04-11 14:56:07 +03:00
Kimmo Puputti
aa4b3e7fcc Prefix local CSS properties with component name
Since the CSS custom properties are defined in the :root, they will be
global when the variables are preserved in the output bundle. This
changes them to something globally unique.
2018-04-11 14:29:42 +03:00
Hannu Lyytikainen
568c1d772f Remove redundant default props 2018-04-10 14:48:26 +03:00
Hannu Lyytikainen
dfd0a04db3 Fix open and close callbacks for mobile filter modal 2018-04-10 13:55:59 +03:00
Hannu Lyytikäinen
ee966002d7
Merge pull request #798 from sharetribe/checkbox-validation-message
Fix validation for FieldCheckbox and FieldGroupCheckbox
2018-04-09 16:20:32 +03:00
Hannu Lyytikainen
8cbe50aed4 Improve checkbox value resolveing
Add better props validation and value resolving for FieldCheckbox.
2018-04-09 15:57:26 +03:00
Hannu Lyytikainen
6fb43f4aaf Fix FieldGroupCheckbox validation
Fix validation error messages for FieldGroupCheckbox.
2018-04-09 10:46:13 +03:00
Hannu Lyytikainen
16cb103ad5 Refactor FieldCheckbox
Wrap the whole component in redux-form Field instead of just using Field
for the actual input element.
2018-04-09 10:27:04 +03:00
Vesa Luusua
d4a41af446 Main column stuff to separate MainPanel component 2018-04-06 11:55:01 +03:00
Hannu Lyytikainen
eb7c13d719 Update phone number input comments 2018-04-06 10:20:20 +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