mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 21:15:55 +03:00
[PR #64] [MERGED] use tailwind css and add some style changes #70
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#70
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/64
Author: @cs01
Created: 7/18/2021
Status: ✅ Merged
Merged: 7/18/2021
Merged by: @cs01
Base:
master← Head:cs01/tailwind📝 Commits (1)
fcfc8ceuse 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
Test plan
Tested by running
closes #58
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.