mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 21:15:55 +03:00
[PR #68] [MERGED] resize on connection+other improvements #74
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cs01/termpair/pull/68
Author: @cs01
Created: 7/23/2021
Status: ✅ Merged
Merged: 7/23/2021
Merged by: @cs01
Base:
master← Head:cs01/resize-on-connection📝 Commits (4)
fe3bbadresize on initial connectione77268dredo landing page38ce116make websocket subprotocol compatible with older clients5d301b0fix lint📊 Changes
14 files changed (+403 additions, -147 deletions)
View changed files
📝
.flake8(+1 -1)📝
CHANGELOG.md(+3 -0)📝
setup.py(+2 -2)➕
termpair/Terminal.py(+19 -0)➕
termpair/constants.py(+8 -0)📝
termpair/frontend_src/package.json(+3 -1)📝
termpair/frontend_src/src/App.tsx(+140 -39)➕
termpair/frontend_src/src/events.tsx(+15 -0)📝
termpair/frontend_src/src/index.css(+15 -0)📝
termpair/frontend_src/yarn.lock(+28 -1)📝
termpair/main.py(+4 -5)📝
termpair/server.py(+53 -53)➕
termpair/server_websocket_subprotocol_handlers.py(+26 -0)📝
termpair/share.py(+86 -45)📄 Description
CHANGELOG.mdSummary of changes
Test plan
Tested by running
closes #62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.