Slide transition from execution list to route diagram page #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently navigating from the execution search results to the route diagram page requires expanding a row and clicking a button. The transition is a standard page navigation with no visual continuity.
Expected
Clicking an execution row in the search results should trigger a slide animation:
Navigation back:
This should feel like a single-page drill-down, not a full page navigation.
Notes
framer-motionAnimatePresence or CSS view transitions APIUpdated context post-UX overhaul (#69)
The slide transition was originally designed for the inline-expand → diagram navigation. With #69, the inline expand is removed and row clicks navigate directly to RoutePage.
The view transitions CSS still applies — it now animates the
ExecutionExplorer → RoutePagetransition (table slides left, diagram slides in from right). The back arrow + Backspace behavior remains unchanged.No code changes needed for this issue — it already works for the new flow.