explore: add folders link
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
3f4f96074b
commit
123ede8f00
|
@ -46,6 +46,8 @@ import axios from '@nextcloud/axios';
|
||||||
import ClusterHList from './ClusterHList.vue';
|
import ClusterHList from './ClusterHList.vue';
|
||||||
|
|
||||||
import NcButton from '@nextcloud/vue/dist/Components/NcButton';
|
import NcButton from '@nextcloud/vue/dist/Components/NcButton';
|
||||||
|
|
||||||
|
import FolderIcon from 'vue-material-design-icons/Folder.vue';
|
||||||
import StarIcon from 'vue-material-design-icons/Star.vue';
|
import StarIcon from 'vue-material-design-icons/Star.vue';
|
||||||
import VideoIcon from 'vue-material-design-icons/PlayCircle.vue';
|
import VideoIcon from 'vue-material-design-icons/PlayCircle.vue';
|
||||||
import ArchiveIcon from 'vue-material-design-icons/PackageDown.vue';
|
import ArchiveIcon from 'vue-material-design-icons/PackageDown.vue';
|
||||||
|
@ -70,6 +72,11 @@ export default defineComponent({
|
||||||
tags: [] as ICluster[],
|
tags: [] as ICluster[],
|
||||||
|
|
||||||
categories: [
|
categories: [
|
||||||
|
{
|
||||||
|
name: t('memories', 'Folders'),
|
||||||
|
icon: FolderIcon,
|
||||||
|
link: '/folders',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: t('memories', 'Favorites'),
|
name: t('memories', 'Favorites'),
|
||||||
icon: StarIcon,
|
icon: StarIcon,
|
||||||
|
|
Loading…
Reference in New Issue