Overhauled action detail view

This commit is contained in:
Stefan Zermatten
2020-06-16 13:51:58 +02:00
parent ecba587253
commit e1bfb173ab
9 changed files with 208 additions and 72 deletions

View File

@@ -23,8 +23,16 @@
:error-messages="errors.rollBonus"
@change="change('rollBonus', ...arguments)"
/>
<text-area
label="Summary"
hint="This will appear in the action card in the character sheet"
:value="model.summary"
:error-messages="errors.summary"
@change="change('summary', ...arguments)"
/>
<text-area
label="Description"
hint="The rest of the description that doesn't fit in the summary goes here"
:value="model.description"
:error-messages="errors.description"
@change="change('description', ...arguments)"