pipeworks_mud_mapper.layout.file_browser
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 listexports-status-indicator: Text showing latest export status
Notes
Zone files are exported as JSON for the game server and listed separately.
See also
-
Functions
Create the left column exports browser component. |