Skip to content

Ioc ui

John Sparger requested to merge ioc-ui into develop

Hi guys, here is a merge of my stuff. I created several reusable components. Take a look.

Common: SearchBarFilter: this one already existed. Adds a filter search bar to a list display component.

KeyValueTable: shows Imre's 2-column table with variant="table". I also added a more compact version for mobile with variant="overline".

SimpleModal: A modal container I use for the IOCForm. It has some hardcoded values so it probably needs tweaking.

navigation GlobalAppBar: Adds an app bar with a Menu button, title, and action button

MenuDrawer: Adds a collapsible drawer of links

Then there are a bunch of components for the IOC

There is also a fake API with some hooks which we can expand on for demoing

Edited by John Sparger

Merge request reports