-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement ChatList #2997
Open
seekdavidlee
wants to merge
255
commits into
microsoftgraph:next/mgt-chat
Choose a base branch
from
plasne:next/mgt-chat
base: next/mgt-chat
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: implement ChatList #2997
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lee/chatlist-layout
…lee/chatlist-layout
…yout Init ChatListItem component
rename className for loadMore menu does not require icon
…mber Fix bug where chat members being added doesn't update title in ChatList
[BUGFIX] New chats created by a user should be READ for them.
[BUGFIX] Fixed issue whereby server connection established was overridden
@@ -0,0 +1 @@ | |||
(()=>{"use strict";var e={};e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),(()=>{var t;e.g.importScripts&&(t=e.g.location+"");var n=e.g.document;if(!t&&n&&(n.currentScript&&(t=n.currentScript.src),!t)){var a=n.getElementsByTagName("script");if(a.length)for(var i=a.length-1;i>-1&&!t;)t=a[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),e.p=t})();var t=[{"id":"78b11c7d-7ca8-47cb-a93c-d3beabb519a1","alias":"MgtSpfxLibrary","componentType":"Library","version":"3.0.1","manifestVersion":2,"loaderConfig":{"internalModuleBaseUrls":["https://localhost:4321/dist/"],"entryModuleId":"mgt-library","scriptResources":{"mgt-library":{"type":"path","path":"mgt-library_c60f15e144a88710925f.js"},"@microsoft/microsoft-graph-client":{"type":"component","id":"32b9363b-09ff-4959-929a-cab2663fb223","version":"3.0.2"}}}}];function n(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)").exec(window.location.search);return null===t?"":decodeURIComponent(t[1].replace(/\+/g," "))}var a={_metadata:undefined,getManifests:function(){var a=JSON.parse(JSON.stringify(t),function(e,t){if("paths"===e){var n=t,a={};for(var i in n.l)a[i]="".concat(n.p).concat(n.l[i]).concat(n.s);return a}return t}),i=""||e.p,r=n("market")||n("locale");r&&(r=r.toLowerCase()),i||console.error("Unable to determine ".concat("manifests.js"," file URL. Using default base URL. ")+'This is expected if you are running "gulp serve."');for(var o=0,s=a;o<s.length;o++){var c=s[o].loaderConfig;if(i&&(c.internalModuleBaseUrls&&0!==c.internalModuleBaseUrls.length||(c.internalModuleBaseUrls=[i])),r)for(var d=c.scriptResources,l=0,u=Object.keys(d);l<u.length;l++){var f=d[u[l]];if("localizedPath"===f.type){var p=f,m=p.paths;if(m)for(var _=0,h=Object.keys(m);_<h.length;_++){var b=h[_];if(b.toLowerCase()===r){p.defaultPath=m[b],delete p.paths;break}}}}}return a}};self.debugManifests=a,define([],function(){return a})})(); |
Check failure
Code scanning / CodeQL
Incomplete string escaping or encoding High
This replaces only the first occurrence of /[]]/.
@@ -0,0 +1 @@ | |||
(()=>{"use strict";var e={};e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),(()=>{var t;e.g.importScripts&&(t=e.g.location+"");var n=e.g.document;if(!t&&n&&(n.currentScript&&(t=n.currentScript.src),!t)){var a=n.getElementsByTagName("script");if(a.length)for(var i=a.length-1;i>-1&&!t;)t=a[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),e.p=t})();var t=[{"id":"78b11c7d-7ca8-47cb-a93c-d3beabb519a1","alias":"MgtSpfxLibrary","componentType":"Library","version":"3.0.1","manifestVersion":2,"loaderConfig":{"internalModuleBaseUrls":["https://localhost:4321/dist/"],"entryModuleId":"mgt-library","scriptResources":{"mgt-library":{"type":"path","path":"mgt-library_c60f15e144a88710925f.js"},"@microsoft/microsoft-graph-client":{"type":"component","id":"32b9363b-09ff-4959-929a-cab2663fb223","version":"3.0.2"}}}}];function n(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)").exec(window.location.search);return null===t?"":decodeURIComponent(t[1].replace(/\+/g," "))}var a={_metadata:undefined,getManifests:function(){var a=JSON.parse(JSON.stringify(t),function(e,t){if("paths"===e){var n=t,a={};for(var i in n.l)a[i]="".concat(n.p).concat(n.l[i]).concat(n.s);return a}return t}),i=""||e.p,r=n("market")||n("locale");r&&(r=r.toLowerCase()),i||console.error("Unable to determine ".concat("manifests.js"," file URL. Using default base URL. ")+'This is expected if you are running "gulp serve."');for(var o=0,s=a;o<s.length;o++){var c=s[o].loaderConfig;if(i&&(c.internalModuleBaseUrls&&0!==c.internalModuleBaseUrls.length||(c.internalModuleBaseUrls=[i])),r)for(var d=c.scriptResources,l=0,u=Object.keys(d);l<u.length;l++){var f=d[u[l]];if("localizedPath"===f.type){var p=f,m=p.paths;if(m)for(var _=0,h=Object.keys(m);_<h.length;_++){var b=h[_];if(b.toLowerCase()===r){p.defaultPath=m[b],delete p.paths;break}}}}}return a}};self.debugManifests=a,define([],function(){return a})})(); |
Check failure
Code scanning / CodeQL
Incomplete string escaping or encoding High
This replaces only the first occurrence of /[[]/.
fixed a couple of bugs
…raph-toolkit into pelasne/upstream-changes-march-6
Fix refresh issues with ChatList selection
Pelasne/upstream changes march 6
Fix graph notifications for PlexChat
[BUGFIX] Getting presence on login no longer causes sign-out
Vinay/mgt proxy support: Added support for the MGT web proxy
…and a call to mgt-proxy returns 401.
[VS]: Updated the proxy renewal code to support renewal cache.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Description of the changes
Added a ChatList component that contains the following subcomponents:
Subscription details:
PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information