Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 3.41 KB

File metadata and controls

79 lines (48 loc) · 3.41 KB

Logo

SPFX Viva Connectons Extensions

Summary

This Sharepoint Framework (SPFX) Extension provides enhanced functionality for your SharePoint Home Site portal hosted in Viva Connections.

Screenshot 1: The extension in Viva Connections

Screenshot 2: Search in Viva Connections

Features

Dedicated Search Box

Customer feedback indicated that the default search experience in Viva Connections was confusing to end users (e.g. they must wait for a delay before being able to choose to search in SharePoint).

This extension provides a dedicated search box on every page in the Home Site when rendered in Viva Connections. It only appears within Viva Connections - it will not show up in the desktop browser! 😎

Home Button on Every Page

Navigating certain pages in Viva Connections can be tricky... this extension places a Home Button on each page so that users can get back to the start quickly and easily. The Home Button only appears within Viva Connections - it will not show up in the desktop browser! 😎

Known Issues

  • Search suggestions not implemented - yet! 😎
  • Does not appear on external pages (i.e. pages NOT stored in SharePoint). 😞

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Any special pre-requisites?

Solution

Solution Author(s)
folder name Author details (name, company, twitter alias with link)

Version history

Version Date Comments
0.6.11 January 25, 2023 Minor bug fixes.
0.6.9 January 24, 2023 Search term now sticky in search box across page visits.
0.6.7 August 27, 2022 Release candidate 1.

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

References