major UI modification

This commit is contained in:
les
2020-07-28 12:24:39 +02:00
parent 2758541df0
commit 411560c218
27 changed files with 770 additions and 572 deletions

View File

@@ -1,8 +1,8 @@
<template lang='pug'>
div#list
el-divider(v-if='title') {{title}}
el-timeline
el-timeline-item(
p(v-if='title') {{title}}
v-timeline
v-timeline-item(
v-for='event in events'
:key='`${event.id}_${event.start_datetime}`'
:timestamp='event|when'