fix(awooop): route workflow telegram alerts through ai receipts
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-02 14:38:09 +08:00
parent 8e2637f15f
commit ed31bed5c8
18 changed files with 482 additions and 4743 deletions

View File

@@ -70,8 +70,10 @@ export function CommandPalette() {
setOpen(false)
}
const productNavigationItems = PRODUCT_NAV_SECTIONS.flatMap(section => section.items)
const navigationSources: PaletteNavSource[] = [
...PRODUCT_NAV_SECTIONS.flatMap(section => section.items.flatMap(item => [
...productNavigationItems.flatMap(item => [
item,
...(item.children ?? []).map(child => ({
...child,
@@ -80,7 +82,7 @@ export function CommandPalette() {
parentId: item.id,
surface: 'secondary' as const,
})),
])),
]),
...PRODUCT_BOTTOM_NAV_ITEMS,
]