Commit graph

3422 commits

Author SHA1 Message Date
Hannu Lyytikäinen
c2a04fb9b3
Merge pull request #811 from sharetribe/extended-data-documentation
Add documentation about extended data
2018-04-19 16:03:11 +03:00
Hannu Lyytikainen
1bf2e6bfff Improve extended data documentation. 2018-04-19 15:28:21 +03:00
Kimmo Puputti
547650d77d
Merge pull request #810 from sharetribe/getting-started-docs
Getting started documentation
2018-04-19 14:55:03 +03:00
Hannu Lyytikainen
ca4f9700c0 Add documentation about extended data 2018-04-19 14:35:28 +03:00
Kimmo Puputti
f014c36229 Rename doc to customisation guide 2018-04-19 11:17:52 +03:00
Kimmo Puputti
a6fd77ba62 Rename customisation guide 2018-04-19 11:15:45 +03:00
Kimmo Puputti
dda884ab19 Getting started documentation 2018-04-19 11:13:51 +03:00
Kimmo Puputti
72ef521064 Rename docs file 2018-04-19 11:13:27 +03:00
Kimmo Puputti
919ed201b0
Merge pull request #809 from sharetribe/at-to-created-at
Rename transition/review/message attribute `at` to `createdAt`
2018-04-18 16:06:51 +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
Kimmo Puputti
7239a66eb6
Merge pull request #808 from sharetribe/replace-image-sizes-with-variants
Use image variants
2018-04-18 10:23:42 +03:00
Kimmo Puputti
9cab6a5eb0 Fix Yarn lock file 2018-04-18 09:55:29 +03:00
Kimmo Puputti
946cf7f53c Use Image variants instead of sizes 2018-04-16 12:28:43 +03:00
Mikko Koski
f7cc195ecc
Merge pull request #806 from sharetribe/transit-verbose
Transit verbose mode
2018-04-13 14:05:17 +03:00
Kimmo Puputti
9232b7e059 Fix double content from internal rebase conflict 2018-04-13 09:27:30 +03:00
Kimmo Puputti
5156de6e2e
Merge pull request #805 from sharetribe/page-docs
Page docs
2018-04-13 09:25:20 +03:00
Mikko Koski
759844112a Use Transit Verbose mode in development 2018-04-12 16:28:16 +03:00
Mikko Koski
1cbd256185 Update SDK
This version adds support for Transit verbose mode
2018-04-12 15:57:17 +03:00
Kimmo Puputti
d933c099e5 Add README.md docs for EditListingPage 2018-04-12 15:30:07 +03:00
Kimmo Puputti
7fbbd727d8 Add README.md for ListingPage 2018-04-12 13:33:34 +03:00
Kimmo Puputti
04db9849af Add README.md for StaticPage 2018-04-12 13:33:23 +03:00
Kimmo Puputti
0b2dcd7846 Format docs 2018-04-12 13:33:12 +03:00
Kimmo Puputti
6eba030b4d Format md files also outside docs/ 2018-04-12 13:29:02 +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
db03339981
Merge pull request #804 from sharetribe/search-map-control-position
Change search map controls for visibility
2018-04-11 15:21:03 +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 Lyytikäinen
3fe307d466
Merge pull request #802 from sharetribe/fix-filter-panel-button
Fix filters panel button visibility
2018-04-10 18:33:04 +03:00
Hannu Lyytikainen
87ca9e1df3 Remove secondary filters param 2018-04-10 18:29:03 +03:00
Hannu Lyytikainen
e36c99dc6b Remove unused secondary filter params 2018-04-10 18:02:05 +03:00
Kimmo Puputti
7d0e64c078
Merge pull request #800 from sharetribe/refactor-listing-page-contents
Split ListingPage into smaller sections
2018-04-10 16:43:36 +03:00
Kimmo Puputti
4d76e97c6a Cleanup listing page internals based on review comments 2018-04-10 16:35:05 +03:00
Kimmo Puputti
87244c866b Make custom config stable in tests 2018-04-10 15:52:30 +03:00
Kimmo Puputti
80edfd843f Extract avatar section into separate file 2018-04-10 15:45:32 +03:00
Kimmo Puputti
09adef6665 Unify class name usage 2018-04-10 15:40:27 +03:00
Kimmo Puputti
2c24b1a02a Extract booking section into separate file 2018-04-10 15:40:13 +03:00
Kimmo Puputti
ee8f25c162 Extract host section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
79f599e9a8 Extract reviews section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
78da3969d8 Extract features section into separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
c0137ed602 Extract description section into a separate file 2018-04-10 15:19:54 +03:00
Kimmo Puputti
6f844e9517 Extract heading section into a separate file 2018-04-10 15:19:54 +03:00
Hannu Lyytikäinen
75b75fd0bb
Merge pull request #801 from sharetribe/fix-mobile-filters
Fix mobile filters
2018-04-10 14:50:55 +03:00
Hannu Lyytikainen
568c1d772f Remove redundant default props 2018-04-10 14:48:26 +03:00
Kimmo Puputti
f6507657d4 Extract images section into a separate file 2018-04-10 13:57:49 +03:00
Hannu Lyytikainen
2ca5b73d2c Include secondaryFilters in mobile filter view 2018-04-10 13:57:04 +03:00
Hannu Lyytikainen
dfd0a04db3 Fix open and close callbacks for mobile filter modal 2018-04-10 13:55:59 +03:00
Kimmo Puputti
df9a2b9a39
Merge pull request #799 from sharetribe/refactor-breakdown-estimation
Refactor breakdown estimation
2018-04-10 13:41:04 +03:00
Kimmo Puputti
ec61d0bbe2 Fix typos in docs 2018-04-10 13:37:58 +03:00