enhance(client): tweak search page
This commit is contained in:
parent
6da6c4dd45
commit
925cc06aea
5 changed files with 127 additions and 95 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue