pipeworks_mud_mapper.layout.file_browser ======================================== .. py:module:: pipeworks_mud_mapper.layout.file_browser .. autoapi-nested-parse:: Exports browser component for the left column. The left column now focuses on exported game server JSON files. Map selection is handled from the Workspace table, so the Mapper DB list is no longer rendered here. Component Structure ------------------- :: ┌────────────────────────┐ │ Game Server Exports │ <- CardHeader ├────────────────────────┤ │ 📁 data/zones/ │ <- Export directory │ ├── zone1 │ <- Dynamic export list │ └── zone2 │ └────────────────────────┘ Component IDs ------------- - ``zone-files-list-container``: Container div for exported zone file list - ``exports-status-indicator``: Text showing latest export status .. admonition:: Notes Zone files are exported as JSON for the game server and listed separately. .. seealso:: :py:obj:`-` Functions --------- .. autoapisummary:: pipeworks_mud_mapper.layout.file_browser.create_file_browser Module Contents --------------- .. py:function:: create_file_browser() Create the left column exports browser component. The exports browser displays the game-ready zone JSON files so users can quickly review what has been exported from the mapper.