mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Client: Guild page and mix changes (#8533)
* update deps * add guilds page * improve karma conf, add tests for actions
This commit is contained in:
@@ -19,6 +19,7 @@ import TavernPage from './components/social/tavern';
|
||||
import InboxPage from './components/social/inbox/index';
|
||||
import InboxConversationPage from './components/social/inbox/conversationPage';
|
||||
import GuildsDiscoveryPage from './components/social/guilds/discovery/index';
|
||||
import GuildPage from './components/social/guilds/guild';
|
||||
|
||||
Vue.use(VueRouter);
|
||||
|
||||
@@ -70,6 +71,12 @@ export default new VueRouter({
|
||||
path: '',
|
||||
component: GuildsDiscoveryPage,
|
||||
},
|
||||
{
|
||||
name: 'guild',
|
||||
path: ':guildId',
|
||||
component: GuildPage,
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user