mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
[PR #238] [MERGED] Improve <details> component #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/238
Author: @subframe7536
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/18/2025
Merged by: @gschier
Base:
master← Head:remove-summary-arrow📝 Commits (2)
f2124cdremove left arrow in summary857ccd7Add and use everywhere📊 Changes
6 files changed (+95 additions, -65 deletions)
View changed files
📝
src-web/components/DynamicForm.tsx(+18 -16)📝
src-web/components/ExportDataDialog.tsx(+9 -14)📝
src-web/components/HeadersEditor.tsx(+31 -30)📝
src-web/components/RouteError.tsx(+3 -3)📝
src-web/components/core/Banner.tsx(+3 -2)➕
src-web/components/core/DetailsBanner.tsx(+31 -0)📄 Description
Remove the
<summary />'s default arrow in<HeadersEditor />. Especially, on Windows, the arrow itself occupies one line, and theInheritedis in next line, so I think it would better to hide it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.