mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
⚡ Adds ExportConfigMenu to Home view
This commit is contained in:
parent
68cd03636a
commit
48947785bd
@ -49,6 +49,7 @@
|
|||||||
{{searchValue ? $t('home.no-results') : $t('home.no-data')}}
|
{{searchValue ? $t('home.no-results') : $t('home.no-data')}}
|
||||||
</div>
|
</div>
|
||||||
<EditModeSaveMenu v-if="isEditMode" />
|
<EditModeSaveMenu v-if="isEditMode" />
|
||||||
|
<ExportConfigMenu />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -57,6 +58,7 @@
|
|||||||
import SettingsContainer from '@/components/Settings/SettingsContainer.vue';
|
import SettingsContainer from '@/components/Settings/SettingsContainer.vue';
|
||||||
import Section from '@/components/LinkItems/Section.vue';
|
import Section from '@/components/LinkItems/Section.vue';
|
||||||
import EditModeSaveMenu from '@/components/InteractiveEditor/EditModeSaveMenu.vue';
|
import EditModeSaveMenu from '@/components/InteractiveEditor/EditModeSaveMenu.vue';
|
||||||
|
import ExportConfigMenu from '@/components/InteractiveEditor/ExportConfigMenu.vue';
|
||||||
import { searchTiles } from '@/utils/Search';
|
import { searchTiles } from '@/utils/Search';
|
||||||
import Defaults, { localStorageKeys, iconCdns } from '@/utils/defaults';
|
import Defaults, { localStorageKeys, iconCdns } from '@/utils/defaults';
|
||||||
import ErrorHandler from '@/utils/ErrorHandler';
|
import ErrorHandler from '@/utils/ErrorHandler';
|
||||||
@ -67,6 +69,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
SettingsContainer,
|
SettingsContainer,
|
||||||
EditModeSaveMenu,
|
EditModeSaveMenu,
|
||||||
|
ExportConfigMenu,
|
||||||
Section,
|
Section,
|
||||||
BackIcon,
|
BackIcon,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user