diff --git a/src/web/app/common/-tags/messaging/index.tag b/src/web/app/common/-tags/messaging/index.tag deleted file mode 100644 index 0432f7e30..000000000 --- a/src/web/app/common/-tags/messaging/index.tag +++ /dev/null @@ -1,456 +0,0 @@ - - - - %fa:search% - - - - - - - { user.name } - @{ user.username } - - - - - - - - - - - { is_me ? recipient.name : user.name } - { '@' + (is_me ? recipient.username : user.username ) } - - - - %i18n:common.tags.mk-messaging.you%:{ text } - - - - - - %i18n:common.tags.mk-messaging.no-history% - %fa:spinner .pulse .fw%%i18n:common.loading% - - - diff --git a/src/web/app/common/views/components/messaging.vue b/src/web/app/common/views/components/messaging.vue new file mode 100644 index 000000000..2e81325cb --- /dev/null +++ b/src/web/app/common/views/components/messaging.vue @@ -0,0 +1,448 @@ + + + + + %fa:search% + + + + + + + { user.name } + @{ user.username } + + + + + + + + + + + { is_me ? recipient.name : user.name } + { '@' + (is_me ? recipient.username : user.username ) } + + + + %i18n:common.tags.mk-messaging.you%:{ text } + + + + + + %i18n:common.tags.mk-messaging.no-history% + %fa:spinner .pulse .fw%%i18n:common.loading% + + + + + + +
%i18n:common.tags.mk-messaging.you%:{ text }
%i18n:common.tags.mk-messaging.no-history%
%fa:spinner .pulse .fw%%i18n:common.loading%