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
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:
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user