Increased power of tree searching
This commit is contained in:
@@ -11,9 +11,14 @@
|
||||
<template slot="tree">
|
||||
<v-toolbar
|
||||
flat
|
||||
dense
|
||||
dark
|
||||
style="flex-grow: 0;"
|
||||
>
|
||||
<tree-search-input
|
||||
ref="searchBox"
|
||||
v-model="filter"
|
||||
class="mx-4"
|
||||
/>
|
||||
<v-spacer />
|
||||
<v-switch
|
||||
v-if="context.editPermission !== false"
|
||||
@@ -23,12 +28,6 @@
|
||||
:disabled="organizeDisabled"
|
||||
style="flex-grow: 0; height: 32px;"
|
||||
/>
|
||||
<tree-search-input
|
||||
ref="searchBox"
|
||||
slot="extension"
|
||||
v-model="filter"
|
||||
class="mx-4"
|
||||
/>
|
||||
</v-toolbar>
|
||||
<creature-properties-tree
|
||||
class="pt-2 flex"
|
||||
|
||||
Reference in New Issue
Block a user