Skip to content

Commit 9e5f46a

Browse files
authored
submission-via-ctrl-enter-everywhere - Drop feature (refined-github#8050)
1 parent 5106ef1 commit 9e5f46a

6 files changed

Lines changed: 0 additions & 45 deletions

File tree

build/__snapshots__/features-meta.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,6 @@
873873
"description": "Stops redirecting to notification inbox from notification bar actions while holding <kbd>Alt</kbd>.",
874874
"screenshot": "https://user-images.githubusercontent.com/202916/80318782-c38cef80-880c-11ea-9226-72c585f42a51.png"
875875
},
876-
{
877-
"id": "submission-via-ctrl-enter-everywhere",
878-
"description": "Enables submission via <kbd>ctrl</kbd> <kbd>enter</kbd> on every page possible.",
879-
"screenshot": null
880-
},
881876
{
882877
"id": "suggest-commit-title-limit",
883878
"description": "Suggests limiting commit and PR titles to 72 characters.",

build/__snapshots__/imported-features.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
"status-subscription",
170170
"sticky-sidebar",
171171
"stop-redirecting-in-notification-bar",
172-
"submission-via-ctrl-enter-everywhere",
173172
"suggest-commit-title-limit",
174173
"swap-branches-on-compare",
175174
"sync-pr-commit-title",

build/features.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const noScreenshotExceptions = new Set([
2727
'repo-wide-file-finder',
2828
'select-all-notifications-shortcut',
2929
'selection-in-new-tab',
30-
'submission-via-ctrl-enter-everywhere',
3130
'click-outside-modal',
3231

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

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ https://github.com/refined-github/refined-github/wiki/Contributing#metadata-guid
384384
- [](# "convert-pr-to-draft-improvements") [Moves the "Convert PR to Draft" button to the mergeability box and adds visual feedback to its confirm button.](https://user-images.githubusercontent.com/1402241/95644892-885f3f80-0a7f-11eb-8428-8e0fb0c8dfa5.gif)
385385
- [](# "prevent-pr-merge-panel-opening") Prevents the merge panel from automatically opening on every page load after it’s been opened once.
386386
- [](# "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).
387-
- [](# "submission-via-ctrl-enter-everywhere") Enables submission via <kbd>ctrl</kbd> <kbd>enter</kbd> on every page possible.
388387
- [](# "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)
389388
- [](# "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)
390389
- [](# "clean-readme-url") [Drops redundant "readme-ov-file" parameter from repo URLs.](https://github.com/refined-github/refined-github/assets/1402241/73e96411-3314-4501-a9b6-d006af6fcc47)

source/features/submission-via-ctrl-enter-everywhere.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

source/refined-github.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ import './features/easy-toggle-commit-messages.js';
183183
import './features/command-palette-navigation-shortcuts.js';
184184
import './features/link-to-compare-diff.js';
185185
import './features/hide-low-quality-comments.js';
186-
import './features/submission-via-ctrl-enter-everywhere.js';
187186
import './features/linkify-user-labels.js';
188187
import './features/repo-avatars.js';
189188
import './features/jump-to-conversation-close-event.js';

0 commit comments

Comments
 (0)