diff --git a/.github/ISSUE_TEMPLATE/1-Bug_report.md b/.github/ISSUE_TEMPLATE/1-Bug_report.md index 1638c39..119098d 100644 --- a/.github/ISSUE_TEMPLATE/1-Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-Bug_report.md @@ -51,17 +51,7 @@ labels: 'bug' -- Node version : -- electron-react-boilerplate version or branch : -- Operating System and version : -- Link to your project : - - +- Node version: +- PlainBelt version or branch: +- Operating System and version: +- Link to your project: diff --git a/.github/ISSUE_TEMPLATE/2-Question.md b/.github/ISSUE_TEMPLATE/2-Question.md index 27d4d5d..5642747 100644 --- a/.github/ISSUE_TEMPLATE/2-Question.md +++ b/.github/ISSUE_TEMPLATE/2-Question.md @@ -7,13 +7,3 @@ labels: 'question' ## Summary - - diff --git a/.github/ISSUE_TEMPLATE/3-Feature_request.md b/.github/ISSUE_TEMPLATE/3-Feature_request.md index 84663b6..5aabb50 100644 --- a/.github/ISSUE_TEMPLATE/3-Feature_request.md +++ b/.github/ISSUE_TEMPLATE/3-Feature_request.md @@ -1,15 +1,5 @@ --- name: Feature request -about: You want something added to the boilerplate. 🎉 +about: You want something added to PlainBelt. 🎉 labels: 'enhancement' --- - - diff --git a/README.md b/README.md index 272acb4..430d60c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ ## Features - [x] Multiple plain text tools +- [x] Tray icon - [ ] Clipboard auto detection -- [ ] Tray icon for quick action +- [ ] Global hotkey ## Tools list diff --git a/src/App.global.css b/src/App.global.css index 3bafa40..74e0fe2 100644 --- a/src/App.global.css +++ b/src/App.global.css @@ -8,10 +8,10 @@ } input { - @apply rounded focus:ring-blue-500 focus:outline-none focus:ring-2; + @apply rounded focus:ring-blue-500 focus:outline-none focus:ring-2 focus:ring-inset; } textarea { - @apply rounded focus:ring-blue-500 focus:outline-none focus:ring-2; + @apply rounded focus:ring-blue-500 focus:outline-none focus:ring-2 focus:ring-inset; } } diff --git a/src/components/Main.tsx b/src/components/Main.tsx index b1856e9..ca37cb0 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -101,7 +101,7 @@ const Main = () => { {/* Left sidebar */}