diff options
author | 2020-10-25 02:47:42 +0200 | |
---|---|---|
committer | 2020-10-24 19:47:42 -0500 | |
commit | 5b6b9c033e26da85ce9dc164801411da4d50b446 (patch) | |
tree | 842f6ee3196e7657c71db130b8424fe34bc2cfb3 /source/features/cycle-lists-with-keyboard-shortcuts.tsx | |
parent | 05de5a5c328deb988026b629c2098192c615b9d7 (diff) | |
download | refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.gz refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.zst refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.zip |
Meta: Use the Readme as the only source of feature descriptions (#3678)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r-- | source/features/cycle-lists-with-keyboard-shortcuts.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx index 8c6343e2..212ff213 100644 --- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx +++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx @@ -52,11 +52,7 @@ function init(): void { delegate(document, '.js-filterable-field', 'keydown', handleKeyDown); } -void features.add({ - id: __filebasename, - description: 'Allows the `↑` and `↓` keys to cycle "popover lists" (labels, milestones, etc).', - screenshot: 'https://user-images.githubusercontent.com/37769974/59158786-6fd2c400-8add-11e9-9db1-db80186fa6ea.gif' -}, { +void features.add(__filebasename, { include: [ pageDetect.isPRConversation, pageDetect.isIssue, |