added frequent links, changed events calendar to english
This commit is contained in:
@@ -416,6 +416,28 @@ data:
|
||||
{{ end }}
|
||||
</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
|
||||
- type: bookmarks
|
||||
title: Productivity
|
||||
@@ -554,7 +576,7 @@ data:
|
||||
# Outline Notes iframe
|
||||
- type: iframe
|
||||
source: https://outline.dooplex.hu/collection/notes-VVby8kTDMn/recent
|
||||
height: 500
|
||||
height: 800
|
||||
title: Recent Notes
|
||||
|
||||
# ---------- RIGHT COLUMN ----------
|
||||
@@ -562,7 +584,7 @@ data:
|
||||
widgets:
|
||||
# Calendar Events Widget (Órák & Családi)
|
||||
- type: custom-api
|
||||
title: Naptár
|
||||
title: Next Events
|
||||
cache: 5m
|
||||
url: http://glance-helper.glance-system.svc.cluster.local:8000/calendar/events
|
||||
parameters:
|
||||
@@ -636,12 +658,8 @@ data:
|
||||
</style>
|
||||
|
||||
<div class="cal-widget">
|
||||
<div class="cal-meta">
|
||||
<span>Következő események ({{ $count }})</span>
|
||||
</div>
|
||||
|
||||
{{ 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 }}
|
||||
{{ if $hasMore }}<input type="checkbox" id="cal-expand" style="display:none;">{{ end }}
|
||||
<div class="cal-list">
|
||||
@@ -661,7 +679,7 @@ data:
|
||||
<div class="cal-time">
|
||||
<div class="cal-date">{{ $startDate }}</div>
|
||||
{{ if $isAllDay }}
|
||||
<div class="cal-allday">Egész nap</div>
|
||||
<div class="cal-allday">Whole day</div>
|
||||
{{ else }}
|
||||
<div class="cal-hour">{{ $startTime }}</div>
|
||||
{{ end }}
|
||||
@@ -670,8 +688,8 @@ data:
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ 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-less" for="cal-expand">Mutass kevesebbet ▲</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">Show less ▲</label>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user