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",
|
"name": "web-display",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"packageManager": "pnpm@10.6.2",
|
"packageManager": "pnpm@10.8.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
|
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vue-tsc --noEmit && vite build",
|
||||||
|
|||||||
@@ -83,6 +83,7 @@
|
|||||||
:class="{ 'calendar-holiday': calendarEntry.isHoliday }">
|
:class="{ 'calendar-holiday': calendarEntry.isHoliday }">
|
||||||
<span>
|
<span>
|
||||||
{{ calendarEntry.summary }}
|
{{ calendarEntry.summary }}
|
||||||
|
<span v-if="!calendarEntry.isAllDay">@ {{ format(calendarEntry.start, 'p') }}</span>
|
||||||
</span>
|
</span>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user