diff --git a/_ALL_SITES/insiemesipuo.app/db/static_data.ts b/_ALL_SITES/insiemesipuo.app/db/static_data.ts index a2dc0276..f475e32b 100755 --- a/_ALL_SITES/insiemesipuo.app/db/static_data.ts +++ b/_ALL_SITES/insiemesipuo.app/db/static_data.ts @@ -416,7 +416,7 @@ const baseroutes: IListRoutes[] = [ active: true, order: 130, path: '/friends', - materialIcon: 'fas fa-users', + materialIcon: 'eva-people-outline', name: 'mypages.friends', component: () => import('@/views/user/myfriends/myfriends.vue'), meta: { requiresAuth: true }, @@ -583,7 +583,7 @@ const baseroutes: IListRoutes[] = [ inmenu: true, }, { - active: true, + active: false, order: 80, path: '/calendario-eventi', materialIcon: 'event', diff --git a/_ALL_SITES/insiemesipuo.app/root/home/home.vue b/_ALL_SITES/insiemesipuo.app/root/home/home.vue index 8c0df873..0922f514 100755 --- a/_ALL_SITES/insiemesipuo.app/root/home/home.vue +++ b/_ALL_SITES/insiemesipuo.app/root/home/home.vue @@ -23,15 +23,6 @@
- -
- Ora Accedi al Bot Telegram
- per vedere tutti i Menu e le chat ! -
- -
diff --git a/_ALL_SITES/popolodelnuovomondo.app/db/static_data.ts b/_ALL_SITES/popolodelnuovomondo.app/db/static_data.ts index 7f3d07de..5fcf68ee 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/db/static_data.ts +++ b/_ALL_SITES/popolodelnuovomondo.app/db/static_data.ts @@ -583,7 +583,7 @@ const baseroutes: IListRoutes[] = [ inmenu: true, }, { - active: true, + active: false, order: 80, path: '/calendario-eventi', materialIcon: 'event', diff --git a/public/images/noimg.png b/public/images/noimg.png old mode 100755 new mode 100644 index 90926168..dc14c4b5 Binary files a/public/images/noimg.png and b/public/images/noimg.png differ diff --git a/quasar.conf.js b/quasar.conf.js index 1060c9a4..cfcf4095 100755 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -49,7 +49,7 @@ module.exports = configure((ctx) => ({ extras: [ // 'ionicons-v4', // 'mdi-v5', - // 'eva-icons', + 'eva-icons', // 'themify', // 'line-awesome', 'ionicons-v4', diff --git a/src/App.ts b/src/App.ts index bd3762f3..91b39e02 100755 --- a/src/App.ts +++ b/src/App.ts @@ -5,6 +5,7 @@ import { useI18n } from '@src/boot/i18n' import { useGlobalStore } from '@store/globalStore' import { useUserStore } from '@store/UserStore' import { Header } from '@/components/Header' +import { MyFooter } from '@/components/MyFooter' import { computed } from 'vue' import { CProvaPao } from '@/components/CProvaPao' import { tools } from '@store/Modules/tools' @@ -12,6 +13,7 @@ import { tools } from '@store/Modules/tools' export default { components: { appHeader: Header, + appFooter: MyFooter, CProvaPao, BannerCookies, /* , CPreloadImages */ }, diff --git a/src/App.vue b/src/App.vue index 3441fd9b..45cfbf82 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,14 @@