QuicKey icon indicating copy to clipboard operation
QuicKey copied to clipboard

Ability to customize the style

Open fredizzimo opened this issue 2 years ago • 1 comments

I find the window a little bit too narrow for my taste, since in many cases the title of the site is cut off.

One option would be to have a width setting, but I think a more general option would be to be able to customize the css, like the QuickTabs extension does.

Apart from that this, extension is superior, it's much more responsive, and the fuzzy algorithm work much better than either of the options in the other plugin, although I would perhaps prefer the fzf algorithm, since that's what I use elsewhere.

fredizzimo avatar Mar 03 '22 12:03 fredizzimo

Thanks for the feedback. One thing to note is that the full title and/or URL is shown in a tooltip, for those that are cut off:

image

But that does require using the mouse, which isn't always convenient.

I could see adding some way of adjusting the popup width as a setting, and probably the number of items to show. Making the CSS fully customizable is a little tricky, though. The list is virtualized, which makes it much faster to render than QuickTabs when there are hundreds of open tabs. But it also means the list needs fixed-height items specified via the JS, which would be hard to do using only CSS.

fwextensions avatar Mar 07 '22 07:03 fwextensions