feat: add calendar widget (#663)
* feat: add calendar widget * feat: add artifacts to gitignore
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
||||
},
|
||||
init: {
|
||||
title: "New Homarr installation",
|
||||
subtitle: "Please create the initial administator user",
|
||||
subtitle: "Please create the initial administrator user",
|
||||
},
|
||||
},
|
||||
field: {
|
||||
@@ -907,6 +907,18 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
calendar: {
|
||||
name: "Calendar",
|
||||
description: "Display events from your integrations in a calendar view within a certain relative time period",
|
||||
option: {
|
||||
filterPastMonths: {
|
||||
label: "Start from",
|
||||
},
|
||||
filterFutureMonths: {
|
||||
label: "End at",
|
||||
},
|
||||
},
|
||||
},
|
||||
weather: {
|
||||
name: "Weather",
|
||||
description: "Displays the current weather information of a set location.",
|
||||
@@ -1473,6 +1485,9 @@ export default {
|
||||
ping: {
|
||||
label: "Pings",
|
||||
},
|
||||
mediaOrganizer: {
|
||||
label: "Media Organizers",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user