From 0a4de40e342c782df97e3833cc392705f5359609 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 31 Mar 2023 13:26:38 -0700 Subject: [PATCH] add rtnstate --- src/main.tsx | 2 +- src/webshare-elems.tsx | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 88142657..d8fc4c48 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1327,7 +1327,7 @@ class InfoMsg extends React.Component<{}, {}> {
- screen is now shared at [link] + started sharing screen at [link]
diff --git a/src/webshare-elems.tsx b/src/webshare-elems.tsx index 5856e8be..c38152de 100644 --- a/src/webshare-elems.tsx +++ b/src/webshare-elems.tsx @@ -25,8 +25,6 @@ let foo = LinesView; // TODO reshare // TODO debounce some of the updates -// TODO image size -// TODO rtnstate function makeFullRemoteRef(ownerName : string, remoteRef : string, name : string) : string { if (isBlank(ownerName) && isBlank(name)) { @@ -387,6 +385,19 @@ class WebLineCmdView extends React.Component<{line : T.WebLine, cmd : T.WebCmd, + +
+ +
state unchanged
+
+
+ +
new state
+
+
{cmd.rtnstatestr}
+
+
+
); }