Added author and material views

This commit is contained in:
Ian Paschal 2018-04-09 15:55:56 +02:00
parent 91001455ad
commit 817b724994
10 changed files with 172 additions and 43 deletions

View file

@ -55,7 +55,8 @@ Rectangle {
}
onClicked:
{
manager.filterPackagesByType("plugin")
manager.filterPackages("type", "plugin")
manager.filterAuthors("type", "plugin")
manager.viewCategory = "plugin"
manager.viewPage = "overview"
}
@ -91,7 +92,8 @@ Rectangle {
}
onClicked:
{
manager.filterPackagesByType("material")
manager.filterPackages("type", "material")
manager.filterAuthors("type", "material")
manager.viewCategory = "material"
manager.viewPage = "overview"
}