fiddle icon indicating copy to clipboard operation
fiddle copied to clipboard

feature idea: non-text filter modes in the electron versions drop-down

Open ckerr opened this issue 5 years ago • 2 comments

The Electron version chooser is very handy, but it's getting more difficult to use over time because of the sheer volume of Electron releases we're putting out :smiley:

It would be great if for example there were ways to omit betas or to omit unsupported versions.

My first thought is, beneath the dropdown's scrolling list of Electron versions, to a horizontal box with two checkboxes that are both initially active:

[x] include betas [x] include unsupported

I've been meaning to do some Fiddle coding and would be happy to do this. Filing the issue to get some maintainer feedback before I start coding -- @felixrieseberg, @erickzhao, does this issue and/or the proposed solution make sense?

ckerr avatar Aug 27 '20 17:08 ckerr

I think this is a good point. We have a setting to filter that list based on release channels (Settings > Electron). I'd be open to making these checkboxes available in the dropdown as well for ease of access. We could probably re-use the same logic as well.

erickzhao avatar Aug 27 '20 17:08 erickzhao

@ckerr is this closed by https://github.com/electron/fiddle/pull/656 or do you have further plans?

codebytere avatar Apr 14 '21 09:04 codebytere