Nano zoom fix #15

This commit is contained in:
LukeGus
2024-12-05 20:04:38 -06:00
parent 0ed7d7a083
commit 95573f7e37
3 changed files with 13 additions and 4 deletions

14
.idea/workspace.xml generated
View File

@@ -7,7 +7,7 @@
<list default="true" id="8497df64-d86b-4c98-ac58-c157d9d3fb1e" name="Changes" comment="Nano zoom fix #14"> <list default="true" id="8497df64-d86b-4c98-ac58-c157d9d3fb1e" name="Changes" comment="Nano zoom fix #14">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/backend/server.js" beforeDir="false" afterPath="$PROJECT_DIR$/backend/server.js" afterDir="false" /> <change beforePath="$PROJECT_DIR$/backend/server.js" beforeDir="false" afterPath="$PROJECT_DIR$/backend/server.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/frontend/src/App.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/frontend/src/App.jsx" afterDir="false" /> <change beforePath="$PROJECT_DIR$/info.txt" beforeDir="false" afterPath="$PROJECT_DIR$/info.txt" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -114,7 +114,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1733439468142</updated> <updated>1733439468142</updated>
<workItem from="1733439479708" duration="5489000" /> <workItem from="1733439479708" duration="5489000" />
<workItem from="1733448523969" duration="1738000" /> <workItem from="1733448523969" duration="2106000" />
</task> </task>
<task id="LOCAL-00001" summary="Nano zoom fix #11"> <task id="LOCAL-00001" summary="Nano zoom fix #11">
<option name="closed" value="true" /> <option name="closed" value="true" />
@@ -156,7 +156,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1733449760767</updated> <updated>1733449760767</updated>
</task> </task>
<option name="localTasksCounter" value="6" /> <task id="LOCAL-00006" summary="Nano zoom fix #14">
<option name="closed" value="true" />
<created>1733450304640</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1733450304640</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">

View File

@@ -50,7 +50,7 @@ wss.on('connection', (ws) => {
const dataString = data.toString(); const dataString = data.toString();
ws.send(dataString); ws.send(dataString);
if (dataString.includes('[Process completed]')) { // Replace with your actual completion detection if (exitCode === 0) {
stream.setWindow(termDimensions.rows, termDimensions.cols, termDimensions.height, termDimensions.width); stream.setWindow(termDimensions.rows, termDimensions.cols, termDimensions.height, termDimensions.width);
} }
}); });

View File

@@ -1,6 +1,7 @@
Currently: Currently:
Fix issue after nano where the input no longer goes down to the bottom. Fix issue after nano where the input no longer goes down to the bottom.
Fix issue where SSH randomly disconnects Fix issue where SSH randomly disconnects
ntfy notifcation after build push
Overall Features: Overall Features:
SSH/RDP(?)/VNC(?) SSH/RDP(?)/VNC(?)