Compare commits

...

2 Commits

Author SHA1 Message Date
dc9880cc35 Merge remote-tracking branch 'origin/master' 2024-02-02 09:01:53 +01:00
feff1d8059 Flammen 2024-02-02 09:01:43 +01:00

View File

@ -103,10 +103,14 @@
{{ habit.name }} {{ habit.name }}
</div> </div>
<div class="col-8" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"> <div class="col-6" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
{{ habit.note }} {{ habit.note }}
</div> </div>
<div class="col-2" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
0 🔥
</div>
<button type="button" class="btn btn-xs btn-danger rounded-circle" data-bs-toggle="modal" data-bs-target="#exampleModal" style="width: 40px; height: 40px" onclick="setSelectedHabitId({{habit.id}})"> <button type="button" class="btn btn-xs btn-danger rounded-circle" data-bs-toggle="modal" data-bs-target="#exampleModal" style="width: 40px; height: 40px" onclick="setSelectedHabitId({{habit.id}})">
<i class="bi bi-trash3"></i> <i class="bi bi-trash3"></i>
</button> </button>