sp-dev-fx-webparts/samples/react-feedback-sidebar
dependabot[bot] 1b7cc1f0f2
Bump webpack-dev-middleware and @microsoft/sp-build-web
Removes [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). It's no longer used after updating ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Removes `webpack-dev-middleware`

Updates `@microsoft/sp-build-web` from 1.15.2 to 1.20.1

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 20:24:42 +00:00
..
assets Updated sample.json 2023-02-03 22:46:09 -05:00
config first commit 2022-09-14 13:38:14 +02:00
src fix pnp sp init 2023-01-30 13:13:53 +01:00
teams first commit 2022-09-14 13:38:14 +02:00
.gitignore first commit 2022-09-14 13:38:14 +02:00
.npmignore first commit 2022-09-14 13:38:14 +02:00
.yo-rc.json first commit 2022-09-14 13:38:14 +02:00
LICENSE first commit 2022-09-14 13:38:14 +02:00
README.md Updated telemetry link 2023-03-12 21:16:15 -04:00
gulpfile.js first commit 2022-09-14 13:38:14 +02:00
package-lock.json Bump webpack-dev-middleware and @microsoft/sp-build-web 2024-03-22 20:24:42 +00:00
package.json Bump webpack-dev-middleware and @microsoft/sp-build-web 2024-03-22 20:24:42 +00:00
tsconfig.json first commit 2022-09-14 13:38:14 +02:00

README.md

Feedback Sidebar Web Part

Summary

This web part displays a sidebar that allows users to provide feedback on various sections of your site. The sections displayed in the sidebar are dynamically generated based on the web parts configured on the site page. Place this web part on top of your page in order to show the Feedback button.

Feedback Sidebar Web Part Feedback Sidebar Web Part

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.15.0 Node.js v16 Node.js v16 | v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Prerequisites

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-feedback-sidebar, located under samples)
  • create the package:
    • npm i
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add the app package to Site Collection App Catalog and install the App
  • Add the web part to a page

Contributors

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.