mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 13:05:52 +03:00
[PR #75] [MERGED] refactor frontend, remove effect, clean up logic #80
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#80
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/75
Author: @cs01
Created: 8/8/2021
Status: ✅ Merged
Merged: 8/8/2021
Merged by: @cs01
Base:
master← Head:cs01/refactor-frontend📝 Commits (3)
47d2497break App.tsx into smaller files4686532more refactoring5fd356freplace effects with functions📊 Changes
12 files changed (+1311 additions, -1360 deletions)
View changed files
📝
termpair/frontend_src/src/App.tsx(+202 -1002)➕
termpair/frontend_src/src/BottomBar.tsx(+69 -0)➕
termpair/frontend_src/src/CopyCommand.tsx(+34 -0)➕
termpair/frontend_src/src/ErrorBoundary.tsx(+29 -0)➕
termpair/frontend_src/src/LandingPageContent.tsx(+254 -0)➕
termpair/frontend_src/src/TopBar.tsx(+33 -0)📝
termpair/frontend_src/src/constants.ts(+32 -1)➕
termpair/frontend_src/src/types.tsx(+29 -0)➕
termpair/frontend_src/src/utils.tsx(+9 -0)➕
termpair/frontend_src/src/websocketMessageHandler.tsx(+148 -0)➕
termpair/frontend_src/src/xtermUtils.tsx(+106 -0)📝
termpair/frontend_src/yarn.lock(+366 -357)📄 Description
Summary of changes
yarn upgradeTest plan
Tested by running
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.