dev #199

Closed
sora wants to merge 21 commits from dev into master
10 changed files with 232 additions and 133 deletions
Showing only changes of commit a9a947f81b - Show all commits

View File

@@ -14,11 +14,11 @@
.tooltip-text Editor .tooltip-text Editor
.col-1 .col-1
.col-1 .col-1
a.text-white.tooltip(v-on:click.prevent="toast_impexp(true)") a.text-white.tooltip(v-on:click.prevent="toast.impexp(true, journey)")
i.fas.fa-file-import i.fas.fa-file-import
.tooltip-text Import .tooltip-text Import
.col-1 .col-1
a.text-white.tooltip(v-on:click.prevent="toast_impexp(false)") a.text-white.tooltip(v-on:click.prevent="toast.impexp(false, journey)")
i.fas.fa-file-export i.fas.fa-file-export
.tooltip-text Export .tooltip-text Export