card_stack

Card stack operations for the alignment column: navigation, viewport update, width save

Route Handlers

Router Initialization

Creates the card stack router with navigation and viewport routes.


source

init_card_stack_router


def init_card_stack_router(
    state_store:SQLiteWorkflowStateStore, # The workflow state store
    workflow_id:str, # The workflow identifier
    prefix:str, # Route prefix (e.g., "/workflow/align/card_stack")
    urls:AlignmentUrls, # URL bundle (populated after routes defined)
)->Tuple: # (router, route_dict)

Initialize card stack routes for alignment.