From 6532462b95fbea1a19508fcdfa50df02b083b657 Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Thu, 6 Dec 2018 04:05:35 +0300 Subject: Move old routes to /p, use /nickname for user profiles --- src/components/chat_panel/chat_panel.vue | 2 +- src/components/nav_panel/nav_panel.vue | 8 ++++---- src/components/notification/notification.vue | 2 +- src/components/post_status_form/post_status_form.vue | 2 +- src/components/status/status.vue | 6 +++--- src/components/user_card/user_card.vue | 2 +- src/components/user_card_content/user_card_content.vue | 6 +++--- src/components/user_profile/user_profile.js | 11 ++++++++--- src/components/who_to_follow_panel/who_to_follow_panel.vue | 6 +++--- 9 files changed, 25 insertions(+), 20 deletions(-) (limited to 'src/components') diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index 30070d3e..e3671818 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -13,7 +13,7 @@
- + {{message.author.username}}
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index b224c5f3..c52d1e52 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -3,7 +3,7 @@
  • - + {{ $t("nav.timeline") }}
  • @@ -18,17 +18,17 @@
  • - + {{ $t("nav.friend_requests") }}
  • - + {{ $t("nav.public_tl") }}
  • - + {{ $t("nav.twkn") }}
  • diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 13a5c0aa..40146513 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -28,7 +28,7 @@