enhance(client): tweak search page
This commit is contained in:
@@ -75,9 +75,11 @@ const headerActions = $computed(() => [tab === 'all' ? {
|
||||
const headerTabs = $computed(() => [{
|
||||
key: 'all',
|
||||
title: i18n.ts.all,
|
||||
icon: 'ti ti-point',
|
||||
}, {
|
||||
key: 'unread',
|
||||
title: i18n.ts.unread,
|
||||
icon: 'ti ti-loader',
|
||||
}, {
|
||||
key: 'mentions',
|
||||
title: i18n.ts.mentions,
|
||||
|
Reference in New Issue
Block a user