`command-palette-navigation-shortcuts` - Drop feature by fregante · Pull Request #9643 · 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 @@ -24,7 +24,6 @@
"closing-remarks",
"cmd-enter",
"collapsible-content-button",
"command-palette-navigation-shortcuts",
"comment-excess",
"comments-time-machine-links",
"confirm-release",
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',
'command-palette-navigation-shortcuts',
'copy-on-y',
'create-release-shortcut',
'profile-hotkey',
Expand All @@ -34,10 +33,10 @@
'new-tab-links',
'extensible-nav', // No visual or behavior change

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

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

View workflow job for this annotation

GitHub Actions / Lint

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

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

View workflow job for this annotation

GitHub Actions / Lint

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

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

View workflow job for this annotation

GitHub Actions / Lint

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

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

View workflow job for this annotation

GitHub Actions / Lint

Unexpected 'todo' comment without any conditions: 'TODO: Add side-by-side png'

// CSS-only features without screenshots yet
'reactions-popup',
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ https://github.com/refined-github/refined-github/wiki/Contributing#metadata-guid
- [](# "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)
- [](# "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)
- [](# "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)
- [](# "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)
- [](# "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)
Expand Down
41 changes: 0 additions & 41 deletions source/features/command-palette-navigation-shortcuts.tsx

This file was deleted.

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