SkylerBurger / new_tab_dialer

A Chrome extension inspired by Speed Dial [FVD].
https://dialer.skybur.io
1 stars 0 forks source link

Restructure Dial-related Components #31

Closed SkylerBurger closed 2 months ago

SkylerBurger commented 2 months ago

As a developer, I want my components to be more reusable and single-purposed in order to more easily control how they render without resorting to a Router.

SkylerBurger commented 2 months ago

Started on #21 and realized there were a lot of state dependencies that controlled rendering of various components at the App level. Grouping these components together into "views" will make it easier to wrangle which component display and when.

SkylerBurger commented 2 months ago

This took a little longer than expected but the refactoring was address in PR #32