Skip to content

Commit

Permalink
linkify-labels-on-dashboard - Drop feature (refined-github#7692)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Aug 19, 2024
1 parent 9e03eef commit ca73a07
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 231 deletions.
5 changes: 0 additions & 5 deletions build/__snapshots__/features-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@
"description": "Adds a link to the non-PR commit when visiting a PR commit.",
"screenshot": "https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/261164635-b3caa3fa-3bb6-41a5-90d3-4aba84517da6.png"
},
{
"id": "linkify-labels-on-dashboard",
"description": "Makes labels clickable on the dashboard.",
"screenshot": "https://user-images.githubusercontent.com/46634000/136909258-88031d07-6efa-4339-b436-5636e8075964.png"
},
{
"id": "linkify-line-numbers",
"description": "Linkifies the line numbers where GitHub forgot to add links.",
Expand Down
1 change: 0 additions & 1 deletion build/__snapshots__/imported-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"linkify-branch-references",
"linkify-code",
"linkify-commit-sha",
"linkify-labels-on-dashboard",
"linkify-line-numbers",
"linkify-notification-repository-header",
"linkify-symbolic-links",
Expand Down
194 changes: 0 additions & 194 deletions build/__snapshots__/imported-features.txt

This file was deleted.

1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ Thanks for contributing! 🦋🙌
- [](# "hide-issue-list-autocomplete") [Removes the autocomplete on search fields.](https://user-images.githubusercontent.com/1402241/42991841-1f057e4e-8c07-11e8-909c-b051db7a2a03.png)
- [](# "embed-gist-via-iframe") [Adds a menu item to embed a gist via `<iframe>`.](https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/258553891-a55a3bc0-f244-421b-a24c-6f1d4a92552e.png)
- [](# "actionable-pr-view-file") [Points the "View file" on PRs to the branch instead of the commit, so the Edit/Delete buttons will be enabled on the "View file" page.](https://user-images.githubusercontent.com/1402241/69044026-c5b17d80-0a26-11ea-86ae-c95f89d3669a.png)
- [](# "linkify-labels-on-dashboard") [Makes labels clickable on the dashboard.](https://user-images.githubusercontent.com/46634000/136909258-88031d07-6efa-4339-b436-5636e8075964.png)
- [](# "reload-failed-proxied-images") [Retries downloading images that failed downloading due to GitHub limited proxying.](https://user-images.githubusercontent.com/14858959/64068746-21991100-cc45-11e9-844e-827f5ac9b51e.png)
- [](# "unwrap-unnecessary-dropdowns") [Makes some dropdowns 1-click instead of unnecessarily 2-click.](https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/258554504-97d4079a-2aae-4aea-a870-653a267494a8.png)
- [](# "prevent-link-loss") [Suggests fixing links that are wrongly shortened by GitHub.](https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/260087535-a0f19995-5f4a-44e9-87d8-cf742b9bfeed.gif)
Expand Down
29 changes: 0 additions & 29 deletions source/features/linkify-labels-on-dashboard.tsx

This file was deleted.

1 change: 0 additions & 1 deletion source/refined-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ import './features/one-click-pr-or-gist.js';
import './features/dim-bots.js';
import './features/conflict-marker.js';
import './features/html-preview-link.js';
import './features/linkify-labels-on-dashboard.js';
import './features/linkify-user-location.js';
import './features/repo-age.js';
import './features/user-local-time.js';
Expand Down

0 comments on commit ca73a07

Please sign in to comment.