Harrison Harnisch
Harrison Harnisch
Hey @ab9-er 👋 in it's current form it creates a new tab group every time you click the save button with a valid tab group name. Would it be correct...
Very cool @ab9-er! There's been some feedback about how to tell which tabs are part of a tab group (https://github.com/hharnisc/tabbie/issues/3). I think this could be a related feature.
Depending on how multiple tabs are displayed might give a few hints on the simplest way to do merges. Using the same name seems like there are some edge cases...
Great suggestion @pquerner! Seems like it could be an improvement over an empty text box. Need to think through the UX on that a bit before implementing that one. Just...
Got it! I think there would need to be an added label above the input to indicate that's for naming the tab group, since before that was covered by the...
Hey @pquerner curious what you'd expect to see when opening up a tab group that was saved from multiple windows. - All of the tabs opening in one window (merged)...
Got it! I took a look a the chrome tabs api and it looks like we can get the window id for each tab. So this is certainly possible. https://developer.chrome.com/extensions/tabs#type-Tab...
Curious @arkon, have you experienced the 1KB limit? I wonder how many tab groups that is, and if (more likely when) this has happened yet.
Hey @JReinhold! I've not played around with TS too much yet, and was wondering if you tried this on JS project too? I'm guessing JS projects will just ignore this...