mirror of https://github.com/Lissy93/dashy.git
🔥 Remove previous widget implementation from Home page
This commit is contained in:
parent
70f99ea1e9
commit
19d3c03001
|
@ -27,8 +27,6 @@
|
|||
+ (singleSectionView ? 'single-section-view ' : '')
|
||||
+ (this.colCount ? `col-count-${this.colCount} ` : '')"
|
||||
>
|
||||
<!-- Display any dynamic widget content -->
|
||||
<!-- <WidgetGroup v-if="!singleSectionView" :widgets="widgets" /> -->
|
||||
<template v-for="(section, index) in filteredTiles">
|
||||
<Section
|
||||
:key="index"
|
||||
|
@ -65,7 +63,6 @@
|
|||
|
||||
import SettingsContainer from '@/components/Settings/SettingsContainer.vue';
|
||||
import Section from '@/components/LinkItems/Section.vue';
|
||||
// import WidgetGroup from '@/components/Widgets/WidgetGroup';
|
||||
import EditModeSaveMenu from '@/components/InteractiveEditor/EditModeSaveMenu.vue';
|
||||
import ExportConfigMenu from '@/components/InteractiveEditor/ExportConfigMenu.vue';
|
||||
import AddNewSection from '@/components/InteractiveEditor/AddNewSectionLauncher.vue';
|
||||
|
@ -79,7 +76,6 @@ export default {
|
|||
name: 'home',
|
||||
components: {
|
||||
SettingsContainer,
|
||||
// WidgetGroup,
|
||||
EditModeSaveMenu,
|
||||
ExportConfigMenu,
|
||||
AddNewSection,
|
||||
|
|
Loading…
Reference in New Issue