diff --git a/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Reblog.vue b/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Reblog.vue index 7262e2b4..0054633a 100644 --- a/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Reblog.vue +++ b/src/renderer/components/TimelineSpace/Contents/Cards/Notification/Reblog.vue @@ -5,7 +5,7 @@
- {{ username(message.account) }} boosted your status + {{ username(message.account) }} boosted your status
@@ -56,6 +56,11 @@ export default { if (link !== null) { shell.openExternal(link) } + }, + openUser (account) { + this.$store.dispatch('TimelineSpace/Contents/SideBar/openAccountComponent') + this.$store.dispatch('TimelineSpace/Contents/SideBar/AccountProfile/changeAccount', account) + this.$store.commit('TimelineSpace/Contents/SideBar/changeOpenSideBar', true) } } } @@ -103,6 +108,10 @@ function findLink (target) { margin-left: 10px; font-size: 14px; float: left; + + .bold { + cursor: pointer; + } } .action-icon {