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
42 changes: 25 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,36 @@ Another motivation: Refined GitHub has too many features tightly coupled to GitH

## Features

- **PR Branch Names** — Display source branch name next to each PR title. Click to copy.
### Home

- **Redirect Home to Feed** — Automatically redirect `github.com` to the Feed page on your first visit. Navigating to Home from within GitHub (e.g. clicking the logo) still takes you to the normal Home page. Off by default.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/pr-branch-name.png" alt="PR Branch Names" width="600" />
<img src="docs/screenshots/redirect-home-feed.png" alt="Redirect Home to Feed" width="600" />
</details>

- **PR Review Status** — Show review thread resolution status (resolved / unresolved) on the PR list. Only appears on PRs that have review threads; PRs without any review comments won't show a badge. Draft PRs are also excluded.
- **Better Top Repositories** — Auto-expand the "Top repositories" sidebar list and pin your favorite repos to the top. Works on the dashboard, feed page, and navigation drawer.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/pr-review-status.png" alt="PR Review Status" width="430" />
<img src="docs/screenshots/better-top-repositories.png" alt="Better Top Repositories" width="300" />
</details>

- **Releases Tab** — Add a Releases tab to the repository navigation bar for quick access.
### Pull Requests

- **PR Branch Names** — Display source branch name next to each PR title. Click to copy.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/releases-tab.png" alt="Releases Tab" width="800" />
<img src="docs/screenshots/pr-branch-name.png" alt="PR Branch Names" width="600" />
</details>

- **PR Review Status** — Show review thread resolution status (resolved / unresolved) on the PR list. Only appears on PRs that have review threads; PRs without any review comments won't show a badge. Draft PRs are also excluded.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/pr-review-status.png" alt="PR Review Status" width="430" />
</details>

- **PR Label Position** — Move labels to the front of PR titles for better visibility and scanning.
Expand All @@ -47,35 +58,32 @@ Another motivation: Refined GitHub has too many features tightly coupled to GitH
<img src="docs/screenshots/pr-quick-approve.png" alt="PR Approve Now" width="300" />
</details>

### PR & Issue List

- **Default Sort by Updated** — Sort PR and issue lists by recently updated instead of GitHub's default creation time order. No more missing active PRs buried on page 2.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/pr-issue-default-sort.png" alt="Default Sort by Updated" width="600" />
</details>

- **Commit Tags** — Show git tags as badges on the commits list page, so you can instantly see which commits are tagged releases.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/commit-tags.png" alt="Commit Tags" width="300" />
</details>
### Repository

- **Redirect Home to Feed** — Automatically redirect `github.com` to the Feed page on your first visit. Navigating to Home from within GitHub (e.g. clicking the logo) still takes you to the normal Home page. Off by default.
- **Releases Tab** — Add a Releases tab to the repository navigation bar for quick access.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/redirect-home-feed.png" alt="Redirect Home to Feed" width="600" />
<img src="docs/screenshots/releases-tab.png" alt="Releases Tab" width="800" />
</details>

- **Better Top Repositories** — Auto-expand the "Top repositories" sidebar list and pin your favorite repos to the top. Works on the dashboard, feed page, and navigation drawer.
- **Commit Tags** — Show git tags as badges on the commits list page, so you can instantly see which commits are tagged releases.

<details>
<summary>Screenshot</summary>
<img src="docs/screenshots/better-top-repositories.png" alt="Better Top Repositories" width="300" />
<img src="docs/screenshots/commit-tags.png" alt="Commit Tags" width="300" />
</details>

- **Recent Commit Message Color** — Highlight recent commits with color based on their age, making it easy to spot the latest changes. This feature is always on.
- **Recent Commit Message Color** — Highlight recent commits with color based on their age, making it easy to spot the latest changes. Always on.

<details>
<summary>Screenshot</summary>
Expand Down
42 changes: 25 additions & 17 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,36 @@

## 功能

