- Issue created by @claudiu.cristea
On the /private-messages/{private_message_thread}
page, when the inbox block is present, the inbox doesn't always contain the thread indicated in URL.
It's a UX expectation that the current loaded thread should be visualized also in the inbox. Frontend might want to style it differently, indicating the end-user that it's the selected thread.
When the current thread context is determinable from the URL, in inbox, load a segment of threads that contain the current thread. Otherwise fallback to the current behaviour.
Decide whether the current thread is rendered in the top of the list or at the bottom. Probably on top is more proeminent but at the bottom makes more sens because it might not have other threads after.
If the current thread can be determined, the inbox will "scroll" in a way that the current thread is visible.
None.
None.
Active
4.0
Code