Skip to content

Commit

Permalink
fix(input-config): fix title on input config panel and add search ter…
Browse files Browse the repository at this point in the history
…ms (#740)
  • Loading branch information
2xAA authored Jul 4, 2022
1 parent 3f92514 commit 8e42216
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</gl-component>

<gl-stack title="Input Stack">
<gl-component title="Input config" :closable="false">
<gl-component title="Input Config" :closable="false">
<InputConfig />
</gl-component>

Expand Down
14 changes: 14 additions & 0 deletions src/components/InputConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
<div
class="input-config"
v-infoView="{ title: iVTitle, body: iVBody, id: 'Input Config Panel' }"
v-searchTerms="{
terms: [
'input link',
'input config',
'link',
'config',
'midi',
'audio feature',
'expression',
'smoothing'
],
title: 'Input Config',
type: 'Panel'
}"
>
<div v-if="inputConfig">
<grid class="borders">
Expand Down

0 comments on commit 8e42216

Please sign in to comment.