From 9d8b06ff03f17df10cbf7fe60321592857ed9eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=8F=8A?= <522caiji@gmail.com> Date: Thu, 10 Sep 2026 22:45:45 +0800 Subject: [PATCH] fix: open request history details --- CHANGELOG.md | 4 ++++ frontend/src/pages/LogsPage.tsx | 2 +- .../{TrafficChart-DaH-8KE0.js => TrafficChart-BqrGStdK.js} | 2 +- .../static/assets/{index-DzraaBh3.js => index-CkH3yXd7.js} | 4 ++-- internal/webui/static/index.html | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) rename internal/webui/static/assets/{TrafficChart-DaH-8KE0.js => TrafficChart-BqrGStdK.js} (99%) rename internal/webui/static/assets/{index-DzraaBh3.js => index-CkH3yXd7.js} (98%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57c1e3..ece5b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ Write each change in both `### English` and `### 中文` under `## Unreleased`. ### English +- Restore opening request-history details by using the table row action event supported by HeroUI + ### 中文 +- 改用 HeroUI 支持的表格行操作事件,恢复点击请求历史查看详情 + ## 0.4.6 - 2026-09-10 ### English diff --git a/frontend/src/pages/LogsPage.tsx b/frontend/src/pages/LogsPage.tsx index 87dcf98..d2bc7ef 100644 --- a/frontend/src/pages/LogsPage.tsx +++ b/frontend/src/pages/LogsPage.tsx @@ -659,7 +659,7 @@ export function LogsPage() {