mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
sorted plugins list
This commit is contained in:
@@ -57,6 +57,7 @@ export class PluginManagerService {
|
|||||||
}))),
|
}))),
|
||||||
map(plugins => plugins.filter(x => x.packageName.startsWith(NAME_PREFIX))),
|
map(plugins => plugins.filter(x => x.packageName.startsWith(NAME_PREFIX))),
|
||||||
map(plugins => plugins.filter(x => !BLACKLIST.includes(x.packageName))),
|
map(plugins => plugins.filter(x => !BLACKLIST.includes(x.packageName))),
|
||||||
|
map(plugins => plugins.sort((a, b) => a.name.localeCompare(b.name))),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user