fix(repo): prevent double-write redirect collisions on dependency errors, fix ui (#38627)

1. fix `AddDependency` and ` RemoveDependency` to respond correctly
2. refactor the form to use "form-fetch-action"
3. fix the issue dependency icon layout regression

---------

Signed-off-by: Sudhanshu Singh <sudhanshuwriterblc@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Shudhanshu Singh
2026-07-25 18:09:36 +05:30
committed by GitHub
parent 39cc4db4ba
commit fadaf36e95
4 changed files with 48 additions and 54 deletions
+7
View File
@@ -649,6 +649,13 @@ td .commit-summary {
text-decoration: line-through;
}
.repository.view.issue .ui.depending .item .item-left {
display: flex;
flex: 1;
flex-direction: column;
min-width: 0;
}
.repository .comment.form .content .field:first-child {
clear: none;
}