Added loading and empty state to experience list

This commit is contained in:
Stefan Zermatten
2020-06-05 22:20:40 +02:00
parent db1ae5db3d
commit bc3fc9574a
7 changed files with 27 additions and 96 deletions

View File

@@ -21,6 +21,7 @@
type="number"
class="base-value-field text-xs-center large-format no-flex"
suffix="XP"
autofocus
:value="model.xp"
:error-messages="errors.xp"
@change="change('xp', ...arguments)"
@@ -28,6 +29,7 @@
</div>
<text-field
label="Name"
:autofocus="milestone"
:value="model.name"
:error-messages="errors.name"
@change="change('name', ...arguments)"