mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Package manager UI-related tweaks (#4382)
* Add Plugins Path setting * Fix/improve cache invalidation * Hide load error when collapsing package source * Package manager style tweaks * Show error if installed packages query failed * Prevent "No packages found" flicker * Show <unknown> if empty version * Always show latest version, highlight if new version available * Fix issues with non-unique cross-source package ids * Don't wrap id, version and date * Decrease collapse button padding * Display description for scraper packages * Fix default packages population * Change default package path to community --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ query InstalledPluginPackages {
|
||||
query InstalledPluginPackagesStatus {
|
||||
installedPackages(type: Plugin) {
|
||||
...PackageData
|
||||
upgrade {
|
||||
source_package {
|
||||
...PackageData
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user