[PR #64] [MERGED] use tailwind css and add some style changes #70

Closed
opened 2026-03-03 01:21:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/64
Author: @cs01
Created: 7/18/2021
Status: Merged
Merged: 7/18/2021
Merged by: @cs01

Base: masterHead: cs01/tailwind


📝 Commits (1)

  • fcfc8ce use tailwind css and add some style changes

📊 Changes

11 files changed (+3747 additions, -3187 deletions)

View changed files

termpair/frontend_src/craco.config.js (+8 -0)
📝 termpair/frontend_src/package.json (+11 -5)
📝 termpair/frontend_src/public/index.html (+1 -1)
termpair/frontend_src/src/App.css (+0 -132)
📝 termpair/frontend_src/src/App.tsx (+186 -75)
📝 termpair/frontend_src/src/encryption.tsx (+3 -0)
📝 termpair/frontend_src/src/index.css (+4 -10)
📝 termpair/frontend_src/src/index.tsx (+9 -1)
termpair/frontend_src/tailwind.config.js (+11 -0)
📝 termpair/frontend_src/tsconfig.json (+2 -1)
📝 termpair/frontend_src/yarn.lock (+3512 -2962)

📄 Description

Summary of changes

Use tailwind css and make some updates to frontend

  • replace LEDs with colored bar
  • update links at bottom of screen

Test plan

Tested by running

yarn build
nox -s serve
nox -s broadcase # in separate terminal

closes #58


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cs01/termpair/pull/64 **Author:** [@cs01](https://github.com/cs01) **Created:** 7/18/2021 **Status:** ✅ Merged **Merged:** 7/18/2021 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `cs01/tailwind` --- ### 📝 Commits (1) - [`fcfc8ce`](https://github.com/cs01/termpair/commit/fcfc8ce61e7050ca68ca7ac901c4b447d268e9d2) use tailwind css and add some style changes ### 📊 Changes **11 files changed** (+3747 additions, -3187 deletions) <details> <summary>View changed files</summary> ➕ `termpair/frontend_src/craco.config.js` (+8 -0) 📝 `termpair/frontend_src/package.json` (+11 -5) 📝 `termpair/frontend_src/public/index.html` (+1 -1) ➖ `termpair/frontend_src/src/App.css` (+0 -132) 📝 `termpair/frontend_src/src/App.tsx` (+186 -75) 📝 `termpair/frontend_src/src/encryption.tsx` (+3 -0) 📝 `termpair/frontend_src/src/index.css` (+4 -10) 📝 `termpair/frontend_src/src/index.tsx` (+9 -1) ➕ `termpair/frontend_src/tailwind.config.js` (+11 -0) 📝 `termpair/frontend_src/tsconfig.json` (+2 -1) 📝 `termpair/frontend_src/yarn.lock` (+3512 -2962) </details> ### 📄 Description <!-- add an 'x' in the brackets below --> ## Summary of changes Use tailwind css and make some updates to frontend * replace LEDs with colored bar * update links at bottom of screen ## Test plan <!-- provide evidence of testing, preferably with command(s) that can be copy+pasted by others --> Tested by running ``` yarn build nox -s serve nox -s broadcase # in separate terminal ``` closes #58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termpair#70
No description provided.