Project Manager: Feature tag filtering for header of the gem catalog (#1956)

* [LYN-4440] Added new feature tag remove icon

Signed-off-by: Benjamin Jillich <jillich@amazon.com>

* [LYN-4440] Added new gem filter tag widget

Signed-off-by: Benjamin Jillich <jillich@amazon.com>

* [LYN-4440] Added feature tag widget used for showing the filtered tags in the gem catalog header

Signed-off-by: Benjamin Jillich <jillich@amazon.com>

* [LYN-4440] Added filter tag widget container to the gem catalog header and connected it to the gem model

Signed-off-by: Benjamin Jillich <jillich@amazon.com>

* [LYN-4440] Syncing the feature tag filters on the left panel with the tag widgets in the header and styling the item delegates

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
Benjamin Jillich
2021-07-09 08:18:35 -07:00
committed by GitHub
parent 5b44ea9b9a
commit 595ac3fb08
10 changed files with 213 additions and 8 deletions
@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55069 19.5506L19.5213 2.58008L21.289 4.34785L4.31845 21.3184L2.55069 19.5506Z" fill="#94D2FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.28706 2.65039L21.2576 19.6209L19.4899 21.3887L2.51929 4.41815L4.28706 2.65039Z" fill="#94D2FF"/>
</svg>

After

Width:  |  Height:  |  Size: 400 B

@@ -34,5 +34,6 @@
<file>Warning.svg</file>
<file>Backgrounds/DefaultBackground.jpg</file>
<file>Backgrounds/FtueBackground.jpg</file>
<file>FeatureTagClose.svg</file>
</qresource>
</RCC>
@@ -478,6 +478,13 @@ QProgressBar::chunk {
background-color: #333333;
}
/************** Filter tag widget **************/
#FilterTagWidgetTextLabel {
color: #94D2FF;
font-size: 10px;
}
/************** Gem Catalog (Inspector) **************/
#GemCatalogInspector {