Modified tracking images for the samples.

This commit is contained in:
Vesa Juvonen 2017-02-03 18:11:42 +02:00
parent 1e20f20229
commit a09d43442b
3 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,4 @@
{ {
"typescript.check.workspaceVersion": false "typescript.check.workspaceVersion": false,
"vsicons.presets.angular": false
} }

View File

@ -23,8 +23,6 @@ metadata for the video and be anle to search/filter the videos using this metada
See also https://github.com/russgove/O365VideoSync. It's a console app that you can schedule to run to synchronize an Office 365 Video Channel with a sharepoint list (on prem or otherwise). See also https://github.com/russgove/O365VideoSync. It's a console app that you can schedule to run to synchronize an Office 365 Video Channel with a sharepoint list (on prem or otherwise).
![alt tag](/samples/react-spfx-multilist-grid/src/images/editListItems.PNG) ![alt tag](/samples/react-spfx-multilist-grid/src/images/editListItems.PNG)
@ -74,10 +72,8 @@ Version|Date|Comments
A set of 3 SPFX webparts that use different open-source carousels (react-3d-carousel, reactjs-coverface, and react-slick) A set of 3 SPFX webparts that use different open-source carousels (react-3d-carousel, reactjs-coverface, and react-slick)
to display videos stored on an O365 Video Channel. to display videos stored on an O365 Video Channel.
Usage:
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-videolibrary" />
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-multilist-grid" />

View File

@ -46,3 +46,5 @@ Demonstrates\uses below features:
- separation of concerns between markup, styling and code - separation of concerns between markup, styling and code
- single-file components architecture for Vue.js - single-file components architecture for Vue.js
- custom webpack loaders - custom webpack loaders
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/vuejs-todo-single-file-component" />