Riattivato il Calendario (ma ancora non lo rendo visibile)

aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi
Aggiunto Filtro Data
This commit is contained in:
paoloar77
2022-02-24 19:13:06 +01:00
parent 7b3a5a2ba8
commit 430408f7bf
64 changed files with 1061 additions and 473 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.2.8"
APP_VERSION="0.2.9"
SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,7 +1,7 @@
const msg_website_enUs = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'InsiemeSiPuò BOT',
},
pages: {

View File

@@ -1,7 +1,7 @@
const msg_website_es = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'InsiemeSiPuò BOT',
},
pages: {

View File

@@ -1,7 +1,7 @@
const msg_website_fr = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'InsiemeSiPuò BOT',
},
homepage: {

View File

@@ -1,7 +1,7 @@
const msg_website_it = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'il Bot di InsiemeSiPuò',
},
products: {

View File

@@ -1,7 +1,7 @@
const msg_website_pt = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'InsiemeSiPuò BOT',
},
pages: {

View File

@@ -1,7 +1,7 @@
const msg_website_si = {
ws: {
sitename: 'InsiemeSiPuò',
siteshortname: 'InsiemeSiPuò',
siteshortname: 'ISP',
botname: 'InsiemeSiPuò BOT',
},
pages: {

View File

@@ -382,10 +382,10 @@ const baseroutes: IListRoutes[] = [
{
active: false,
order: 100,
path: '/bacheca',
path: '/events',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.bacheca',
component: () => import('@/root/bacheca/bacheca.vue'),
name: 'mypages.events',
component: () => import('@/root/eventi/eventi.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,