mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 08:04:08 +02:00
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<MkContainer>
|
||||
<template #header><i class="fas fa-chart-bar" style="margin-right: 0.5em;"></i>{{ $ts.activity }}</template>
|
||||
<template #header><i class="fas fa-chart-simple" style="margin-right: 0.5em;"></i>{{ $ts.activity }}</template>
|
||||
<template #func>
|
||||
<button class="_button" @click="showMenu">
|
||||
<i class="fas fa-ellipsis-h"></i>
|
||||
@@ -36,8 +36,8 @@ function showMenu(ev: MouseEvent) {
|
||||
active: true,
|
||||
action: () => {
|
||||
chartSrc = 'per-user-notes';
|
||||
}
|
||||
}/*, {
|
||||
},
|
||||
},/*, {
|
||||
text: i18n.ts.following,
|
||||
action: () => {
|
||||
chartSrc = 'per-user-following';
|
||||
|
||||
Reference in New Issue
Block a user