pipeworks_mud_mapper.layout.action_bar
Action bar component for the bottom of the application.
The action bar provides status information and debug output. Primary action buttons (Save, Export, Validate) live in the properties panel for better accessibility.
Component Structure
┌───────────────────────────────────────────────────────────────────┐
│ │
└───────────────────────────────────────────────────────────────────┘
Notes
The action bar was simplified in v0.0.8 after discovering that flexbox layout caused visibility issues with dynamically-enabled dbc.Button components. Primary action buttons were moved to the file browser panel which uses a simple stacked layout.
See also
-, Export, and, -, -
Functions
Create the bottom action bar. |
Module Contents
- pipeworks_mud_mapper.layout.action_bar.create_action_bar()[source]
Create the bottom action bar.
The action bar provides a consistent footer area. Primary action buttons are located in the file browser panel for better UX.
- Returns:
Container with action bar content.
- Return type:
html.Div
Notes
This component was simplified after flexbox issues in v0.0.8. The Save, Export, and Validate buttons now live in properties_panel.py.