(t0)
| 766 | return t4; |
| 767 | } |
| 768 | function BridgeStatusMessage(t0) { |
| 769 | const $ = _c(13); |
| 770 | const { |
| 771 | message, |
| 772 | addMargin |
| 773 | } = t0; |
| 774 | const bg = useSelectedMessageBg(); |
| 775 | const t1 = addMargin ? 1 : 0; |
| 776 | let t2; |
| 777 | if ($[0] === Symbol.for("react.memo_cache_sentinel")) { |
| 778 | t2 = <Box minWidth={2} />; |
| 779 | $[0] = t2; |
| 780 | } else { |
| 781 | t2 = $[0]; |
| 782 | } |
| 783 | let t3; |
| 784 | if ($[1] === Symbol.for("react.memo_cache_sentinel")) { |
| 785 | t3 = <Text><ThemedText color="suggestion">/remote-control</ThemedText> is active. Code in CLI or at</Text>; |
| 786 | $[1] = t3; |
| 787 | } else { |
| 788 | t3 = $[1]; |
| 789 | } |
| 790 | let t4; |
| 791 | if ($[2] !== message.url) { |
| 792 | t4 = <Link url={message.url}>{message.url}</Link>; |
| 793 | $[2] = message.url; |
| 794 | $[3] = t4; |
| 795 | } else { |
| 796 | t4 = $[3]; |
| 797 | } |
| 798 | let t5; |
| 799 | if ($[4] !== message.upgradeNudge) { |
| 800 | t5 = message.upgradeNudge && <Text dimColor={true}>⎿ {message.upgradeNudge}</Text>; |
| 801 | $[4] = message.upgradeNudge; |
| 802 | $[5] = t5; |
| 803 | } else { |
| 804 | t5 = $[5]; |
| 805 | } |
| 806 | let t6; |
| 807 | if ($[6] !== t4 || $[7] !== t5) { |
| 808 | t6 = <Box flexDirection="column">{t3}{t4}{t5}</Box>; |
| 809 | $[6] = t4; |
| 810 | $[7] = t5; |
| 811 | $[8] = t6; |
| 812 | } else { |
| 813 | t6 = $[8]; |
| 814 | } |
| 815 | let t7; |
| 816 | if ($[9] !== bg || $[10] !== t1 || $[11] !== t6) { |
| 817 | t7 = <Box flexDirection="row" marginTop={t1} backgroundColor={bg} width={999}>{t2}{t6}</Box>; |
| 818 | $[9] = bg; |
| 819 | $[10] = t1; |
| 820 | $[11] = t6; |
| 821 | $[12] = t7; |
| 822 | } else { |
| 823 | t7 = $[12]; |
| 824 | } |
| 825 | return t7; |
nothing calls this directly
no test coverage detected