Add logo and rename

This commit is contained in:
2025-11-12 17:16:13 +01:00
parent 584a4a0acd
commit f903e28728
49 changed files with 628 additions and 192 deletions

View File

@ -36,6 +36,7 @@
hx-get="/api/daily/{{.Date.Format "2006-01-02"}}"
hx-target="#editor-container"
hx-swap="innerHTML"
hx-push-url="true"
{{end}}
title="{{if .HasNote}}Note du {{.Date.Format "02/01/2006"}}{{else}}{{.Date.Format "02/01/2006"}} - Pas de note{{end}}">
<span class="calendar-day-number">{{.Day}}</span>
@ -49,6 +50,7 @@
hx-get="/api/daily/today"
hx-target="#editor-container"
hx-swap="innerHTML"
hx-push-url="true"
title="Ouvrir la note du jour">
📅 Aujourd'hui
</button>