James Acklin
James Acklin
@dnbrwstr I added a route parameter that tells a centralized `useHandleGoBack()` hook to either navigate back to the parent stack or to use good old-fashioned `goBack()` if we use the...
I'm 90% sure it's https://github.com/tloncorp/tlon-apps/commit/76cf6f7a2b59cd8edde75acc541264c17aa517e9: ```diff - return color ? {inline.text} : inline.text; + return {inline.text}; ``` This always wraps the text in `RawText` regardless of the presence of a...
I think I'm back to the drawing board here and just going to revert the one-line change in https://github.com/tloncorp/tlon-apps/commit/76cf6f7a2b59cd8edde75acc541264c17aa517e9. The main mentions processing logic happens far before render so that...
Is there any way to use the JS APIs instead?
> The web apis you know from normal browsers don't exist in webviews and we need to polyfill them ourselves Completely understood, thank you. The lack of click handlers is...
> Has anybody found a workaround for this? Using Electron.
Managed separately with @tacryt-socryp
@tacryt-socryp Great! Just doing some day-off issue wrangling, disregard the ping.
@patosullivan You're right. Changed this to just auto-focus when the channel context changes; Leap still works.