Release (#440)
* Feat: Enable sorting discussions by original comment (#422) * Feat: Improve popup UX (#426) * Feat: Automatically update MR summary details (#427) * Feat: Show update progress in winbar (#432) * Feat: Abbreviate winbar (#439) * Fix: Note Creation Bug (#441) * Fix: Checking whether comment can be created (#434) * Fix: Syntax in discussion tree (#433) * fix: improve indication of resolved threads and drafts (#442) * Docs: Various minor improvements (#445) --------- Co-authored-by: Jakub F. Bortlík <jakub.bortlik@proton.me>
This commit is contained in:
committed by
GitHub
parent
be027331e1
commit
495e64c8bc
@@ -92,10 +92,10 @@ return {
|
||||
end
|
||||
end,
|
||||
toggle_draft_mode = discussions.toggle_draft_mode,
|
||||
toggle_sort_method = discussions.toggle_sort_method,
|
||||
publish_all_drafts = draft_notes.publish_all_drafts,
|
||||
refresh_data = function()
|
||||
-- This also rebuilds the regular views
|
||||
u.notify("Refreshing data...", vim.log.levels.INFO)
|
||||
draft_notes.rebuild_view(false, true)
|
||||
end,
|
||||
-- Other functions 🤷
|
||||
|
||||
Reference in New Issue
Block a user