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

# Proposal: mgt.dev should support theming ## Description mgt.dev should support theming to provide a coherent experience when samples are embedded into Microsoft Graph docs and Graph Explorer. Docs and...

feature-request

# Proposal: Add support for loading group images in person ## Description Add support for loading group images in the person component so that it can be used for showing...

help wanted
feature-request
Area: Graph
Area: Components
Component: person
Priority: 1

Re: #221 Calendar calls used by the agenda component should be cached. The events will need to be cached individually and diffed with the actual call from the graph when...

Component: agenda
Priority: 2
Area: Caching

Re: #221 Team and channel calls used by the Teams Picker component should be cached.

feature-request
Priority: 2
Area: Caching

## Description Add the following hooks to mgt-react: * `const [isSignedIn] = useIsSignedIn()` * `const [response, loading, error, load] = useGet(resource, deps, options)` where: * resource: string - the resource...

feature-request
Area: React

## Description Add `header` and `footer` templates to mgt-get so they can be used together with the `value` template. ## Rationale Together with #716, this will allow the developer to...

help wanted
good first issue
feature-request
Component: get

# Proposal: Add new template that's used when the user is not signed in ## Description To all components, add a new template that's used when the user is not...

feature-request

Parent: #720 ## Description Add ability for a developer to use the component name or type whenever scopes are needed. For example: ## Rationale Developer are required to know what...

feature-request
Area: Providers

**Describe the bug** As follow up from #954 also would like to recommend to have a loading when query is changed. Using the mgt-file-list control with dynamic queries there are...

feature-request
State: Proposed
Component: file-list

# Proposal: In all components raise an event after the component loaded its data ## Description After the component loaded its data, raise an event so that developers can manipulate...

feature-request
Needs: Discussion