Closed andrei-g-git closed 2 years ago
@andrei-g-git I am aware of this issue and I have tried implementing a solution for this (might have to go a few commits back to see what I did ). Unfortunately my solution pretty much froze the entire browser when there were a lot of tabs (the reason the extension exists in the first place) 😫. I do have a few ideas of how to potentially improve it but on the welcome page right now we just tell the user that they might have to restart the browser. Not the best solution right now. I'm more than happy if you want to take a stab at it 😉😊
In my previous solution, I tried using a normal forEarch
loop, but apparently they aren't very performant. I'll try again using the normal for loops and see if things are a bit better.
Currently working on this right now. Using the for loop seems to help but this requires host permissions to all urls that the user goes to. This might have to a sacrifice we will have to make to hace a food UX on install
@andrei-g-git I was able to finish this up. Please feel free to try it out and give any feedback.
Tried it, ctrl+shift+space
works on chromium and firefox for me too now. Did turning the callback inside onInstalled.addListener
, async
do it?
@andrei-g-git Nope I pretty much just had to reimplement the whole thing with a native for loop.
Describe the bug After installing TabButler on Chrome or Brave, pressing
ctrl + shift + space
fails to open the tab search modal if done on a tab with an url that has already been open. The bug doesn't persist after loading another url in the same tab or another.To Reproduce
Expected behavior The tab search popup should open on pressing
ctrl + shift + space
Platform Info (please complete the following information):