Tree Refresh; Draft Note Replies (#289)
* fix: always refresh discussion tree data after choosing a new branch * fix: rebuild discussion tree without collapsing nodes after all edit/delete/create actions * feat: add command to refresh discussion tree * feat: Add support for draft note replies, e.g. replies to existing notes and comments in draft form * fix: allow backticks in comment suggestions This is a #MINOR release
This commit is contained in:
committed by
GitHub
parent
cf6ccddce3
commit
0d0ed1639a
@@ -91,7 +91,10 @@ M.build_info_lines = function()
|
||||
branch = { title = "Branch", content = info.source_branch },
|
||||
labels = { title = "Labels", content = table.concat(info.labels, ", ") },
|
||||
target_branch = { title = "Target Branch", content = info.target_branch },
|
||||
delete_branch = { title = "Delete Source Branch", content = (info.force_remove_source_branch and "Yes" or "No") },
|
||||
delete_branch = {
|
||||
title = "Delete Source Branch",
|
||||
content = (info.force_remove_source_branch and "Yes" or "No"),
|
||||
},
|
||||
squash = { title = "Squash Commits", content = (info.squash and "Yes" or "No") },
|
||||
pipeline = {
|
||||
title = "Pipeline Status",
|
||||
|
||||
Reference in New Issue
Block a user