TaskRow Component Should be Split #73
Labels
area:frontend
Related to Nebula's Frontend Electron app
priority:low
Issues that are low priority don't need to be solved right away
type:tech-debt
Issues related to adjusting underlying implementation details without affecting the end product
Is your feature request related to a problem? Please describe.
The TaskRow Component is getting more complicated due to the rendering of both the row and the optional edit menu.
Describe the solution you'd like
The TaskRow should contain only the code associated with the Row component and a new TaskEdit component should be created to encapsulate the Edit Menu. The TaskRow would depend on the TaskEdit Component for the menu when that row is selected.
The text was updated successfully, but these errors were encountered: