feat(ui): added new section specifically for updates

This commit is contained in:
Folke Lemaitre 2022-12-27 19:35:18 +01:00
parent 7d20364dba
commit 3b46160c01
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ return {
end, end,
title = "Installed", title = "Installed",
}, },
{
---@param plugin LazyPlugin
filter = function(plugin)
return plugin._.has_updates
end,
title = "Updates",
},
{ {
filter = function(plugin) filter = function(plugin)
return has_task(plugin, function(task) return has_task(plugin, function(task)