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: add quick messaging to fluent person-card (#1958)
* update: add quick message field to person-card overview
* update: use Chat graph entity to create chat and send chat message
* update: add chat permissions and mgt-person-card to developer test page
* update: remove overview section double line
* Update packages/mgt-components/src/components/mgt-person-card/mgt-person-card.graph.ts
Co-authored-by: Musale Martin <[email protected]>
* Update packages/mgt-components/src/components/mgt-person-card/mgt-person-card.scss
Co-authored-by: Musale Martin <[email protected]>
* Update packages/mgt-components/src/components/mgt-person-card/mgt-person-card.ts
* update: update box placeholder, fix build
* update: break down sections into own components
* update: break down sections into own components-edit index
* update: fix build
* update: fix clear chatbox on sent message
* update: uncomment base section styles
* update: pull in latest changes from next/fluentui, fix file section styling
* refactor: change CSS props for smoother RTL
* fix: set the license text on the files
* fix: use set-var to set the correct theme colors of border-top
* fix: add new shared variables and update existing ones
* fix: add theme file for profile component
- set and document new custom CSS token
* fix: add a them file for the organization component
- set the --person-card-active-org-member-color for the person-card
* fix: add a theme file for the contact component
- set the custom CSS tokens for person card as theme values
* fix: add title for the person card file component
* fix: add a theme for person with correct tokens
- add a new token for the line 1 color customization
- refactor CSS properties to work in theme modes
* fix: remove unused CSS tokens, add new CSS tokens
- refactor CSS to use theme variables
* fix: use latest yarn file
* update: fix File section title
* remove Base Card Section for file-list
* fix file-list overview section
* Update: Add confirmation icon
Change chat input background color
Disable send icon while sending
* fix keyboard enter
* Update packages/mgt-components/src/components/mgt-person-card/mgt-person-card.ts
Co-authored-by: Gavin Barron <[email protected]>
* Update packages/mgt-components/src/components/mgt-person-card/mgt-person-card.ts
Co-authored-by: Gavin Barron <[email protected]>
* update: replace send message with fluent-button
* update: remove fluent-button disabled styles
* improving message send button disable flow
* fixing indents in html blocks
---------
Co-authored-by: Musale Martin <[email protected]>
Co-authored-by: Gavin Barron <[email protected]>
0 commit comments