quipucords / quipucords-ui

Frontend web GUI for Quipucords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor refresh button to use hooks, possibly context, instead of prop drilling

cdcabrera opened this issue · comments

As a developer I need to update the refresh button within the toolbar to move away from prop drilling and use hooks.

Is your feature request related to a problem?

As the table views are converted over and refactored the refresh time button will intermittently work since the newer updates use a hook based refresh.

Describe the solution you'd like

The refresh time button should be flipped over from props to hooks, possibly context. This work may be part of the toolbar refactors from #103

Related issue

DISCOVERY-151