sp-dev-fx-webparts/samples/js-public-unjoined-teams
dependabot[bot] c749ed31d8
Bump follow-redirects in /samples/js-public-unjoined-teams
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 10:22:59 +00:00
..
.devcontainer Added 1.7.x containers 2022-02-16 01:12:30 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
src Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
teams Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.editorconfig Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.gitignore Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.yo-rc.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
README.md Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
package-lock.json Bump follow-redirects in /samples/js-public-unjoined-teams 2024-01-10 10:22:59 +00:00
package.json Bump engine.io, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-01 02:40:55 -05:00
tsconfig.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
tslint.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00

README.md

Public teams I'm not a member of

Summary

This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. This web part can also be added to Teams as a tab (built with the 1.7.1 plusbeta/preview version).

picture of the web part in action

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

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

Applies to

Prerequisites

To be able to pin this web part as a Teams tab, your tenant currently needs to be in the targeted release mode. If your tenant is not in targeted release, you can still use the web part in SharePoint as usual.

Contributors

Version history

Version Date Comments
1.0 February 5, 2019 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp bundle --ship
    • gulp package solution --ship
  • Deploy the solution package under \sharepoint\solution to the SharePoint app catalog
  • Approve the required Microsoft Graph permissions in the SharePoint admin center (Preview, API management)

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

Features

This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. The Teams client does not present this kind of a complete list by default, so the web part is particularly handy to all end users who might not even be aware of all the public teams that are available. This web part can also be added to Teams as a tab. The web part colors are based on the site color theme.

Help

We do not support samples, but 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.