Compare commits

..

1 commit

Author SHA1 Message Date
Christophe Robillard
8f9ef3c9f8 only click to view mood day, no mouse over
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
2026-02-26 10:02:48 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { Controller } from '@hotwired/stimulus' import { Controller } from '@hotwired/stimulus'
export default class extends Controller { export default class extends Controller {
static targets = [ "image", "modeDay" ]; static targets = [ "image", "modeDay", "modeDayMobile" ]
updateDayInfo(event) { updateDayInfo(event) {
const image = this.imageTarget; const image = this.imageTarget;

View file

@ -34,9 +34,9 @@
</div> </div>
</div> </div>
<div class="container mb-4 p-3 has-background-white day-info"> <div class="container mb-4 p-3 has-background-white day-info">
<div class="title is-4"> <div class="title is-4" data-mood-target="modeDay">
<span class="icon"><i class="fa-regular fa-calendar"></i></span> <span class="icon"><i class="fa-regular fa-calendar"></i></span>
<span data-mood-target="modeDay">Aujourd'hui</span> Aujourd'hui
</div> </div>
</div> </div>
<div class="logs"> <div class="logs">