Rename app
|
@ -1,73 +0,0 @@
|
|||
# react-associated-hub-links
|
||||
|
||||
## Summary
|
||||
|
||||
Short summary on functionality and used technologies.
|
||||
|
||||
[picture of the solution in action, if possible]
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
|
||||
![version](https://img.shields.io/badge/version-1.13-green.svg)
|
||||
|
||||
## Applies to
|
||||
|
||||
- [SharePoint Framework](https://aka.ms/spfx)
|
||||
- [Microsoft 365 tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
||||
|
||||
> Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
> Any special pre-requisites?
|
||||
|
||||
## Solution
|
||||
|
||||
| Solution | Author(s) |
|
||||
| ----------- | ------------------------------------------------------- |
|
||||
| folder name | Author details (name, company, twitter alias with link) |
|
||||
|
||||
## Version history
|
||||
|
||||
| Version | Date | Comments |
|
||||
| ------- | ---------------- | --------------- |
|
||||
| 1.1 | March 10, 2021 | Update comment |
|
||||
| 1.0 | January 29, 2021 | Initial release |
|
||||
|
||||
## 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.**
|
||||
|
||||
---
|
||||
|
||||
## Minimal Path to Awesome
|
||||
|
||||
- Clone this repository
|
||||
- Ensure that you are at the solution folder
|
||||
- in the command-line run:
|
||||
- **npm install**
|
||||
- **gulp serve**
|
||||
|
||||
> Include any additional steps as needed.
|
||||
|
||||
## Features
|
||||
|
||||
Description of the extension that expands upon high-level summary above.
|
||||
|
||||
This extension illustrates the following concepts:
|
||||
|
||||
- topic 1
|
||||
- topic 2
|
||||
- topic 3
|
||||
|
||||
> Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.
|
||||
|
||||
> Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.
|
||||
|
||||
## References
|
||||
|
||||
- [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
||||
- [Building for Microsoft teams](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview)
|
||||
- [Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis)
|
||||
- [Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview)
|
||||
- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
||||
"version": "2.0",
|
||||
"bundles": {
|
||||
"react-associated-hub-links-web-part": {
|
||||
"components": [
|
||||
{
|
||||
"entrypoint": "./lib/webparts/reactAssociatedHubLinks/ReactAssociatedHubLinksWebPart.js",
|
||||
"manifest": "./src/webparts/reactAssociatedHubLinks/ReactAssociatedHubLinksWebPart.manifest.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"externals": {},
|
||||
"localizedResources": {
|
||||
"ReactAssociatedHubLinksWebPartStrings": "lib/webparts/reactAssociatedHubLinks/loc/{locale}.js"
|
||||
}
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"plusBeta": false,
|
||||
"isCreatingSolution": true,
|
||||
"version": "1.15.2",
|
||||
"libraryName": "react-associated-hub-links",
|
||||
"libraryName": "react-associated-sites-links",
|
||||
"libraryId": "068997ff-c8bd-435c-9722-504f6877f319",
|
||||
"environment": "spo",
|
||||
"packageManager": "npm",
|
||||
"solutionName": "react-associated-hub-links",
|
||||
"solutionShortDescription": "react-associated-hub-links description",
|
||||
"solutionName": "react-associated-sites-links",
|
||||
"solutionShortDescription": "react-associated-sites-links description",
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false,
|
||||
"componentType": "webpart"
|
|
@ -0,0 +1,95 @@
|
|||
# Associated Sites Links
|
||||
|
||||
## Summary
|
||||
|
||||
Web part that will display links to all associated sites that registered to the current site.
|
||||
Current site should be a hub site.
|
||||
|
||||
For instance, below is the result when there are 5 sites (React Zod, SPFx Samples, Tailwind, News Tracker, ListForm) registered to the current site:
|
||||
![Web part](assets/result.png)
|
||||
|
||||
## Compatibility
|
||||
|
||||
![SPFx 1.15.2](https://img.shields.io/badge/SPFx-1.15.2-green.svg)
|
||||
![Node.js v14 | v16](https://img.shields.io/badge/Node.js-v14%20%7C%20v16-green.svg)
|
||||
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
|
||||
![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above")
|
||||
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
|
||||
|
||||
## Applies to
|
||||
|
||||
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
||||
* [Microsoft 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
|
||||
|
||||
> Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram)
|
||||
|
||||
## Solution
|
||||
<!--
|
||||
We use this section to recognize and promote your contributions. Please provide one author per line -- even if you worked together on it.
|
||||
|
||||
We'll only use the info you provided here. Make sure to include your full name, not just your GitHub username.
|
||||
|
||||
Provide a link to your GitHub profile to help others find more cool things you have done.
|
||||
|
||||
If you provide a link to your Twitter profile, we'll promote your contribution on social media.
|
||||
-->
|
||||
|
||||
Solution|Author(s)
|
||||
--------|---------
|
||||
react-associated-sites-links | [Ari Gunawan](https://github.com/AriGunawan) ([@AriGunawan3023](https://twitter.com/AriGunawan3023))
|
||||
|
||||
## Version history
|
||||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0|October 16, 2022|Initial version
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Setup current site as a Hub Site.
|
||||
- Register some sites to be associated sites of the Hub Site.
|
||||
|
||||
## Minimal path to awesome
|
||||
|
||||
* Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-associated-sites-links) then unzip it)
|
||||
* From your command line, change your current directory to the directory containing this sample (`react-associated-sites-links`, located under `samples`)
|
||||
* in the command line run:
|
||||
* `npm install`
|
||||
* `gulp serve`
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- Display associated sites as button links
|
||||
|
||||
<!--
|
||||
RESERVED FOR REPO MAINTAINERS
|
||||
|
||||
We'll add the video from the community call recording here
|
||||
|
||||
## Video
|
||||
|
||||
[![YouTube video title](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=XXXXX "YouTube video title")
|
||||
-->
|
||||
|
||||
## 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](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
|
||||
|
||||
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A%22sample%3A%20react-associated-sites-links%22) to see if anybody else is having the same issues.
|
||||
|
||||
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-associated-sites-links) and see what the community is saying.
|
||||
|
||||
If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-associated-sites-links&template=bug-report.yml&sample=react-associated-sites-links&authors=@AriGunawan&title=react-associated-sites-links%20-%20).
|
||||
|
||||
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-associated-sites-links&template=question.yml&sample=react-associated-sites-links&authors=@AriGunawan&title=react-associated-sites-links%20-%20).
|
||||
|
||||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-associated-sites-links&template=suggestion.yml&sample=react-associated-sites-links&authors=@AriGunawan&title=react-associated-sites-links%20-%20).
|
||||
|
||||
## 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.**
|
||||
|
||||
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/react-associated-sites-links" />
|
After Width: | Height: | Size: 86 KiB |
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
||||
"version": "2.0",
|
||||
"bundles": {
|
||||
"react-associated-sites-links-web-part": {
|
||||
"components": [
|
||||
{
|
||||
"entrypoint": "./lib/webparts/reactAssociatedSitesLinks/ReactAssociatedSitesLinksWebPart.js",
|
||||
"manifest": "./src/webparts/reactAssociatedSitesLinks/ReactAssociatedSitesLinksWebPart.manifest.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"externals": {},
|
||||
"localizedResources": {
|
||||
"ReactAssociatedSitesLinksWebPartStrings": "lib/webparts/reactAssociatedSitesLinks/loc/{locale}.js"
|
||||
}
|
||||
}
|
|
@ -2,6 +2,6 @@
|
|||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
||||
"workingDir": "./release/assets/",
|
||||
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
||||
"container": "react-associated-hub-links",
|
||||
"container": "react-associated-sites-links",
|
||||
"accessKey": "<!-- ACCESS KEY -->"
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||||
"solution": {
|
||||
"name": "React Association Hub Links",
|
||||
"name": "React Association Sites Links",
|
||||
"id": "068997ff-c8bd-435c-9722-504f6877f319",
|
||||
"version": "1.0.0.0",
|
||||
"includeClientSideAssets": true,
|
||||
|
@ -16,10 +16,10 @@
|
|||
},
|
||||
"metadata": {
|
||||
"shortDescription": {
|
||||
"default": "react-associated-hub-links description"
|
||||
"default": "react-associated-sites-links description"
|
||||
},
|
||||
"longDescription": {
|
||||
"default": "react-associated-hub-links description"
|
||||
"default": "react-associated-sites-links description"
|
||||
},
|
||||
"screenshotPaths": [],
|
||||
"videoUrl": "",
|
||||
|
@ -27,14 +27,14 @@
|
|||
},
|
||||
"features": [
|
||||
{
|
||||
"title": "react-associated-hub-links Feature",
|
||||
"description": "The feature that activates elements of the react-associated-hub-links solution.",
|
||||
"title": "react-associated-sites-links Feature",
|
||||
"description": "The feature that activates elements of the react-associated-sites-links solution.",
|
||||
"id": "67a33029-caa7-4664-bd6b-db68310d79c7",
|
||||
"version": "1.0.0.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"paths": {
|
||||
"zippedPackage": "solution/React Association Hub Links.sppkg"
|
||||
"zippedPackage": "solution/React Association Sites Links.sppkg"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "react-associated-hub-links",
|
||||
"name": "react-associated-sites-links",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
|
||||
"id": "a8d7261e-2636-4378-b67c-6199242e49c5",
|
||||
"alias": "ReactAssociatedHubLinksWebPart",
|
||||
"alias": "ReactAssociatedSitesLinksWebPart",
|
||||
"componentType": "WebPart",
|
||||
|
||||
// The "*" signifies that the version should be taken from the package.json
|
||||
|
@ -24,7 +24,7 @@
|
|||
{
|
||||
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Advanced
|
||||
"group": { "default": "Advanced" },
|
||||
"title": { "default": "React Associated Hub Links" },
|
||||
"title": { "default": "React Associated Sites Links" },
|
||||
"description": { "default": "" },
|
||||
"officeFabricIconFontName": "Link",
|
||||
"properties": {}
|
|
@ -12,20 +12,20 @@ import { BaseClientSideWebPart } from "@microsoft/sp-webpart-base";
|
|||
import { SPFI, spfi, SPFx } from "@pnp/sp";
|
||||
|
||||
import {
|
||||
IReactAssociatedHubLinksProps,
|
||||
ReactAssociatedHubLinks,
|
||||
} from "./components/ReactAssociatedHubLinks";
|
||||
IReactAssociatedSitesLinksProps,
|
||||
ReactAssociatedSitesLinks,
|
||||
} from "./components/ReactAssociatedSitesLinks";
|
||||
|
||||
export interface IReactAssociatedHubLinksWebPartProps {
|
||||
export interface IReactAssociatedSitesLinksWebPartProps {
|
||||
description: string;
|
||||
}
|
||||
|
||||
export default class ReactAssociatedHubLinksWebPart extends BaseClientSideWebPart<IReactAssociatedHubLinksWebPartProps> {
|
||||
export default class ReactAssociatedSitesLinksWebPart extends BaseClientSideWebPart<IReactAssociatedSitesLinksWebPartProps> {
|
||||
private _sp: SPFI;
|
||||
|
||||
public async render(): Promise<void> {
|
||||
const element: React.ReactElement<IReactAssociatedHubLinksProps> =
|
||||
React.createElement(ReactAssociatedHubLinks, {
|
||||
const element: React.ReactElement<IReactAssociatedSitesLinksProps> =
|
||||
React.createElement(ReactAssociatedSitesLinks, {
|
||||
sp: this._sp,
|
||||
});
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -10,12 +10,12 @@ import { useEffect, useState } from "react";
|
|||
|
||||
import { ILink } from "../utils/ILink";
|
||||
|
||||
interface IReactAssociatedHubLinksProps {
|
||||
interface IReactAssociatedSitesLinksProps {
|
||||
sp: SPFI;
|
||||
}
|
||||
|
||||
const ReactAssociatedHubLinks = (
|
||||
props: IReactAssociatedHubLinksProps
|
||||
const ReactAssociatedSitesLinks = (
|
||||
props: IReactAssociatedSitesLinksProps
|
||||
): JSX.Element => {
|
||||
const shimmerElements = [
|
||||
{ type: ShimmerElementType.line, width: 255.67, height: 66 },
|
||||
|
@ -84,4 +84,4 @@ const ReactAssociatedHubLinks = (
|
|||
);
|
||||
};
|
||||
|
||||
export { IReactAssociatedHubLinksProps, ReactAssociatedHubLinks };
|
||||
export { IReactAssociatedSitesLinksProps, ReactAssociatedSitesLinks };
|
|
@ -1,4 +1,4 @@
|
|||
declare interface IReactAssociatedHubLinksWebPartStrings {
|
||||
declare interface IReactAssociatedSitesLinksWebPartStrings {
|
||||
PropertyPaneDescription: string;
|
||||
BasicGroupName: string;
|
||||
DescriptionFieldLabel: string;
|
||||
|
@ -8,7 +8,7 @@ declare interface IReactAssociatedHubLinksWebPartStrings {
|
|||
AppTeamsTabEnvironment: string;
|
||||
}
|
||||
|
||||
declare module 'ReactAssociatedHubLinksWebPartStrings' {
|
||||
const strings: IReactAssociatedHubLinksWebPartStrings;
|
||||
declare module 'ReactAssociatedSitesLinksWebPartStrings' {
|
||||
const strings: IReactAssociatedSitesLinksWebPartStrings;
|
||||
export = strings;
|
||||
}
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 542 B |