v2.3.3 Two fixes to the reply flow. - A reply posted from a list card appeared above the post it answered. The list layout orders the card's children explicitly and the panel had no order of its own, so it sorted ahead of everything; it now sits past the footer at every breakpoint. - Opening a post that was not in the store yet showed the not-found page until the data arrived, most visibly through "view the full context", where the parent is never in the store. The page waits while the request is in flight and reports the post missing only once it has finished without producing it.