mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Client: semantic ui -> bootstrap 4 and less -> scss (#8535)
* client: semantic ui -> bootstrap 4 and less -> scss * start porting components to boostrap * port header, start porting menu * port loading screen * port most of the menu * port secondary menus * port guilds and stable * disable tavern for now, port inbox * typo * put back old tavern code
This commit is contained in:
@@ -67,13 +67,13 @@ export default new VueRouter({
|
||||
component: EmptyView,
|
||||
children: [
|
||||
{
|
||||
name: 'guilds',
|
||||
path: '',
|
||||
name: 'guildsDiscovery',
|
||||
path: 'discovery',
|
||||
component: GuildsDiscoveryPage,
|
||||
},
|
||||
{
|
||||
name: 'guild',
|
||||
path: ':guildId',
|
||||
path: 'guild/:guildId',
|
||||
component: GuildPage,
|
||||
props: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user