Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 2214420
Author: Katsute <[email protected]>
Date:   Thu Dec 16 11:57:17 2021 -0500

    adjust templates, readme

commit 8266f8b
Author: Katsute <[email protected]>
Date:   Thu Dec 16 11:54:10 2021 -0500

    README

commit 62a30e3
Author: Katsute <[email protected]>
Date:   Thu Dec 16 11:30:24 2021 -0500

    unused permission

commit b613155
Author: Katsute <[email protected]>
Date:   Wed Dec 15 19:35:27 2021 -0500

    v2
  • Loading branch information
Katsute committed Dec 19, 2021
1 parent fe32e1a commit b5fa8aa
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 28 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
description: |
Release version or branch commit where the issue occured. Do not write 'latest'.
placeholder: |
ex: v1.1, cc4cbc0
ex: v2, 8266f8b
validations:
required: true

Expand Down Expand Up @@ -83,12 +83,14 @@ body:
required: false
- label: Insights
required: false
- label: Other (please specify)
required: false

- type: textarea
id: issue
attributes:
label: Issue
description: |
Explain your issue, add any relevant stacktraces here.
Explain your issue.
validations:
required: true
required: false
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode

*.crx
*.pem
*.pem
*.zip
34 changes: 28 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
# GitHub Red Issues
<div align="center">
<a href="https://github.com/Katsute/GitHub-Red-Issues#readme">
<img src="https://raw.githubusercontent.com/Katsute/GitHub-Red-Issues/main/assets/icon.png" width=100 alt="(✔)">
</a>
<h3>GitHub Red Issues</h3>
<p>Revert closed GitHub issues from purple back to red.</p>
<div>
<a href="https://github.com/Katsute/GitHub-Red-Issues/issues">Report an Issue</a>
<a href="https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip">Download Repository</a>
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc">Install Extension</a>
</div>
</div>
<br>
<div align="center">
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" alt="Creative Commons License"></a>
<br>
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/stars/kjbbjibfgnnfdeabgmbieapkhpojikpc?style=for-the-badge" alt="Chrome Web Store"></a>
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/chrome-web-store/users/kjbbjibfgnnfdeabgmbieapkhpojikpc?style=for-the-badge" alt="Chrome Web Store"></a>
<a href="https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc"><img src="https://img.shields.io/github/v/release/Katsute/GitHub-Red-Issues?style=for-the-badge" alt="Version"></a>
</div>

[![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
## Installation

Google Chrome extension to revert closed GitHub issues from purple back to red.
#### Chrome Web Store

|[Report an issue](https://github.com/Katsute/GitHub-Red-Issues/issues)|[Download](https://github.com/Katsute/GitHub-Red-Issues/archive/refs/heads/main.zip)|
|---|---|
Install this extension on the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-red-issues/kjbbjibfgnnfdeabgmbieapkhpojikpc).

## Installation
#### Checkout

1. Checkout (recommended) or download this repository locally.
2. Go to [`chrome://extensions/`](chrome://extensions/) in your browser and turn on **Developer mode** in the top right.
3. Press **Load unpacked** and select the `src` folder. Do not remove this folder, removing it will cause the extension to be uninstalled.

*If manifest version is unsupported simply change the `manifest_version` to `2`.*
4. Resume coding with closed issues being red.

## Changes
Expand Down
Binary file added assets/icon-128x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions src/index.js

This file was deleted.

7 changes: 3 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"manifest_version": 2,
"manifest_version": 3,

"name": "GitHub Red Issues",
"author": "Katsute",
"description": "Revert closed GitHub issues from purple back to red.",
"version": "1.5",
"version": "2.0",
"homepage_url": "https://github.com/Katsute/GitHub-Red-Issues",

"permissions": ["tabs"],
"permissions": [],
"content_scripts": [{
"css": ["style.css"],
"js": ["index.js"],
"matches": ["https://github.com/*"]
}]
}

4 comments on commit b5fa8aa

@krystian3w
Copy link

@krystian3w krystian3w commented on b5fa8aa Dec 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iam-py-test again may fail due "manifest_version": 3, if "permissions": [], no fix errors/abort install "xpi".

@Katsute
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not open issue in commit comments.

Mozilla Firefox currently does not support manifest v3, if you want to use the extension you have to change the manifest version from 3 to 2 in the manifest.json.

@krystian3w
Copy link

@krystian3w krystian3w commented on b5fa8aa Dec 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But https://github.com/iam-py-test/GitHub-Red-Closed-Issues-Extension was have fork repo with changed this.

@iam-py-test
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @krystian3w I will look into this tomorrow
Today it’s too late for me to think clearly

Please sign in to comment.