mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 10:31:28 +03:00
filename msgbox.tis -> msgbox.js
This commit is contained in:
@@ -51,8 +51,6 @@ class ConnectStatus extends Element {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO** SearchBar SessionStyle sessionsStyle SessionList
|
||||
// TODO @{this.sessionList} {!app.hidden && <SessionList @{this.sessionList} style={sessionsStyle} sessions={sessions} />}
|
||||
class RecentSessions extends Element {
|
||||
sessionList;
|
||||
componentDidMount(){
|
||||
@@ -72,7 +70,7 @@ class RecentSessions extends Element {
|
||||
{!app.hidden && <SessionList id="SessionList" sessions={sessions} />}
|
||||
</div>);
|
||||
}
|
||||
// TODO TEST
|
||||
|
||||
filter(v) {
|
||||
this.sessionList.filter(v);
|
||||
}
|
||||
@@ -318,7 +316,6 @@ class App extends Element{
|
||||
|
||||
render() {
|
||||
let is_can_screen_recording = handler.xcall("is_can_screen_recording",false);
|
||||
// TODO ${} <ID @{this.remote_id} /> <RecentSessions @{this.recent_sessions} /> <ConnectStatus @{this.connect_status} />
|
||||
return(<div class="app">
|
||||
<popup>
|
||||
<menu class="context" id="edit-password-context">
|
||||
@@ -599,7 +596,6 @@ function watch_trust() {
|
||||
|
||||
class PasswordEyeArea extends Element {
|
||||
render() {
|
||||
// TODO @{} <input type="text" @{this.input} readonly value="******" />
|
||||
return (<div class="eye-area" style="width: *">
|
||||
<input type="text" readonly value="******" />
|
||||
{svg_eye}
|
||||
|
||||
Reference in New Issue
Block a user