SkylerBurger / new_tab_dialer

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

<GroupDetails /> Component #21

Closed SkylerBurger closed 2 months ago

SkylerBurger commented 2 months ago

As a user, I want to see a list of a group's dials when I click on a group tab's options menu and select "Edit Group" so the group is easier to modify.

This ticket is to create a <GroupDetails /> component that will render all of the "Edit Group" functionality. Upon clicking "Edit Group", the dial group should vanish and <GroupDetails /> should render. For now the component should render the following:

SkylerBurger commented 2 months ago

This issue was addressed in PR #34