SkylerBurger / new_tab_dialer

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

Fix Current Group Tab Highlight #5

Closed SkylerBurger closed 3 months ago

SkylerBurger commented 3 months ago

At some point the CSS that highlights the currently selected group tab was broken. There is a current group index in state that was being checked in an earlier version. I believe this was broken when I updated the CSS and state to manage fade-in of the clock and dials upon load-in. Check to see if the current group index is still being set and when we're checking on it to highlight the tab.

SkylerBurger commented 3 months ago

This was closed in PR #11 along with some other small bugs occurring when interacting with the group tabs like clicking on a tab more than once or clicking on the horizontal options icon.