Gavin Barron

Results 176 comments of Gavin Barron

Thanks for the feed back @HarminderSethi. The color is coming from the fluentui web components theme that is used by the components. The content in the flyout is at a...

Change JS in story to : ```JavaScript const modal = document.getElementById("modal") const closeModal = document.getElementById("close-modal") const modalContent = document.getElementById("modal-content") const modalPicker = document.getElementById("modal-picker") modal.addEventListener('click', () => { modalContent.style.display = "flex"...

The two components should use the same logic for render the chat title.

Thanks for the feedback @dougroutledge By default, if there is cached data that has not reached its expiry time this is used instead of going over the wire. I think...

@SLdragon This looks to be an issue in the TeamsFxProvider

Thanks for reporting this issue in such a through manner @tgaarde, bug reports like this are gold. The offending code segment is in the `findGroupMembers` function in `graph.user.ts` Is this...

What version of the mgt libraries are you trying to upgrade to, and do you have a minimal reproduction you can share?

@sebastienlevert do you have any feedback on this?

The escape key press while the delete button is focused is causing the delete button to be clicked. This also happens for a tab key press.

Vite does weird things with bundling in dev mode, and in fact just doesn't work when the ACS ui library components are imported, so that's really fun. So, I'd make...