Commit graph

2032 commits

Author SHA1 Message Date
Vesa Luusua
993c06f162 New form field: star rating 2017-11-30 11:28:32 +02:00
Vesa Luusua
c8f22319f8 Icon for review modal (about user review) 2017-11-30 11:28:31 +02:00
Hannu Lyytikainen
8ab778bf25 Fix baseline alignment for order and sale pages 2017-11-30 11:13:01 +02:00
Hannu Lyytikainen
f401482891 Fix booking states in inbox 2017-11-29 16:28:38 +02:00
Hannu Lyytikainen
86fe4e0fd1 Fix titles or order and sale pages
Also unify translations.
2017-11-29 16:21:21 +02:00
Kimmo Puputti
90377d11de Use the 32x32 favicon as the map marker for easy customisation 2017-11-29 14:27:30 +02:00
Kimmo Puputti
009335a8c9
Merge pull request #577 from sharetribe/fix-global-svg-ids
Ensure unique IDs in SVG filters
2017-11-29 14:14:16 +02:00
Hannu Lyytikäinen
a49a841205
Merge pull request #575 from sharetribe/show-reviews
Show reviews
2017-11-29 14:13:40 +02:00
Kimmo Puputti
9546a39979 Ensure unique IDs in SVG filters 2017-11-29 13:53:06 +02:00
Hannu Lyytikainen
919cb89499 Improve transition handling and type checking
- move review transition utility functions to util/propTypes
 - pass a non-ensured transaction to Transition component
 - stronger validation for review rating
 - review rating css style resolving revisited
2017-11-29 13:52:40 +02:00
Hannu Lyytikainen
52dea55bd5 Fix baseline for the ActivityFeed 2017-11-29 10:17:45 +02:00
Hannu Lyytikainen
0735760cf5 Change leave a review link to a button 2017-11-29 10:06:55 +02:00
Hannu Lyytikainen
1f3e0e9fce Add reviews to OrderPage and SalePage 2017-11-29 10:06:55 +02:00
Hannu Lyytikainen
dccf787f13 Add reviews to the ActivityFeed component 2017-11-29 10:06:55 +02:00
Kimmo Puputti
186005dfd3 Improve wrong currency handling 2017-11-29 10:02:15 +02:00
Hannu Lyytikainen
efc8616466 Add ReviewRating component 2017-11-28 16:26:51 +02:00
Hannu Lyytikainen
9bccd52144 Add review shape to propTypes 2017-11-28 16:26:51 +02:00
Kimmo Puputti
22b0aa512b Don't throw error when dealing with other currencies
The app can handle many currencies, and changing the default currency
shouldn't break the Styleguide.
2017-11-28 15:14:29 +02:00
Kimmo Puputti
6da824a6d0 Log import error 2017-11-28 14:08:46 +02:00
Kimmo Puputti
ed7eb293d7 Fix typo in config 2017-11-28 10:02:42 +02:00
Janne Koivistoinen
c86adf4933
Merge pull request #569 from sharetribe/messaging-dr
messaging reviews
2017-11-27 16:10:03 +02:00
Vesa Luusua
69c2d39aa9 Review (single) star icon 2017-11-27 15:24:13 +02:00
Janne Koivistoinen
34f6e9e101 messaging reviews 2017-11-27 12:21:15 +02:00
Kimmo Puputti
84538e0b4e Fix currency parsing with comma separator
Apparently Decimal used to accept the comma as a decimal separator (or
we had a bug/regression). This change wraps the raw value with the
ensureDotSeparator function that replaces the comma with the dot when
passing the value to Decimal.
2017-11-27 10:53:34 +02:00
Kimmo Puputti
7ea3c3b30d Improve and document changing locale 2017-11-24 15:47:20 +02:00
Kimmo Puputti
0ae3171271
Merge pull request #566 from sharetribe/use-marketplace-colors-in-icons
Use marketplace colors in icons
2017-11-24 09:39:25 +02:00
Kimmo Puputti
c093adb249 Use marketplace colors in icons 2017-11-24 09:15:52 +02:00
Kimmo Puputti
4d180b8d7d Use marketplace colors in default Avatar background gradient 2017-11-24 08:47:45 +02:00
Kimmo Puputti
2a60c4301a Make order page breakdown sticky 2017-11-23 11:53:15 +02:00
Kimmo Puputti
8ba4c124af Add paging to Sale page messages 2017-11-23 11:49:56 +02:00
Kimmo Puputti
5167a78b66 Hide old transitions also when fetching messages
This ensures that the transitions don't flash when older messages are
being fetched.
2017-11-23 11:48:36 +02:00
Kimmo Puputti
101f06c0e1 Add message paging to Order page 2017-11-22 16:30:14 +02:00
Kimmo Puputti
4544411664
Merge pull request #561 from sharetribe/activityfeed-paging
ActivityFeed paging
2017-11-22 14:37:46 +02:00
Hannu Lyytikäinen
75c0472c10
Merge pull request #563 from sharetribe/env-variable
Improve env variable
2017-11-22 14:13:53 +02:00
Kimmo Puputti
25a31ffb6a Rename messages vars/classes to feed 2017-11-22 11:38:21 +02:00
Kimmo Puputti
6f3f376f23 Add paging to ActivityFeed messages 2017-11-22 11:27:52 +02:00
Kimmo Puputti
6915e640a2 Ensure tx listing 2017-11-22 11:27:52 +02:00
Kimmo Puputti
20377b9935 Add props for message paging 2017-11-22 11:27:52 +02:00
Kimmo Puputti
1c774f2075 Remove reversing messages as the ActivityFeed sorts them anyways 2017-11-22 10:52:05 +02:00
Kimmo Puputti
c9e0c3a7bf Change refs from Messages to ActivityFeed 2017-11-22 10:46:23 +02:00
Kimmo Puputti
65bffe1f33 Rename Messages to ActivityFeed 2017-11-22 10:42:37 +02:00
Kimmo Puputti
b8c53f7c18
Merge pull request #559 from sharetribe/fix-short-message-wrapping
Wrap bubble to message content
2017-11-22 10:41:15 +02:00
Kimmo Puputti
9d8a618ba8
Merge pull request #558 from sharetribe/fix-listing-breakdown-transition-prop-type
Fix missing transitions attr from fake tx in listing breakdown
2017-11-22 10:41:02 +02:00
Kimmo Puputti
fc7c145b45 Wrap bubble to message content 2017-11-20 13:50:46 +02:00
Kimmo Puputti
59f1dbbff6 Fix missing transitions attr from fake tx in listing breakdown 2017-11-20 13:31:29 +02:00
Kimmo Puputti
7cf46b43c0 Send messages from Sale page 2017-11-20 11:50:55 +02:00
Kimmo Puputti
2bbbf811d3 Trim and ignore empty messages 2017-11-20 11:42:33 +02:00
Kimmo Puputti
43992b4631 Display other user name in placeholder properly 2017-11-20 11:42:33 +02:00
Kimmo Puputti
fe0de98eaf Fix blur/focus handling with mobile form 2017-11-20 11:42:33 +02:00
Kimmo Puputti
c522ef0af9 Make SaleDetailsPanel into a component class 2017-11-20 10:14:54 +02:00