mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 05:26:03 +02:00
enhance(client): user activity page
This commit is contained in:
@@ -33,10 +33,16 @@ let chartSrc = $ref('per-user-notes');
|
||||
function showMenu(ev: MouseEvent) {
|
||||
os.popupMenu([{
|
||||
text: i18n.ts.notes,
|
||||
active: true,
|
||||
active: chartSrc === 'per-user-notes',
|
||||
action: () => {
|
||||
chartSrc = 'per-user-notes';
|
||||
},
|
||||
}, {
|
||||
text: i18n.ts.numberOfProfileView,
|
||||
active: chartSrc === 'per-user-pv',
|
||||
action: () => {
|
||||
chartSrc = 'per-user-pv';
|
||||
},
|
||||
}, /*, {
|
||||
text: i18n.ts.following,
|
||||
action: () => {
|
||||
|
||||
Reference in New Issue
Block a user