Describe the solution you'd like
Let's bring the old branch up-to-date with develop branch and style the views to fit Epi's styles a bit better.
--
The result
Styled the two new views created in a previous branch
Changed some props names to camel case
Known issues:
Because of accessibility, the search and compare actions must be links and not buttons (they navigate to a different page). Because they're links, they're impossible to disable so current solution is to hide them. Better solution might be that they're plain text when they're supposed to be disabled..?
The UI is still quite rough and the page structure is not planned (links to the new views are currently in the header)
Comparison view has terrible heading and breadcrumb and they do not include the teams' information, only series' and builds'
Is your feature request related to a problem? Please describe. Based on the work that has been done in a previous branch https://github.com/salabs/Epimetheus/tree/feature/comparison-page, create a build comparison view and a search page for builds.
Describe the solution you'd like Let's bring the old branch up-to-date with
develop
branch and style the views to fit Epi's styles a bit better.-- The result
Known issues: