JRJurman / new-group-nav

New Tab replacement to see tab groups and add notes
https://chrome.google.com/webstore/detail/new-group-nav/hjgdhnoigpbcegnpalbhdofoimnjganj
2 stars 0 forks source link

Groups that have no name are labeled as "Ungrouped" #25

Closed JRJurman closed 2 years ago

JRJurman commented 2 years ago

Previously we had looked at the title to determine if the page of tabs was the "ungrouped" tabs, however this doesn't work if people just have tab-groups with no title, and only color

image

We should change the logic so that no-titles are better supported. We do need to think about what (if any) title should be used in these cases.

JRJurman commented 2 years ago

A fixed has been merged in (namely, making both the default ungrouped page, and all other pages with no title have an empty string as the title).

This will be included in the v2.0.0 release