(url: string)
| 147 | |
| 148 | /** Footer text shown when a session is active (Connected state). */ |
| 149 | export function buildActiveFooterText(url: string): string { |
| 150 | return `Continue coding in the Claude app or ${url}` |
| 151 | } |
| 152 | |
| 153 | /** Footer text shown when the bridge has failed. */ |
| 154 | export const FAILED_FOOTER_TEXT = 'Something went wrong, please try again' |
no outgoing calls
no test coverage detected