You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: upgrade SPFx to 1.21.1 version & implement dynamic UI elements site theme colors
- Bump version from 1.2.0 to 1.2.1 in package.json
- Update Node.js engine requirement to >=22.14.0
- Migrate to Fluent UI v9 theming in FeedbackApplicationCustomizer and FeedbackCustomizer components
- Implement theme change handling in FeedbackApplicationCustomizer
- Adjust styles in FeedbackCustomizer to utilize theme properties
Copy file name to clipboardExpand all lines: samples/react-application-customizer-feedback-widget/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
## Summary
4
4
5
-
An SPFx Application Customizer Extension placed in the bottom placeholder which allows users to input their feedbacks without scrolling down to the end of the page.
5
+
An SPFx Application Customizer Extension added to the bottom placeholder that lets users submit comments and ratings, which are then stored in a SharePoint list. Additionally, it gives admins the flexibility to position the widget on either the bottom-left or bottom-right corner of the screen.
6
6
7
+

7
8

8
9

9
10

@@ -19,16 +20,16 @@ An SPFx Application Customizer Extension placed in the bottom placeholder which
19
20
20
21
This sample is optimally compatible with the following environment configuration:

25
26

26
27
-Incompatible-red.svg"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
27
28

0 commit comments