diff options
-rw-r--r-- | readme.md | 14 | ||||
-rw-r--r-- | source/features/quick-comment-edit.tsx (renamed from source/features/edit-comments-faster.tsx) | 2 | ||||
-rw-r--r-- | source/features/quick-comment-hiding.tsx (renamed from source/features/hide-comments-faster.tsx) | 6 | ||||
-rw-r--r-- | source/features/quick-file-edit.css (renamed from source/features/edit-files-faster.css) | 6 | ||||
-rw-r--r-- | source/features/quick-file-edit.tsx (renamed from source/features/edit-files-faster.tsx) | 6 | ||||
-rw-r--r-- | source/features/quick-label-hiding.css (renamed from source/features/hide-label-faster.css) | 10 | ||||
-rw-r--r-- | source/features/quick-label-hiding.tsx (renamed from source/features/hide-label-faster.tsx) | 10 | ||||
-rw-r--r-- | source/features/quick-pr-diff-options.tsx (renamed from source/features/faster-pr-diff-options.tsx) | 0 | ||||
-rw-r--r-- | source/features/quick-review-comment-deletion.tsx (renamed from source/features/delete-review-comments-faster.tsx) | 2 | ||||
-rw-r--r-- | source/features/quick-review.tsx (renamed from source/features/faster-reviews.tsx) | 0 | ||||
-rw-r--r-- | source/options-storage.ts | 8 | ||||
-rw-r--r-- | source/refined-github.ts | 17 |
12 files changed, 43 insertions, 38 deletions
@@ -175,7 +175,7 @@ Thanks for contributing! 🦋🙌 - [](# "download-folder-button") [Adds a button to download entire folders](https://user-images.githubusercontent.com/1402241/35044451-fd3e2326-fbc2-11e7-82e1-61ec7bee612b.png), via https://download-directory.github.io. - [](# "toggle-files-button") [Adds a button to toggle the repo file list.](https://user-images.githubusercontent.com/1402241/35480123-68b9af1a-043a-11e8-8934-3ead3cff8328.gif) -- [](# "edit-files-faster") [Adds a button to edit files from the repo file list.](https://user-images.githubusercontent.com/1402241/56370462-d51cde00-622d-11e9-8cd3-8a173bd3dc08.png) +- [](# "quick-file-edit") [Adds a button to edit files from the repo file list.](https://user-images.githubusercontent.com/1402241/56370462-d51cde00-622d-11e9-8cd3-8a173bd3dc08.png) - [](# "edit-readme") [Ensures that the “Edit readme” button always appears (even when you have to make a fork) and works (GitHub’s link doesn’t work on git tags).](https://user-images.githubusercontent.com/1402241/62073307-a8378880-b26a-11e9-9e31-be6525d989d2.png) - [](# "repo-wide-file-finder") Enables the File Finder keyboard shortcut (<kbd>t</kbd>) on Issues and Pull Request pages as well. - [](# "file-finder-buffer") [Lets you start typing your search immediately after invoking the File Finder (<kbd>t</kbd>), instead of having you wait for it to load first.](https://user-images.githubusercontent.com/1402241/75542106-1c811700-5a5a-11ea-8aa5-bea0472c59e2.gif) @@ -204,7 +204,7 @@ Thanks for contributing! 🦋🙌 - [](# "submit-review-as-single-comment") [Adds a button to submit a single PR comment if you mistakenly started a new review.](https://user-images.githubusercontent.com/1402241/60331761-f6394200-99c7-11e9-81c2-c671cba9602a.gif) - [](# "collapsible-content-button") [Adds a button to insert collapsible content (via `<details>`).](https://user-images.githubusercontent.com/1402241/53678019-0c721280-3cf4-11e9-9c24-4d11a697f67c.png) - [](# "fit-textareas") 🔥 [Auto-resizes comment fields to fit their content and no longer show scroll bars.](https://user-images.githubusercontent.com/1402241/54336211-66fd5e00-4666-11e9-9c5e-111fccab004d.gif) -- [](# "edit-comments-faster") [Lets you edit any comment with one click instead of having to open a dropdown.](https://user-images.githubusercontent.com/1402241/54864831-92372a00-4d97-11e9-8c29-efba2dde1baa.png) +- [](# "quick-comment-edit") [Lets you edit any comment with one click instead of having to open a dropdown.](https://user-images.githubusercontent.com/1402241/54864831-92372a00-4d97-11e9-8c29-efba2dde1baa.png) - [](# "comment-fields-keyboard-shortcuts") [Adds a shortcut to edit your last comment: <kbd>↑</kbd>.](https://github.com/sindresorhus/refined-github/pull/961) (Only works in the following comment field, if it’s empty.) - [](# "one-key-formatting") [Wraps selected text when pressing one of Markdown symbols instead of replacing it:](https://user-images.githubusercontent.com/1402241/65020298-1f2dfb00-d957-11e9-9a2a-1c0ceab8d9e0.gif) `[` `` ` `` `'` `"` `*` `~` `_` - [](# "minimize-upload-bar") [Reduces the upload bar to a small button.](https://user-images.githubusercontent.com/17612510/99140148-205dd380-2693-11eb-9a61-9c228f8f9e36.png) @@ -214,7 +214,7 @@ Thanks for contributing! 🦋🙌 - [](# "table-input") [Adds a button in the text editor to quickly insert a simplified HTML table.](https://user-images.githubusercontent.com/46634000/94559114-09892c00-0261-11eb-8fb0-c5a85ea76b6f.gif) - [](# "unfinished-comments") [Notifies the user of unfinished comments in hidden tabs.](https://user-images.githubusercontent.com/1402241/97792086-423d5d80-1b9f-11eb-9a3a-daf716d10b0e.gif) - [](# "wait-for-attachments") [Wait for the attachments to finish uploading before allowing to post a comment.](https://user-images.githubusercontent.com/46634000/104294547-9b8b0c80-54bf-11eb-93e5-65ae158353b3.gif) -- [](# "delete-review-comments-faster") [Adds a button to delete review comments in one click when editing them.](https://user-images.githubusercontent.com/46634000/115445792-9fdd6900-a216-11eb-9ba3-6dab4d2f9d32.png) +- [](# "quick-review-comment-deletion") [Adds a button to delete review comments in one click when editing them.](https://user-images.githubusercontent.com/46634000/115445792-9fdd6900-a216-11eb-9ba3-6dab4d2f9d32.png) - [](# "avoid-accidental-submissions") [Disables the <kbd>enter</kbd>-to-submit shortcut in some commit/PR/issue title fields to avoid accidental submissions. Use <kbd>ctrl</kbd><kbd>enter</kbd> instead.](https://user-images.githubusercontent.com/723651/125863341-6cf0bce0-f120-4cec-ac1f-1ce35920e7a7.gif) - [](# "comment-on-draft-pr-indicator") [Reminds you you’re commenting on a draft PR by changing the submit button’s label.](https://user-images.githubusercontent.com/723651/123682081-39e31280-d853-11eb-9c86-97be400aca67.jpg) @@ -230,7 +230,7 @@ Thanks for contributing! 🦋🙌 - [](# "highest-rated-comment") 🔥 [Highlights the most useful comment in conversations.](https://user-images.githubusercontent.com/1402241/99895146-16b50c80-2c4d-11eb-8038-210e6fd5e798.png) - [](# "hide-low-quality-comments") [Hides reaction comments ("+1", "👍", …)](https://user-images.githubusercontent.com/1402241/45543717-d45f3c00-b847-11e8-84a5-8c439d0ad1a5.png) (except the maintainers’) [but they can still be shown.](https://user-images.githubusercontent.com/1402241/45543720-d628ff80-b847-11e8-9fb6-758a3102e3a9.png) - [](# "scrollable-code-and-blockquote") [Limits the height of tall code blocks and quotes.](https://github.com/sindresorhus/refined-github/issues/1123) -- [](# "hide-comments-faster") [Simplifies the UI to hide comments.](https://user-images.githubusercontent.com/1402241/43039221-1ddc91f6-8d29-11e8-9ed4-93459191a510.gif) +- [](# "quick-comment-hiding") [Simplifies the UI to hide comments.](https://user-images.githubusercontent.com/1402241/43039221-1ddc91f6-8d29-11e8-9ed4-93459191a510.gif) - [](# "open-issue-to-latest-comment") [Makes the "comment" icon in issue lists link to the latest comment of the issue.](https://user-images.githubusercontent.com/14323370/57962709-7019de00-78e8-11e9-8398-7e617ba7a96f.png) - [](# "expand-all-hidden-comments") [On long conversations where GitHub hides comments under a "Load more...", alt-clicking it will load up to 200 comments at once instead of 60.](https://user-images.githubusercontent.com/1402241/73838332-0c548e00-4846-11ea-935f-28d728b30ae9.png) - [](# "keyboard-navigation") [Adds shortcuts to conversations and PR file lists: <kbd>j</kbd> focuses the comment/file below; <kbd>k</kbd> focuses the comment/file above.](https://user-images.githubusercontent.com/1402241/86573176-48665900-bf74-11ea-8996-a5c46cb7bdfd.gif) @@ -254,7 +254,7 @@ Thanks for contributing! 🦋🙌 - [](# "bugs-tab") [Adds a "Bugs" tab to repos, if there are any open issues with the "bug" label.](https://user-images.githubusercontent.com/1402241/73720910-a688d900-4755-11ea-9c8d-70e5ddb3bfe5.png) - [](# "pinned-issues-update-time") [Adds the updated time to pinned issues.](https://user-images.githubusercontent.com/1402241/75525936-bb524700-5a4b-11ea-9225-466bda58b7de.png) - [](# "clean-pinned-issues") [Changes the layout of pinned issues from side-by-side to a standard list.](https://user-images.githubusercontent.com/1402241/84509958-c82a3c00-acc4-11ea-8399-eaf06a59e9e4.png) -- [](# "hide-label-faster") [Adds one-click buttons to remove labels in conversations.](https://user-images.githubusercontent.com/36174850/89980178-0bc80480-dc7a-11ea-8ded-9e25f5f13d1a.gif) +- [](# "quick-label-hiding") [Adds one-click buttons to remove labels in conversations.](https://user-images.githubusercontent.com/36174850/89980178-0bc80480-dc7a-11ea-8ded-9e25f5f13d1a.gif) - [](# "clean-conversation-headers") [Removes duplicate information in the header of issues and PRs ("User wants to merge X commits from Y into Z")](https://user-images.githubusercontent.com/44045911/112314137-a34b0680-8ce3-11eb-9e0e-8afd6c8235c2.png) - [](# "dim-bots") [Dims commits and PRs by bots to reduce noise.](https://user-images.githubusercontent.com/1402241/65263190-44c52b00-db36-11e9-9b33-d275d3c8479d.gif) - [](# "esc-to-cancel") [Adds a shortcut to cancel editing a conversation title: <kbd>esc</kbd>.](https://user-images.githubusercontent.com/35100156/98303086-d81d2200-1fbd-11eb-8529-70d48d889bcf.gif) @@ -298,7 +298,7 @@ Thanks for contributing! 🦋🙌 - [](# "pr-branch-auto-delete") Automatically deletes the branch right after merging a PR, if possible. - [](# "one-click-pr-or-gist") [Lets you create draft pull requests and public gists in one click.](https://user-images.githubusercontent.com/723651/119256942-cacb2c00-bbcb-11eb-905b-3434e5c2fdcc.jpg) - [](# "clear-pr-merge-commit-message") [Clears the PR merge commit message of clutter, leaving only deduplicated co-authors.](https://user-images.githubusercontent.com/1402241/79257078-62b6fc00-7e89-11ea-8798-c06f33baa94b.png) -- [](# "faster-reviews") [Adds a review button to the PR sidebar, automatically focuses the review textarea and adds a keyboard shortcut to open the review popup: <kbd>v</kbd>.](https://user-images.githubusercontent.com/202916/83269671-bb3b2200-a1c7-11ea-90b3-b9457a454162.png) +- [](# "quick-review") [Adds a review button to the PR sidebar, automatically focuses the review textarea and adds a keyboard shortcut to open the review popup: <kbd>v</kbd>.](https://user-images.githubusercontent.com/202916/83269671-bb3b2200-a1c7-11ea-90b3-b9457a454162.png) - [](# "use-first-commit-message-for-new-prs") [Uses the first commit for a new PR’s title and description.](https://user-images.githubusercontent.com/16872793/87246205-ccf42400-c419-11ea-86d5-0e6570d99e6e.gif) <!-- Refer to style guide above. Keep this message between sections. --> @@ -307,7 +307,7 @@ Thanks for contributing! 🦋🙌 - [](# "patch-diff-links") [Adds links to `.patch` and `.diff` files in commits.](https://cloud.githubusercontent.com/assets/737065/13605562/22faa79e-e516-11e5-80db-2da6aa7965ac.png) - [](# "raw-file-link") [Adds a link to view the raw version of files in PRs and commits.](https://user-images.githubusercontent.com/1402241/56484988-b99f2500-6504-11e9-9748-c944e1070cc8.png) -- [](# "faster-pr-diff-options") [Adds one-click buttons to change diff style and to ignore the whitespace and a keyboard shortcut to ignore the whitespace: <kbd>d</kbd> <kbd>w</kbd>.](https://user-images.githubusercontent.com/1402241/54178764-d1c96080-44d1-11e9-889c-734ffd2a602d.png) +- [](# "quick-pr-diff-options") [Adds one-click buttons to change diff style and to ignore the whitespace and a keyboard shortcut to ignore the whitespace: <kbd>d</kbd> <kbd>w</kbd>.](https://user-images.githubusercontent.com/1402241/54178764-d1c96080-44d1-11e9-889c-734ffd2a602d.png) - [](# "extend-diff-expander") [Widens the `Expand diff` button to be clickable across the screen.](https://user-images.githubusercontent.com/6978877/34470024-eee4f43e-ef20-11e7-9036-65094bd58960.PNG) - [](# "hide-diff-signs") [Hides diff signs since diffs are color coded already.](https://user-images.githubusercontent.com/1402241/54807718-149cec80-4cb9-11e9-869c-e265863211e3.png) - [](# "suggest-commit-title-limit") [Suggests limiting commit titles to 72 characters.](https://user-images.githubusercontent.com/37769974/60379478-106b3280-9a51-11e9-88b9-0e3607f214cd.gif) diff --git a/source/features/edit-comments-faster.tsx b/source/features/quick-comment-edit.tsx index 7fb209e2..0b783da4 100644 --- a/source/features/edit-comments-faster.tsx +++ b/source/features/quick-comment-edit.tsx @@ -26,7 +26,7 @@ function init(): void { <button type="button" role="menuitem" - className={`timeline-comment-action btn-link js-comment-edit-button rgh-edit-comments-faster-button ${pageDetect.isDiscussion() ? 'js-discussions-comment-edit-button' : ''}`} + className={`timeline-comment-action btn-link js-comment-edit-button rgh-quick-comment-edit-button ${pageDetect.isDiscussion() ? 'js-discussions-comment-edit-button' : ''}`} aria-label="Edit comment" > <PencilIcon/> diff --git a/source/features/hide-comments-faster.tsx b/source/features/quick-comment-hiding.tsx index 3fb20f12..438be81f 100644 --- a/source/features/hide-comments-faster.tsx +++ b/source/features/quick-comment-hiding.tsx @@ -6,13 +6,13 @@ import * as pageDetect from 'github-url-detection'; import features from '.'; function generateSubmenu(hideButton: Element): void { - if (hideButton.closest('.rgh-hide-comments-faster-details')) { + if (hideButton.closest('.rgh-quick-comment-hiding-details')) { // Already generated return; } const detailsElement = hideButton.closest('details')!; - detailsElement.classList.add('rgh-hide-comments-faster-details'); + detailsElement.classList.add('rgh-quick-comment-hiding-details'); const comment = hideButton.closest('.unminimized-comment')!; const hideCommentForm = select('.js-comment-minimize', comment)!; @@ -72,7 +72,7 @@ function showSubmenu(event: delegate.Event): void { function init(): void { // `useCapture` required to be fired before GitHub's handlers delegate(document, '.js-comment-hide-button', 'click', showSubmenu, true); - delegate(document, '.rgh-hide-comments-faster-details', 'toggle', resetDropdowns, true); + delegate(document, '.rgh-quick-comment-hiding-details', 'toggle', resetDropdowns, true); } void features.add(__filebasename, { diff --git a/source/features/edit-files-faster.css b/source/features/quick-file-edit.css index c659b95b..afa10c94 100644 --- a/source/features/edit-files-faster.css +++ b/source/features/quick-file-edit.css @@ -1,11 +1,11 @@ /* Only shows one icon at a time, depending on hover status */ -.rgh-edit-files-faster:not(:hover) .octicon-pencil, -.rgh-edit-files-faster:hover > :first-child { +.rgh-quick-file-edit:not(:hover) .octicon-pencil, +.rgh-quick-file-edit:hover > :first-child { display: none !important; } /* Widen column to avoid bumps in directory-less listings */ -.rgh-edit-files-faster { +.rgh-quick-file-edit { width: 16px; display: inline-block; } diff --git a/source/features/edit-files-faster.tsx b/source/features/quick-file-edit.tsx index 41e21178..4857473d 100644 --- a/source/features/edit-files-faster.tsx +++ b/source/features/quick-file-edit.tsx @@ -1,4 +1,4 @@ -import './edit-files-faster.css'; +import './quick-file-edit.css'; import React from 'dom-chef'; import select from 'select-dom'; import {PencilIcon} from '@primer/octicons-react'; @@ -24,7 +24,7 @@ async function init(): Promise<void> { url.branch = await getDefaultBranch(); // Permalinks can't be edited } - wrap(fileIcon, <a href={String(url)} className="rgh-edit-files-faster"/>); + wrap(fileIcon, <a href={String(url)} className="rgh-quick-file-edit"/>); fileIcon.after(<PencilIcon/>); } } @@ -36,6 +36,6 @@ void features.add(__filebasename, { additionalListeners: [ onFileListUpdate, ], - deduplicate: '.rgh-edit-files-faster', // #3945 + deduplicate: '.rgh-quick-file-edit', // #3945 init, }); diff --git a/source/features/hide-label-faster.css b/source/features/quick-label-hiding.css index ddb1e68b..361d4a79 100644 --- a/source/features/hide-label-faster.css +++ b/source/features/quick-label-hiding.css @@ -1,11 +1,11 @@ -.rgh-hide-label-faster { +.rgh-quick-label-hiding { display: flex !important; margin-left: 2px; margin-right: -7px; color: inherit !important; } -.rgh-hide-label-faster svg { +.rgh-quick-label-hiding svg { margin: 2px; margin-left: 0; border-radius: 50%; @@ -14,15 +14,15 @@ height: 14px; } -.rgh-hide-label-faster:is(:focus, :hover) svg { +.rgh-quick-label-hiding:is(:focus, :hover) svg { background-color: currentColor; fill: rgb(var(--label-r) var(--label-g) var(--label-b)); } -[data-color-mode='dark'][data-dark-theme*='dark'] .rgh-hide-label-faster:is(:focus, :hover) svg { +[data-color-mode='dark'][data-dark-theme*='dark'] .rgh-quick-label-hiding:is(:focus, :hover) svg { fill: var(--color-bg-canvas); } -:root:root .rgh-hide-label-faster-already-added { +:root:root .rgh-quick-label-hiding-already-added { display: inline-flex !important; } diff --git a/source/features/hide-label-faster.tsx b/source/features/quick-label-hiding.tsx index 8abc7207..9560993e 100644 --- a/source/features/hide-label-faster.tsx +++ b/source/features/quick-label-hiding.tsx @@ -1,4 +1,4 @@ -import './hide-label-faster.css'; +import './quick-label-hiding.css'; import React from 'dom-chef'; import {XIcon} from '@primer/octicons-react'; import select from 'select-dom'; @@ -37,15 +37,15 @@ async function removeLabelButtonClickHandler(event: delegate.Event<MouseEvent, H async function init(): Promise<void> { await api.expectToken(); - observe('.js-issue-labels .IssueLabel:not(.rgh-hide-label-faster-already-added)', { + observe('.js-issue-labels .IssueLabel:not(.rgh-quick-label-hiding-already-added)', { constructor: HTMLElement, add(label) { - label.classList.add('rgh-hide-label-faster-already-added'); + label.classList.add('rgh-quick-label-hiding-already-added'); label.append( <button type="button" aria-label="Remove this label" - className="btn-link tooltipped tooltipped-nw rgh-hide-label-faster" + className="btn-link tooltipped tooltipped-nw rgh-quick-label-hiding" data-name={label.dataset.name} > <XIcon/> @@ -54,7 +54,7 @@ async function init(): Promise<void> { }, }); - delegate(document, '.rgh-hide-label-faster:not([disabled])', 'click', removeLabelButtonClickHandler); + delegate(document, '.rgh-quick-label-hiding:not([disabled])', 'click', removeLabelButtonClickHandler); } void features.add(__filebasename, { diff --git a/source/features/faster-pr-diff-options.tsx b/source/features/quick-pr-diff-options.tsx index 6ac6f940..6ac6f940 100644 --- a/source/features/faster-pr-diff-options.tsx +++ b/source/features/quick-pr-diff-options.tsx diff --git a/source/features/delete-review-comments-faster.tsx b/source/features/quick-review-comment-deletion.tsx index f0cc0d46..b785dac0 100644 --- a/source/features/delete-review-comments-faster.tsx +++ b/source/features/quick-review-comment-deletion.tsx @@ -33,7 +33,7 @@ function addDeleteButton(cancelButton: Element): void { function init(): void { const listener = delegate(document, '.rgh-review-comment-delete-button', 'click', onButtonClick); - const editButtonListener = delegate(document, '.rgh-edit-comments-faster-button', 'click', onEditButtonClick); + const editButtonListener = delegate(document, '.rgh-quick-comment-edit-button', 'click', onEditButtonClick); const observer = observe('.review-comment > .unminimized-comment form:not(.js-single-suggested-change-form) .js-comment-cancel-button:not(.rgh-delete-button-added)', { add: addDeleteButton, }); diff --git a/source/features/faster-reviews.tsx b/source/features/quick-review.tsx index 1b11bd54..1b11bd54 100644 --- a/source/features/faster-reviews.tsx +++ b/source/features/quick-review.tsx diff --git a/source/options-storage.ts b/source/options-storage.ts index a6eeab25..86a5c1ec 100644 --- a/source/options-storage.ts +++ b/source/options-storage.ts @@ -26,7 +26,13 @@ const migrations = [ featureWasRenamed('remove-unused-repo-tabs', 'clean-repo-tabs'), // Merged in July featureWasRenamed('more-dropdown', 'clean-repo-tabs'), // Merged in July featureWasRenamed('remove-diff-signs', 'hide-diff-signs'), // Merged in August - featureWasRenamed('remove-label-faster', 'hide-label-faster'), // Merged in August + featureWasRenamed('remove-label-faster', 'quick-label-hiding'), // Merged in August + featureWasRenamed('edit-files-faster', 'quick-file-edit'), // Merged in August + featureWasRenamed('edit-comments-faster', 'quick-comment-edit'), // Merged in August + featureWasRenamed('delete-review-comments-faster', 'quick-review-comment-deletion'), // Merged in August + featureWasRenamed('hide-comments-faster', 'quick-comment-hiding'), // Merged in August + featureWasRenamed('faster-reviews', 'quick-review'), // Merged in August + featureWasRenamed('faster-pr-diff-options', 'quick-pr-diff-options'), // Merged in August featureWasRenamed('hide-useless-comments', 'hide-low-quality-comments'), // Merged in August featureWasRenamed('hide-useless-newsfeed-events', 'hide-noisy-newsfeed-events'), // Merged in August featureWasRenamed('no-useless-split-diff-view', 'no-unnecessary-split-diff-view'), // Merged in August diff --git a/source/refined-github.ts b/source/refined-github.ts index 56123e10..8d97ca45 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -16,7 +16,6 @@ import './features/sticky-conversation-list-toolbar.css'; import './features/always-show-branch-delete-buttons.css'; import './features/easier-pr-sha-copy.css'; import './features/repo-stats-spacing.css'; -import './features/emphasize-draft-pr-label.css'; import './features/clean-notifications.css'; import './features/fix-first-tab-length.css'; import './features/align-repository-header.css'; @@ -30,6 +29,7 @@ import './features/hide-empty-profile-status.css'; import './features/align-issue-labels'; import './features/clean-pinned-issues'; import './features/clean-dashboard'; +import './features/hide-low-quality-comments'; import './features/hide-noisy-newsfeed-events'; import './features/hide-watch-and-fork-count'; import './features/minimize-upload-bar'; @@ -45,8 +45,8 @@ import './features/one-key-formatting'; import './features/tab-to-indent'; import './features/hide-navigation-hover-highlight'; import './features/selection-in-new-tab'; -import './features/hide-comments-faster'; -import './features/edit-comments-faster'; +import './features/quick-comment-hiding'; +import './features/quick-comment-edit'; import './features/open-all-notifications'; import './features/copy-on-y'; import './features/profile-hotkey'; @@ -62,7 +62,6 @@ import './features/linkify-code'; import './features/download-folder-button'; import './features/linkify-branch-references'; import './features/open-all-conversations'; -import './features/hide-low-quality-comments'; import './features/navigate-pages-with-arrow-keys'; import './features/conversation-links-on-repo-lists'; import './features/global-conversation-list-filters'; @@ -71,7 +70,7 @@ import './features/sort-conversations-by-update-time'; // Must be after global-c import './features/pinned-issues-update-time'; import './features/latest-tag-button'; import './features/default-branch-button'; -import './features/faster-pr-diff-options'; +import './features/quick-pr-diff-options'; import './features/ci-link'; import './features/sort-milestones-by-closest-due-date'; import './features/star-repo-hotkey'; @@ -116,7 +115,7 @@ import './features/enable-file-links-in-compare-view'; // Must be before raw-fil import './features/raw-file-link'; import './features/tags-dropdown'; import './features/pr-filters'; -import './features/edit-files-faster'; +import './features/quick-file-edit'; import './features/update-pr-from-base-branch'; import './features/hide-disabled-milestone-sorter'; import './features/tag-changelog-link'; @@ -171,7 +170,7 @@ import './features/stop-redirecting-in-notification-bar'; import './features/prevent-link-loss'; import './features/first-published-tag-for-merged-pr'; import './features/show-associated-branch-prs-on-fork'; -import './features/faster-reviews'; +import './features/quick-review'; import './features/fork-source-link-same-view'; import './features/pr-jump-to-first-non-viewed-file'; import './features/keyboard-navigation'; @@ -180,7 +179,7 @@ import './features/use-first-commit-message-for-new-prs'; import './features/linkify-user-edit-history-popup'; import './features/clean-repo-filelist-actions'; import './features/prevent-duplicate-pr-submission'; -import './features/hide-label-faster'; +import './features/quick-label-hiding'; import './features/clean-conversation-headers'; import './features/stop-pjax-loading-with-esc'; import './features/highlight-deleted-and-added-files-in-diffs'; @@ -212,7 +211,7 @@ import './features/view-last-pr-deployment'; import './features/global-search-filters'; import './features/clean-header-search-field'; import './features/avoid-accidental-submissions'; -import './features/delete-review-comments-faster'; +import './features/quick-review-comment-deletion'; import './features/no-unnecessary-split-diff-view'; import './features/list-pr-for-branch'; import './features/cancel-wiki-edit-button'; |