-
Notifications
You must be signed in to change notification settings - Fork 174
perf: update to angular 19, remove materia, using ant design #1315
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
Conversation
… pr@dev@web_terminal
@@ -68,7 +69,7 @@ | |||
return; | |||
} | |||
|
|||
iframeWindow.postMessage({ name: 'CREATE_FILE_CONNECT_TOKEN', SFTP_Token: newConnectToken.id }, '*'); | |||
iframeWindow.postMessage({name: 'CREATE_FILE_CONNECT_TOKEN', SFTP_Token: newConnectToken.id}, '*'); |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
@@ -49,7 +44,7 @@ | |||
private handleK8sIframeEvent() { | |||
this.ping = setInterval(() => { | |||
this._logger.info(`[Luna] Send K8s PING to: ${this.id}`); | |||
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*'); | |||
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*'); |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
@@ -60,7 +55,7 @@ | |||
clearInterval(this.ping); | |||
break; | |||
case 'PING': | |||
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*'); | |||
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*'); |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
@@ -38,7 +40,7 @@ | |||
|
|||
handleK8sIframeEvent() { | |||
this.ping = setInterval(() => { | |||
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*'); | |||
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*'); |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
@@ -49,7 +51,7 @@ | |||
clearInterval(this.ping); | |||
break; | |||
case 'PING': | |||
this.iframeRef.nativeElement.contentWindow.postMessage({ name: 'PING', id: this.id }, '*'); | |||
this.iframeRef.nativeElement.contentWindow.postMessage({name: 'PING', id: this.id}, '*'); |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
… into pr@dev@perf_web_terminal
} | ||
|
||
handleIframeEvent() { | ||
// @ts-ignore | ||
this.ping = setInterval(() => { | ||
this._logger.info(`[Luna] Send PING to: ${this.id}`); | ||
this.iframeWindow.postMessage({name: 'PING', id: this.id, protocol: this.view.protocol}, '*'); | ||
this.iframeWindow.postMessage( |
Check failure
Code scanning / SonarCloud
Origins should be verified during cross-origin communications High
perf: modify sftp url
… into pr@dev@perf_web_terminal
|
perf: run it
perf: 跑起来了
stash it
perf: comdn send
perf: 修改结构
perf: change some js import
perf: start to merge dev
perf: update done first