From 8e9e796b438649c4e6dc4b2427e8b2a73e1922ae Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 17 Feb 2018 03:18:48 +0900 Subject: [PATCH] wip --- src/web/app/common/views/components/index.ts | 2 + src/web/app/common/views/components/time.vue | 2 +- .../desktop/views/components/post-preview.vue | 120 +++++++++--------- .../views/components/repost-form-window.vue | 10 +- .../desktop/views/components/repost-form.vue | 9 +- .../desktop/views/directives/user-preview.ts | 1 - 6 files changed, 71 insertions(+), 73 deletions(-) diff --git a/src/web/app/common/views/components/index.ts b/src/web/app/common/views/components/index.ts index e3f105f586..740b73f9f4 100644 --- a/src/web/app/common/views/components/index.ts +++ b/src/web/app/common/views/components/index.ts @@ -12,6 +12,7 @@ import images from './images.vue'; import uploader from './uploader.vue'; import specialMessage from './special-message.vue'; import streamIndicator from './stream-indicator.vue'; +import ellipsis from './ellipsis.vue'; Vue.component('mk-signin', signin); Vue.component('mk-signup', signup); @@ -25,3 +26,4 @@ Vue.component('mk-images', images); Vue.component('mk-uploader', uploader); Vue.component('mk-special-message', specialMessage); Vue.component('mk-stream-indicator', streamIndicator); +Vue.component('mk-ellipsis', ellipsis); diff --git a/src/web/app/common/views/components/time.vue b/src/web/app/common/views/components/time.vue index 3c856d3f26..6e0d2b0dcb 100644 --- a/src/web/app/common/views/components/time.vue +++ b/src/web/app/common/views/components/time.vue @@ -1,5 +1,5 @@