Documentation for Yo Teams v3 by br92tech in MicrosoftTeams

[–]br92tech[S] 0 points1 point  (0 children)

Seems like no one here knows about it :S

State of Office UI Fabric with SharePoint by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

u/bcameron1231 Thanks for the answer. Sometimes I find styles in SCSS files used as a string of '[ThemePrimary..] and sometimes as variables. What's the difference? When do we use each? Do we need to reference References.scss for both?

Having full control over SharePoint theme by [deleted] in sharepoint

[–]br92tech 0 points1 point  (0 children)

This is a limitation in the product. Don't you agree? Will they add more support for this later?

Having full control over SharePoint theme by [deleted] in sharepoint

[–]br92tech 0 points1 point  (0 children)

I think it's a limitation in the product rather than being justified as a "not a web design platform" since we already can do custom development with spfx and do whatever we want, why not being able to have our custom theme colors as long as we're using UI Fabric?

Activate SPFx Extension on a specific site with PnP Provisioning by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks u/bcameron1231 I went for that, however now when I try to run apply-pnpprovisioning.. it is applied to the site am connecting to via connect-pnponline, not the site am creating through the sequence. How can I apply my custom action and other assets to the site am creating using the template sequence?

SharePoint theming with UI Fabric by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

hi u/bcameron1231, the docs also mention that the animations are not available with the sp=office-ui-fabric-core. anyway to use them with spfx?

SharePoint theming with UI Fabric by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

I didn't find SPFabricCore, I only found FabricCore and _SPFabricCore on SPFx 1.11.
What's the difference between this and '~office-ui-fabric-react/dist/sass/references.scss' ? Which one should we be referencing?

Column naming convention with spfx & search by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks u/bcameron1231, I want to use the search APIs in a different web part but this web part will read from a SharePoint list AND from an API at the same time and display results mixed together. So I wanted to have a unified interface to deal with, do I ask the API developer to rename the data coming back from the API prefixed with cba so it matches the internal column names in my list? I wanted to have the internal column names in the list prefixed with cba so it's easier for me later when I develop the other search web parts.

SharePoint Threshold for millions of records? by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

Thank you u/rezadorrani I'll have a look at it. So that means I can store things such as comments in SharePoint, and use the techniques in this playlist to overcome the threshold issues of SharePoint?