Skip to content

Commit

Permalink
New command palette arrangement, and responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 22, 2024
1 parent 0a84a89 commit 3bfdb1e
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
},
},
mounted() {
console.log('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA');
this.updateTabTitle('Channels - Administration');
},
methods: {
Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Loading

0 comments on commit 3bfdb1e

Please sign in to comment.