dev #199

Closed
sora wants to merge 21 commits from dev into master
12 changed files with 274 additions and 173 deletions
Showing only changes of commit 4537653465 - Show all commits

View File

@@ -26,7 +26,7 @@
.text {{ element.title || "Leg "+idx}}
i.fa.fa-times.text-small.fright(
style="top: 2px; right: 2px; position: absolute",
@click="journey.rm_leg(idx); focus_leg(journey);"
@click="toast.delete_leg(idx, journey)"
)
.list-group-item.bg-white.text-white.show.placeholder-right(
:class="journey.sel_leg < journey.data.main.length-1? '': 'bg-dark'"