sizzlemctwizzle / GM_config

A lightweight, reusable, cross-browser graphical settings framework for inclusion in user scripts.
https://github.com/sizzlemctwizzle/GM_config/wiki
GNU Lesser General Public License v3.0
205 stars 48 forks source link

Separate built-in field types #90

Closed sizzlemctwizzle closed 1 year ago

sizzlemctwizzle commented 6 years ago

~Use a standard skeleton field type, and inherit from it for each built-in type. This will make creating custom field types much easier since they can extend from the standard type or one of the existing field types.~ Yeah, no. Custom field field types are good enough as is.

sizzlemctwizzle commented 1 year ago

There is just way too much work to complete this issue. Everything is too tightly coupled. It isn't realistic to think that I will actually complete this. Custom fields are good enough of a solution as is.

Rejecting an idea that I introduced myself seems pretty legit. No I won't accept a PR, because reviewing it would be just as much work as implementing it myself.