feature idea: non-text filter modes in the electron versions drop-down
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?
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.
@ckerr is this closed by https://github.com/electron/fiddle/pull/656 or do you have further plans?