SkylerBurger / new_tab_dialer

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

CREATE Group Tab #8

Closed SkylerBurger closed 2 months ago

SkylerBurger commented 3 months ago

As a user, I want to be able to add a new Group Tab to my dialer.

SkylerBurger commented 2 months ago

Actually, tabling this one to dive into state management. I don't want to continue editing groups in state until I have a new Groups store set up. Postponing this Issue, dependent on Issue #29

SkylerBurger commented 2 months ago

State management update with Zustand was a great success. Sizing this ticket up a bit from .5 to 1 to allow a little more time to examine refactoring Confirm with PopUp. Remember to keep in mind the separation between container components (state and logic) and presentation components (UI rendering).

SkylerBurger commented 2 months ago

This Issue was addressed in PR #52 Waiting until state management was updated, and refactoring with PopUpModal were both welcomed changes.