microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Authentication Providers and UI components for Microsoft Graph 🦒

Results 304 microsoft-graph-toolkit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The hover text for the presence on the Person component is not having space between words. **To Reproduce** 1. Go to https://mgt.dev 2. Click on mgt-person >...

bug
Component: person

Closes #1626 ### PR Type Feature : Updates File list to latest fluent [design](https://www.figma.com/file/tVj3DubCqeip6mhw14Up0j/Microsoft-Graph-Toolkit?node-id=8059%3A151265) ### Description of the changes ### PR checklist - [x] Project builds (`yarn build`) and changes...

Build: Storybook

Closes #1202 ### PR Type - Feature ### Description of the changes Updates the teams channel picker component to the new fluent UI designs. Designs can be found [here](https://www.figma.com/file/tVj3DubCqeip6mhw14Up0j/Microsoft-Graph-Toolkit?node-id=7807%3A136234) ###...

Build: Storybook

**Describe the bug** CI builds targeted to be merged into `next/fluentui` are failing because the CI only allows building on v12.x of node, and nested dependency [email protected] requires a node...

bug
Area: Build System
Needs: Triage :mag:
State: Completed

# Proposal: PeoplePicker userid not equals filter ## Description I would like to exclude certain users from a search query by user id. ## Rationale Currently it is not possible...

good first issue
feature-request

We have been localizing the [person card](https://docs.microsoft.com/en-us/graph/toolkit/customize-components/localization). I didn't find translation support for the contact detail information though. I checked the [code](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/main/packages/mgt-components/src/components/mgt-person-card/sections/mgt-person-card-contact/mgt-person-card-contact.ts) and realized those string are hard-coded. Could you...

Needs: Triage :mag:

For the "selectionChanged" event on PeoplePicker component and others such as TeamsChannelPicker, the Typescript typing for the event property is not specified past the global React "Event" type. Could somebody...

feature-request

This is a work in progress and open for discussion # Proposal: Styling a MGT component should allow more flexibility than just CSS variables ## Description Styling is a big...

feature-request
Area: Investigation

**Describe the bug** This is not 100% reproducible because machines with 16 GB of RAM or less tend to reload the page on return. But, for those systems with more...

bug
Components: mgt-chat

Closes #2947 Closes #3060 Closes #3068 ### PR Type - Bugfix - Feature ### Description of the changes sets up a React Context + Provider model for getting Bot based...