dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit f3381bf8f0 - Show all commits

View File

@ -1,4 +1,4 @@
draggable.list-group.bg-dark( draggable.scroll-content.list-group.bg-dark(
tag="div", tag="div",
:list="journey.data.main", :list="journey.data.main",
handle=".handle" handle=".handle"
@ -16,5 +16,5 @@ draggable.list-group.bg-dark(
) )
.list-group-item.bg-white(@click="journey.add_leg()") .list-group-item.bg-white(@click="journey.add_leg()")
.text Add Section .text Add Leg
i.fa.fa-plus.add(style="top: 12px; right: 5px; position: absolute") i.fa.fa-plus.add(style="top: 12px; right: 5px; position: absolute")