mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Add start time to calendar entries
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "web-display",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"packageManager": "pnpm@10.8.1",
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
:class="{ 'calendar-holiday': calendarEntry.isHoliday }">
|
||||
<span>
|
||||
{{ calendarEntry.summary }}
|
||||
<span v-if="!calendarEntry.isAllDay">@ {{ format(calendarEntry.start, 'p') }}</span>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user