mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 00:08:10 +09:00
header icon for queue page
This commit is contained in:
parent
f708786bbf
commit
5317c9aca8
@ -323,7 +323,7 @@ dayX: "{day}"
|
|||||||
monthX: "{month}"
|
monthX: "{month}"
|
||||||
yearX: "{year}"
|
yearX: "{year}"
|
||||||
pages: "Pages"
|
pages: "Pages"
|
||||||
integration: "Integration"
|
integration: "Integrations"
|
||||||
connectService: "Connect"
|
connectService: "Connect"
|
||||||
disconnectService: "Disconnect"
|
disconnectService: "Disconnect"
|
||||||
enableLocalTimeline: "Enable local timeline"
|
enableLocalTimeline: "Enable local timeline"
|
||||||
|
@ -43,9 +43,11 @@ const headerActions = $computed(() => [{
|
|||||||
const headerTabs = $computed(() => [{
|
const headerTabs = $computed(() => [{
|
||||||
key: 'deliver',
|
key: 'deliver',
|
||||||
title: 'Deliver',
|
title: 'Deliver',
|
||||||
|
icon: 'ph-arrow-square-down ph-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'inbox',
|
key: 'inbox',
|
||||||
title: 'Inbox',
|
title: 'Inbox',
|
||||||
|
icon: 'ph-arrow-square-up ph-bold ph-lg',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
|
Loading…
Reference in New Issue
Block a user