added frequent links, changed events calendar to english

This commit is contained in:
2026-01-23 12:30:33 +01:00
parent c517c1b7ce
commit 85828a6d14
+28 -10
View File
@@ -416,6 +416,28 @@ data:
{{ end }} {{ end }}
</div> </div>
# Quick Links - Frequently used
- type: bookmarks
title: Frequently used
groups:
- title: ""
links:
- title: Youtube
url: https://youtube.com
icon: si:youtube
- title: Facebook
url: https://facebook.com
icon: si:facebook
- title: Spotify
url: https://spotify.com
icon: si:spotify
- title: Gmail
url: https://gmail.com
icon: si:gmail
- title: Yahoo Mail
url: https://mail.yahoo.com
icon: https://web.dooplex.hu/static/white-icons/yahoo.png
# Quick Links - Productivity # Quick Links - Productivity
- type: bookmarks - type: bookmarks
title: Productivity title: Productivity
@@ -554,7 +576,7 @@ data:
# Outline Notes iframe # Outline Notes iframe
- type: iframe - type: iframe
source: https://outline.dooplex.hu/collection/notes-VVby8kTDMn/recent source: https://outline.dooplex.hu/collection/notes-VVby8kTDMn/recent
height: 500 height: 800
title: Recent Notes title: Recent Notes
# ---------- RIGHT COLUMN ---------- # ---------- RIGHT COLUMN ----------
@@ -562,7 +584,7 @@ data:
widgets: widgets:
# Calendar Events Widget (Órák & Családi) # Calendar Events Widget (Órák & Családi)
- type: custom-api - type: custom-api
title: Naptár title: Next Events
cache: 5m cache: 5m
url: http://glance-helper.glance-system.svc.cluster.local:8000/calendar/events url: http://glance-helper.glance-system.svc.cluster.local:8000/calendar/events
parameters: parameters:
@@ -636,12 +658,8 @@ data:
</style> </style>
<div class="cal-widget"> <div class="cal-widget">
<div class="cal-meta">
<span>Következő események ({{ $count }})</span>
</div>
{{ if lt $count 1 }} {{ if lt $count 1 }}
<div class="cal-empty">Nincs közelgő esemény.</div> <div class="cal-empty">No events in near future</div>
{{ else }} {{ else }}
{{ if $hasMore }}<input type="checkbox" id="cal-expand" style="display:none;">{{ end }} {{ if $hasMore }}<input type="checkbox" id="cal-expand" style="display:none;">{{ end }}
<div class="cal-list"> <div class="cal-list">
@@ -661,7 +679,7 @@ data:
<div class="cal-time"> <div class="cal-time">
<div class="cal-date">{{ $startDate }}</div> <div class="cal-date">{{ $startDate }}</div>
{{ if $isAllDay }} {{ if $isAllDay }}
<div class="cal-allday">Egész nap</div> <div class="cal-allday">Whole day</div>
{{ else }} {{ else }}
<div class="cal-hour">{{ $startTime }}</div> <div class="cal-hour">{{ $startTime }}</div>
{{ end }} {{ end }}
@@ -670,8 +688,8 @@ data:
{{ end }} {{ end }}
</div> </div>
{{ if $hasMore }} {{ if $hasMore }}
<label class="cal-toggle cal-toggle-more" for="cal-expand">Mutass többet ({{ sub $count $showCount }} további) ▼</label> <label class="cal-toggle cal-toggle-more" for="cal-expand">Show more ({{ sub $count $showCount }} további) ▼</label>
<label class="cal-toggle cal-toggle-less" for="cal-expand">Mutass kevesebbet ▲</label> <label class="cal-toggle cal-toggle-less" for="cal-expand">Show less ▲</label>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>