perspective filter menu

This commit is contained in:
Jan Prochazka
2022-08-28 12:10:53 +02:00
parent f405db7685
commit 2284264a92
4 changed files with 45 additions and 16 deletions

View File

@@ -74,6 +74,10 @@
<span>{node.title}</span>
<SortOrderIcon order={node.sortOrder} orderIndex={node.sortOrderIndex} />
{#if node.getFilter()}
<FontIcon icon="img filter" />
{/if}
</div>
<style>