Jay Harris

Results 161 comments of Jay Harris

See this commit for how it was implemented in Polymer: https://github.com/Polymer/polymer/commit/10220c9af132149c31cd0539273aad1be251fcb4

I think this is blocked on iOS - at the moment they don't use `AssociatedContent` at all on their frontend, so not sure what the best way forwards is -...

@petemill I think I've fixed 1. and 2. by special casing the `default` chatId. I think this makes it slightly more obvious that it gets treated differently (I'd be tempted...

@petemill I've refactored the code to remove the `NavigationContext` in favor of a simpler Hook, which doesn't require us to register routes upfront. Additionally, I've lifted the `selectedConversation` logic into...

**Note:** Upstream is introducing some similar functionality so we might be able to reuse theirs instead of doing this. https://bravesoftware.slack.com/archives/C04KPE0BUDU/p1720207677719669

@simonhong I talked to @petemill about this - I think we're going to merge this as is and see about pulling some of the upstream stuff in later

okay @simonhong could you take another look?

Both issues should be fixed now :smile: The dialog positioning one I'll address separately

closing, as no work has been happening on this for a while

Closing this, as the underlying issue has been fixed - thanks for your help on this @Uni-verse and @KoushikBaagh