sp-dev-fx-webparts/samples/js-theme-manager
dependabot[bot] 11a36239e9
Bump thenify from 3.3.0 to 3.3.1 in /samples/js-theme-manager
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/thenables/thenify/releases)
- [Changelog](https://github.com/thenables/thenify/blob/master/History.md)
- [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: thenify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:50:39 +00:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
src Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
.editorconfig Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
.gitignore Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
.yo-rc.json Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
README.md Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
gulpfile.js Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
package-lock.json Bump thenify from 3.3.0 to 3.3.1 in /samples/js-theme-manager 2022-07-18 21:50:39 +00:00
package.json Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
tsconfig.json Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
tslint.json Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00

README.md

Modern Experience Theme Manager

Summary

This sample web part provides a user interface for creating, updating, deleting and applying a Modern Experience SharePoint theme in SharePoint Online.

The Theme Palette can be generated using the UI Fabric Theme Generator at: https://developer.microsoft.com/en-us/fabric#/styles/themegenerator

The following four features are available within this sample:

Create a theme:

Using a provided theme name and theme color palette a Modern Experience them is created and available at the tenant level. preview

Update a theme:

By selecting a pre-existing theme from the dropdown, the theme at the tenant level will be updated with the palette provided in the Theme Palette texbox. preview

Delete a theme:

By selecting a pre-existing theme from the dropdown, the theme will be deleted from the tenant level. preview

Apply a theme:

By providing a Site Collection URL, along with a theme name and palette, the theme will be applied to the Site Collection directly without being added to the tenant Company Theme options.
NOTE: This is a great option to provide theme management of a Site Collection without adding a theme to the "Company Themes" choices within the "Change the Look" options at the tenant level. The web part could be added to a Site Collection App Catalog to ensure availability of the web part is only available to those approved for theme management. preview

Compatibility

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
js-theme-manager (Upgrade) Hugo Bernier (@bernierh / Tahoe Ninjas)
js-theme-manager Beau Cameron (@Beau__Cameron / Blog)
js-theme-manager Beau Cameron (@Beau__Cameron / Blog)

Version history

Version Date Comments
1.0 February 27, 2019 Initial release
2.0 June 1, 2020 Upgraded to SPFx 1.10.0

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using the SharePoint Online REST API to manage Modern Experience Themes

Additional Information:

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.