From ccad558cd572a339f8dfd017eee1b28903d3d939 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Thu, 22 Feb 2024 08:24:26 -0500 Subject: [PATCH 1/5] New command palette arrangement, and responsive design --- .../pages/Channels/ChannelTable.vue | 1 + .../frontend/administration/router.js | 2 +- .../channelEdit/views/CurrentTopicView.vue | 378 ++++++++++-------- .../channelList/views/ChannelListIndex.vue | 1 + .../frontend/shared/vuex/session/index.js | 1 + package.json | 2 +- yarn.lock | 6 +- 7 files changed, 217 insertions(+), 174 deletions(-) diff --git a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue index b4185d8a85..1ada815bdf 100644 --- a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue +++ b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue @@ -204,6 +204,7 @@ }, }, mounted() { + console.log('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'); this.updateTabTitle('Channels - Administration'); }, methods: { diff --git a/contentcuration/contentcuration/frontend/administration/router.js b/contentcuration/contentcuration/frontend/administration/router.js index 207445f11d..f99475a08f 100644 --- a/contentcuration/contentcuration/frontend/administration/router.js +++ b/contentcuration/contentcuration/frontend/administration/router.js @@ -1,6 +1,6 @@ import VueRouter from 'vue-router'; import { RouteNames } from './constants'; -import ChannelTable from './pages/Channels/ChannelTable'; +import ChannelTable from './pages/Channels/ChannelTable.vue'; import ChannelDetails from './pages/Channels/ChannelDetails'; import UserTable from './pages/Users/UserTable'; import UserDetails from './pages/Users/UserDetails'; diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue b/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue index 135f071228..41ff2d9e1c 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/CurrentTopicView.vue @@ -27,6 +27,32 @@ + + + + + + + check + + + {{ $tr(mode) }} + + + @@ -39,94 +65,48 @@ :label="selected.length ? '' : $tr('selectAllLabel')" /> - -
- - - - - - - - - - - - -
- -
+
+ {{ selectionText }} +
+
+ + + + + +
- - - - -
- {{ selectionText }} -
-
- + - - - - - - - check - - - {{ $tr(mode) }} - - - -