Commits on Source (8)
-
Shpuld Shpludson authored
-
Shpuld Shpludson authored
update changelog with 2.3.0 See merge request !1367
-
Shpuld Shpludson authored
fix shoutbox header, use custom scroll-to-bottom system, remove vue-chat-scroll, temporarily add chat test hack
-
Shpuld Shpludson authored
-
Shpuld Shpludson authored
Remove vue-chat-scroll, fix up shoutbox header See merge request !1368
-
rinpatch authored
-
rinpatch authored
-
Shpuld Shpludson authored
Make it possible to localize user highlight options See merge request !1369
Showing
- CHANGELOG.md 7 additions, 4 deletionsCHANGELOG.md
- package.json 0 additions, 1 deletionpackage.json
- src/components/chat_panel/chat_panel.js 12 additions, 0 deletionssrc/components/chat_panel/chat_panel.js
- src/components/chat_panel/chat_panel.vue 10 additions, 5 deletionssrc/components/chat_panel/chat_panel.vue
- src/components/user_card/user_card.vue 4 additions, 4 deletionssrc/components/user_card/user_card.vue
- src/i18n/en.json 6 additions, 0 deletionssrc/i18n/en.json
- src/main.js 0 additions, 2 deletionssrc/main.js
- src/modules/chat.js 1 addition, 0 deletionssrc/modules/chat.js
- yarn.lock 0 additions, 4 deletionsyarn.lock
... | @@ -34,7 +34,6 @@ | ... | @@ -34,7 +34,6 @@ |
"punycode.js": "^2.1.0", | "punycode.js": "^2.1.0", | ||
"v-click-outside": "^2.1.1", | "v-click-outside": "^2.1.1", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-chat-scroll": "^1.2.1", | |||
"vue-i18n": "^7.3.2", | "vue-i18n": "^7.3.2", | ||
"vue-router": "^3.0.1", | "vue-router": "^3.0.1", | ||
"vue-template-compiler": "^2.6.11", | "vue-template-compiler": "^2.6.11", | ||
... | ... |