one-click-extensions-manager icon indicating copy to clipboard operation
one-click-extensions-manager copied to clipboard

Sticky extensions

Open fregante opened this issue 1 year ago • 3 comments

This is something I've wanted for a while, but I never found a way to add such option without adding yet another icon to the right.

Since this is a "configuration" rather than an "action" on the extension, it probably shouldn't be added to the list.

That means it probably needs to be in the options page. Since <select multiple> is junk, that leaves us with checkboxes.

PR welcome. It would be great to use a Svelte component to generate the list, then OptionsSync will automatically pick up and store the "checked" checkboxes: <input type="checkbox" name="sticky" value={extensionId}>

fregante avatar Mar 18 '25 03:03 fregante

Not to be confused with:

  • https://github.com/hankxdev/one-click-extensions-manager/issues/176

fregante avatar Mar 18 '25 03:03 fregante

maybe:

  • pin/unpin with CMD/CTRL + Click
  • pinned items with slightly different background color

hankxdev avatar Mar 18 '25 05:03 hankxdev

Sure. We'd need an additional banner to inform people about this shortcut though.

fregante avatar Mar 18 '25 08:03 fregante