enhance(client): tweak search page

This commit is contained in:
syuilo
2023-03-16 11:56:20 +09:00
parent 6da6c4dd45
commit 925cc06aea
5 changed files with 127 additions and 95 deletions

View File

@@ -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,