dev merge (#163)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: soraefir
Co-authored-by: sora-ext
Reviewed-on: #163
This commit is contained in:
2025-03-05 00:11:11 +01:00
parent 78b080dc05
commit 803dd84858
34 changed files with 749 additions and 336 deletions

View File

@ -0,0 +1,30 @@
.smallbar
.col-auto.mr-auto(style="display:flex; flex-flow: row")
.col-1
a.text-white.tooltip(:href="'/short/' + journey.id")
i.fas.fa-file-contract
.tooltip-text Summary
.col-1
a.text-white.tooltip(:href="'/view/' + journey.id")
i.fas.fa-camera
.tooltip-text Daily
.col-1
a.text-white.tooltip(href="#", v-on:click.prevent="first_step")
i.fas.fa-tools
.tooltip-text Editor
.col-1
.col-1
a.text-white.tooltip(v-on:click.prevent="toast_impexp(true)")
i.fas.fa-file-import
.tooltip-text Import
.col-1
a.text-white.tooltip(v-on:click.prevent="toast_impexp(false)")
i.fas.fa-file-export
.tooltip-text Export
.col-auto.ml-auto
.switch.legday-switch
input(type="checkbox" v-model="useDay")
.rocker
.rocker-left LEG
.rocker-right DAY