📅 Add calendar functionality

This commit is contained in:
Danny Morabito 2025-04-03 17:05:37 +02:00
parent a5348a3c62
commit 1fa04fa4d9
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
3 changed files with 43 additions and 19 deletions

View file

@ -37,8 +37,8 @@ export class Home extends LitElement {
},
{
id: 2,
href: 'calendar',
name: 'Calendar',
href: 'beacon',
name: 'Beacon',
color: '#FF8C00',
icon: 'fa-solid:sun',
},

View file

@ -38,7 +38,7 @@ export default class EveRouter extends LitElement {
component: literal`arx-eve-home`,
},
{
pattern: 'calendar',
pattern: 'beacon',
params: {},
component: literal`arx-calendar-route`,
},