astra signal initial commit

This commit is contained in:
Boof2015
2026-07-15 00:55:44 -04:00
parent 36fadf9925
commit ae3a49cf68
16 changed files with 1101 additions and 0 deletions
@@ -363,6 +363,18 @@ export function NowPlayingOverlay() {
},
});
}
if (!isDesktopTarget) {
menuItems.push({
key: 'share-signal',
label: 'Share as Signal',
icon: 'pulse-outline',
onPress: () => {
closeMenu();
dismissSheet();
router.navigate('/signal' as never);
},
});
}
// The overlay stays mounted; open/close is this one shared value sliding the
// sheet on the UI thread. Starts off-screen so a pre-warmed mount never flashes.