[socialmon] inbox: revert post list order changes (#1573)

This commit is contained in:
Zhou Yuhang 2025-07-24 10:11:59 +08:00 committed by GitHub
parent d7efb99636
commit 5f37b57ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -76,6 +76,13 @@ export default function PostList() {
All
</Tabs.Tab>
</Tooltip>
<Tooltip
label={<ShortcutDisplay action={ShortcutAction.GO_TO_PENDING} />}
withArrow={true}>
<Tabs.Tab fw={500} value="PENDING">
Pending
</Tabs.Tab>
</Tooltip>
<Tooltip
label={<ShortcutDisplay action={ShortcutAction.GO_TO_REPLIED} />}
withArrow={true}>
@ -92,13 +99,6 @@ export default function PostList() {
Irrelevant
</Tabs.Tab>
</Tooltip>
<Tooltip
label={<ShortcutDisplay action={ShortcutAction.GO_TO_PENDING} />}
withArrow={true}>
<Tabs.Tab fw={500} value="PENDING">
Pending
</Tabs.Tab>
</Tooltip>
</Tabs.List>
</Tabs>
<div className="absolute right-2 top-2 flex items-center gap-2">