pipeworks_mud_mapper.layout.action_bar ====================================== .. py:module:: pipeworks_mud_mapper.layout.action_bar .. autoapi-nested-parse:: 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 ------------------- :: ┌───────────────────────────────────────────────────────────────────┐ │ │ └───────────────────────────────────────────────────────────────────┘ .. admonition:: 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. .. seealso:: :py:obj:`-`, :py:obj:`Export`, :py:obj:`and`, :py:obj:`-`, :py:obj:`-` Functions --------- .. autoapisummary:: pipeworks_mud_mapper.layout.action_bar.create_action_bar Module Contents --------------- .. py:function:: create_action_bar() 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. :rtype: :py:class:`html.Div` .. admonition:: Notes This component was simplified after flexbox issues in v0.0.8. The Save, Export, and Validate buttons now live in properties_panel.py.