upd: looks better than small circle
This commit is contained in:
parent
b50c1ef9a5
commit
687c33c73f
3 changed files with 3 additions and 3 deletions
|
@ -548,7 +548,7 @@ let q = $ref('');
|
||||||
function getPriorityIcon(option) {
|
function getPriorityIcon(option) {
|
||||||
if (option.priority === 2) return 'ph-arrow-up ph-bold ph-lg';
|
if (option.priority === 2) return 'ph-arrow-up ph-bold ph-lg';
|
||||||
if (option.priority === 1) return 'ph-arrow-up ph-bold ph-lg';
|
if (option.priority === 1) return 'ph-arrow-up ph-bold ph-lg';
|
||||||
return 'ph-dot-outline ph-bold pg-lg';
|
return 'ph-circle ph-bold pg-lg';
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchQuery(keywords: string[]): boolean {
|
function matchQuery(keywords: string[]): boolean {
|
||||||
|
|
|
@ -99,7 +99,7 @@ const headerTabs = $computed(() => [{
|
||||||
}, {
|
}, {
|
||||||
key: 'past',
|
key: 'past',
|
||||||
title: i18n.ts.pastAnnouncements,
|
title: i18n.ts.pastAnnouncements,
|
||||||
icon: 'ph-dot-outline ph-bold pg-lg',
|
icon: 'ph-circle ph-bold pg-lg',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
|
|
|
@ -79,7 +79,7 @@ const headerActions = $computed(() => [tab === 'all' ? {
|
||||||
const headerTabs = $computed(() => [{
|
const headerTabs = $computed(() => [{
|
||||||
key: 'all',
|
key: 'all',
|
||||||
title: i18n.ts.all,
|
title: i18n.ts.all,
|
||||||
icon: 'ph-dot-outline ph-bold pg-lg',
|
icon: 'ph-circle ph-bold pg-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'mentions',
|
key: 'mentions',
|
||||||
title: i18n.ts.mentions,
|
title: i18n.ts.mentions,
|
||||||
|
|
Loading…
Reference in a new issue