Skip to content

Commit f6564c2

Browse files
[Remove Vuetify from Studio] Channel collections table
1 parent e23f1f0 commit f6564c2

12 files changed

Lines changed: 912 additions & 584 deletions

File tree

contentcuration/contentcuration/frontend/channelList/router.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import VueRouter from 'vue-router';
22
import ChannelList from './views/Channel/ChannelList';
3-
import ChannelSetList from './views/ChannelSet/ChannelSetList';
3+
import StudioCollectionsTable from './views/ChannelSet/StudioCollectionsTable';
44
import ChannelSetModal from './views/ChannelSet/ChannelSetModal';
55
import CatalogList from './views/Channel/CatalogList';
66
import { RouteNames } from './constants';
@@ -21,7 +21,7 @@ const router = new VueRouter({
2121
{
2222
name: RouteNames.CHANNEL_SETS,
2323
path: '/collections',
24-
component: ChannelSetList,
24+
component: StudioCollectionsTable,
2525
},
2626
{
2727
name: RouteNames.NEW_CHANNEL_SET,

contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetItem.vue

Lines changed: 0 additions & 143 deletions
This file was deleted.

contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetList.vue

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)