- **PR 分支名显示** — 在 PR 标题旁显示源分支名,点击即可复制。
### 首页

- **首页跳转 Feed** — 首次访问 `github.com` 时自动跳转到 Feed 页面。从 GitHub 站内导航到首页(如点击 Logo)不会触发跳转。默认关闭。

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/pr-branch-name.png" alt="PR 分支名与 Review 状态" width="600" />
<img src="docs/screenshots/redirect-home-feed.png" alt="首页跳转 Feed" width="300" />
</details>

- **PR Review 状态** — 在 PR 列表展示 review thread 的解决状态(已解决 / 未解决)。仅在 PR 存在 review thread 时显示,没有 review 评论的 PR 不会出现标记,draft pr 也不会
- **Better Top Repositories** — 自动展开侧边栏 "Top repositories" 列表,并支持将常用仓库置顶。适用于 Dashboard、Feed 页面和导航抽屉

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/pr-review-status.png" alt="PR Review 状态" width="430" />
<img src="docs/screenshots/better-top-repositories.png" alt="Better Top Repositories" width="300" />
</details>

- **Releases Tab** — 在仓库导航栏添加 Releases 标签页,快速访问。
### Pull Requests

- **PR 分支名显示** — 在 PR 标题旁显示源分支名,点击即可复制。

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/releases-tab.png" alt="Releases Tab" width="800" />
<img src="docs/screenshots/pr-branch-name.png" alt="PR 分支名与 Review 状态" width="600" />
</details>

- **PR Review 状态** — 在 PR 列表展示 review thread 的解决状态(已解决 / 未解决)。仅在 PR 存在 review thread 时显示,没有 review 评论的 PR 不会出现标记,draft PR 也不会。

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/pr-review-status.png" alt="PR Review 状态" width="430" />
</details>

- **PR Label 前置** — 将 PR 标签移到标题前方,提升可读性和浏览效率。
Expand All @@ -46,35 +57,32 @@
<img src="docs/screenshots/pr-quick-approve.png" alt="PR 快速 Approve" width="300" />
</details>

### PR & Issue 列表

- **默认按更新时间排序** — PR 和 Issue 列表默认按最近更新排序,而非 GitHub 默认的创建时间。不再错过活跃的 PR。

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/pr-issue-default-sort.png" alt="默认按更新时间排序" width="600" />
</details>

- **Commit 标签显示** — 在 commits 列表页展示 git tag 标记,一眼看出哪些 commit 对应了 release 版本。

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/commit-tags.png" alt="Commit 标签显示" width="300" />
</details>
### 仓库页面

- **首页跳转 Feed** — 首次访问 `github.com` 时自动跳转到 Feed 页面。从 GitHub 站内导航到首页(如点击 Logo)不会触发跳转。默认关闭
- **Releases Tab** — 在仓库导航栏添加 Releases 标签页,快速访问

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/redirect-home-feed.png" alt="首页跳转 Feed" width="300" />
<img src="docs/screenshots/releases-tab.png" alt="Releases Tab" width="800" />
</details>

- **Better Top Repositories** — 自动展开侧边栏 "Top repositories" 列表,并支持将常用仓库置顶。适用于 Dashboard、Feed 页面和导航抽屉
- **Commit 标签显示** — 在 commits 列表页展示 git tag 标记,一眼看出哪些 commit 对应了 release 版本

<details>
<summary>示例截图</summary>
<img src="docs/screenshots/better-top-repositories.png" alt="Better Top Repositories" width="300" />
<img src="docs/screenshots/commit-tags.png" alt="Commit 标签显示" width="300" />
</details>

- **最近提交 Commit Message 颜色** — 根据提交时间为最近的几个 commit message 添加颜色,帮助快速定位最新提交。此功能默认开启,不可关闭
- **最近提交 Commit Message 颜色** — 根据提交时间为最近的几个 commit message 添加颜色,帮助快速定位最新提交。常驻开启

<details>
<summary>示例截图</summary>
Expand Down
Loading