Initial add of notifications

This commit is contained in:
Magnus Åhall 2024-06-29 15:20:31 +02:00
parent 24cf7fd4cc
commit ca9a6c3e1d
9 changed files with 98 additions and 6 deletions

View file

@ -28,6 +28,13 @@
</a>
</div>
<div class="entry {{ if eq .MENU "notifications" }}selected{{ end }}">
<a href="/notifications">
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/notifications{{ if eq .MENU "notifications" }}_selected{{ end }}.svg" style="width: 36px">
<div class="label">Notifications</div>
</a>
</div>
<div class="entry {{ if eq .MENU "configuration" }}selected{{ end }}">
<a href="/configuration">
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/configuration{{ if eq .MENU "configuration" }}_selected{{ end }}.svg">