From 1a60c253c7ca0eac0ba4700b30e0e1c6a9f7d25b Mon Sep 17 00:00:00 2001 From: Grigory Date: Wed, 17 Jun 2026 20:50:11 +0500 Subject: [PATCH 1/3] `easy-toggle-hidden-comments` - New feature --- build/__snapshots__/features-meta.json | 5 ++ build/__snapshots__/imported-features.json | 1 + readme.md | 1 + .../features/easy-toggle-commit-messages.tsx | 4 +- source/features/easy-toggle-files.tsx | 4 +- .../features/easy-toggle-hidden-comments.tsx | 50 +++++++++++++++++++ source/refined-github.ts | 1 + 7 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 source/features/easy-toggle-hidden-comments.tsx diff --git a/build/__snapshots__/features-meta.json b/build/__snapshots__/features-meta.json index 893cf333009e..ef14fcae3ffa 100644 --- a/build/__snapshots__/features-meta.json +++ b/build/__snapshots__/features-meta.json @@ -250,6 +250,11 @@ "description": "Enables toggling file diffs by clicking on their header bar.", "screenshot": "https://user-images.githubusercontent.com/47531779/99855419-be173e00-2b7e-11eb-9a55-0f6251aeb0ef.gif" }, + { + "id": "easy-toggle-hidden-comments", + "description": "Enables toggling hidden comments and collapsed review threads by clicking on their header bar.", + "screenshot": null + }, { "id": "embed-gist-inline", "description": "Embeds short gists when linked in comments on their own lines.", diff --git a/build/__snapshots__/imported-features.json b/build/__snapshots__/imported-features.json index 77776ef83d6f..69acc8b23421 100644 --- a/build/__snapshots__/imported-features.json +++ b/build/__snapshots__/imported-features.json @@ -42,6 +42,7 @@ "download-folder-button", "easy-toggle-commit-messages", "easy-toggle-files", + "easy-toggle-hidden-comments", "embed-gist-inline", "emphasize-draft-pr-label", "esc-to-cancel", diff --git a/readme.md b/readme.md index b8e927af9358..d8491f437307 100644 --- a/readme.md +++ b/readme.md @@ -210,6 +210,7 @@ https://github.com/refined-github/refined-github/wiki/Contributing#metadata-guid - [](# "jump-to-conversation-close-event") [Adds a link to jump to the latest close event of a issue/PR.](https://user-images.githubusercontent.com/16872793/177792713-64219754-f8df-4629-a9ec-33259307cfe7.gif) - [](# "close-as-unplanned") [Lets you "close issue as unplanned" in one click instead of three.](https://github-production-user-asset-6210df.s3.amazonaws.com/1402241/279745773-709cde60-c26a-4a0e-89e1-56444d25ebdf.png) - [](# "locked-issue") [Show a label on locked issues and PRs.](https://user-images.githubusercontent.com/1402241/283015579-0a04becc-9bff-4aef-8770-272d6804970b.png) +- [](# "easy-toggle-hidden-comments") Enables toggling hidden comments and collapsed review threads by clicking on their header bar.