New client chat (#8890)

* Added initial challenge pages

* Added challenge item and find guilds page

* Added challenge detail

* Added challenge modals

* Ported over challenge service code

* Ported over challenge ctrl code

* Added styles and column

* Minor modal updates

* Removed duplicate keys

* Fixed casing

* Added initial chat component

* Added copy as todo modal

* Added sync

* Added chat to groups

* Fixed lint
This commit is contained in:
Keith Holliday
2017-07-21 11:00:36 -06:00
committed by GitHub
parent 0a59b8e85b
commit ecc18fc093
9 changed files with 311 additions and 81 deletions

View File

@@ -124,7 +124,7 @@ const router = new VueRouter({
},
{
name: 'guild',
path: 'guild/:guildId',
path: 'guild/:groupId',
component: GuildPage,
props: true,
},