quicksettings icon indicating copy to clipboard operation
quicksettings copied to clipboard

JavaScript library for making a quick settings panel to control code parameters.

Results 16 quicksettings issues
Sort by recently updated
recently updated
newest added

apologies in advance -- it's not clear to me whether this is a bug or simply my own user error: I'm dynamically created quicksettings GUIs when a new JS object...

Firstly, my sincere thanks and compliments to such a beautiful framework and viable alternative to dat.GUI. I am trying to use QuickSettings as the GUI layer for my framework. To...

The color picker for Chrome was updated a while back, which broke the color picker in the quicksettings GUI. I explain why this happens in this issue: #57 I've tested...

In the current version, mouse clicks on the panel propagate to HTML elements under the panel, sometimes causing unintended behavior. This PR prevents that.

Setting it to `null` left it in the array of controls. This in turn would throw errors in (at least) getJSON Other changes all came from running the unmodified grunt...

Thanks for this great library! I am creating a mobile app that has a bunch of settings. Currently, the settings run past the bottom of the screen on mobile, a...

The other QuickSettings functions work amazingly well on Safari for iPad (in OpenProcessing sketches).

Hi - quicksettings is what I was looking for - a quick and easy way to create this kind of UI. Thanks for this great work! It would be great...

I'm new to programming and all this but I feel I should point out that `panel.setValuesWithJSON` doesn't appear to be a recognised function and should be `panel.setValuesFromJSON` , This is...

I use drop down lists with a series of values that have a logical order (eg so the user can choose one of several lengths of time). I'd like to...