`prevent-pr-merge-panel-opening` - Drop feature by SunsetTechuila · Pull Request #9139 · refined-github/refined-github · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions build/__snapshots__/features-meta.json
1 change: 0 additions & 1 deletion build/__snapshots__/imported-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"prevent-comment-loss",
"prevent-duplicate-pr-submission",
"prevent-link-loss",
"prevent-pr-merge-panel-opening",
"preview-hidden-comments",
"previous-next-commit-buttons",
"previous-version",
Expand Down
1 change: 0 additions & 1 deletion build/features.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
const noScreenshotExceptions = new Set([
// Only add feature here if it's a shortcut only and/or extremely clear by name or description
'sort-conversations-by-update-time',
'prevent-pr-merge-panel-opening',
'command-palette-navigation-shortcuts',
'copy-on-y',
'create-release-shortcut',
Expand All @@ -30,10 +29,10 @@
'click-outside-modal',
'same-page-links',

'hide-navigation-hover-highlight', // TODO: Add side-by-side gif

Check warning on line 32 in build/features.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment: 'TODO: Add side-by-side gif'
'hide-inactive-deployments', // TODO: side-by-side png

Check warning on line 33 in build/features.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment: 'TODO: side-by-side png'
'esc-to-deselect-line', // TODO Add gif with key overlay

Check warning on line 34 in build/features.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment: 'TODO Add gif with key overlay'
'scrollable-areas', // TODO: Add side-by-side png

Check warning on line 35 in build/features.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment: 'TODO: Add side-by-side png'
]);

const entryPoint = 'source/refined-github.ts';
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ https://github.com/refined-github/refined-github/wiki/Contributing#metadata-guid
- [](# "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)
- [](# "linkify-user-edit-history-popup") [Linkifies the username in the edit history popup.](https://user-images.githubusercontent.com/1402241/88917988-9ebb7480-d260-11ea-8690-0a3440f1ebbc.png)
- [](# "prevent-duplicate-pr-submission") [Avoids creating duplicate PRs when mistakenly clicking "Create pull request" more than once.](https://user-images.githubusercontent.com/16872793/89589967-e029c200-d814-11ea-962b-3ff1f6236781.gif)
- [](# "prevent-pr-merge-panel-opening") Prevents the merge panel from automatically opening on every page load after it’s been opened once.
- [](# "command-palette-navigation-shortcuts") Adds keyboard shortcuts to select items in command palette using <kbd>ctrl</kbd> <kbd>n</kbd> and <kbd>ctrl</kbd> <kbd>p</kbd> (macOS only).
- [](# "prevent-comment-loss") [While writing/editing comments, open the preview links in new tab instead of navigating away from the page.](https://user-images.githubusercontent.com/17681399/282616531-2befcabe-5c80-4b9a-bfb5-7b9917847bb5.gif)
- [](# "fix-no-pr-search") [Redirect to repo issue list when the search doesn‘t include `is:pr`.](https://user-images.githubusercontent.com/46634000/286579939-50122f02-dcfd-4510-b9e1-03d9985da2cd.gif)
Expand Down
37 changes: 0 additions & 37 deletions source/features/prevent-pr-merge-panel-opening.tsx

This file was deleted.

1 change: 0 additions & 1 deletion source/refined-github.ts
Loading