mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 13:05:52 +03:00
[PR #89] [MERGED] show error on on lading page for insecure contexts #91
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#91
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/89
Author: @cs01
Created: 8/31/2021
Status: ✅ Merged
Merged: 8/31/2021
Merged by: @cs01
Base:
master← Head:cs01/show-error-on-insecure-context📝 Commits (1)
9ae2b40show error on on lading page for insecure contexts📊 Changes
7 files changed (+113 additions, -61 deletions)
View changed files
➕
.vscode/extensions.json(+3 -0)📝
.vscode/settings.json(+4 -0)📝
CHANGELOG.md(+52 -43)📝
termpair/constants.py(+1 -1)📝
termpair/frontend_src/src/App.tsx(+12 -5)📝
termpair/frontend_src/src/LandingPageContent.tsx(+29 -11)📝
termpair/frontend_src/src/constants.tsx(+12 -1)📄 Description
CHANGELOG.mdSummary of changes
Test plan
Tested by showing error unconditionally and running
to confirm red box shows up in UI.
I also built and shared to make sure the logic worked right
This is what it looks like

The changelog got autoformatted by VS Code but it should still render the same output.
fixes #88
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.