Eric Overfield
Eric Overfield
I apologize for the delay, looking into this.
Thank you, yes, this is absolutely on our backlog. We do have the following preview available: https://www.youtube.com/watch?v=QuBzkzC224g, and there are other community members that have recorded and blogged about their...
If anyone wants to share a specific video or blog post regarding the installation process of V2 of the kit, please post here in the comments.
Yes, this should be possible. You'll need to clone the repo, then review the codebase here: https://github.com/pnp/sp-starter-kit/tree/master/source/react-application-alerts. From there you should be able to run your standard build pipeline: npm...
Testing would be the most difficult aspect. The timezone offset is presented in the follow component: https://github.com/SharePoint/sp-starter-kit/blob/master/solution/src/webparts/worldTime/components/WorldTime.tsx. timezone offset in JS is notoriously awful. https://medium.com/@toastui/handling-time-zone-in-javascript-547e67aa842d. If someone where to take...
Check out the following file: https://github.com/pnp/sp-starter-kit/blob/master/source/react-banner/src/webparts/banner/BannerWebPart.manifest.json line 18, "hiddenFromToolbox": true, Set this to false, this will allow the banner to be visible within the toolbox so it may be added...
@bcameron1231 I wonder if the XML parsing has changed in the way clientside pages canvas controls for text, i.e. ``` ``` Let's add to our backlog adding the controls by...
@waldekmastykarz I very much support this approach. @AJIXuMuK updated the Personal tasks webpart in V2 to use the [graph toolkit](https://github.com/pnp/sp-starter-kit/tree/master/source/react-personal-tasks), I would like to see this updated to use the...
Please ignore V1 solution found in the solution folder. We need to deprecate that soon from the master branch and then remove it at some point. Starting with the personal...
I am inclined to update the webpart now, documenting the current limitation in the webpart's readme. My reasoning is that this is still a very good technology demonstrator and we...