gkoberger / BugzillaJS

A userscript that adds additional functionality to bugzilla
https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/
43 stars 18 forks source link

Make it more obvious settings are changed on click #53

Closed gkoberger closed 11 years ago

rik commented 11 years ago

A checkbox is not obvious enough?

If we make this a Firefox only addon, I might use the simple-prefs module to move them to the addons manager.

gkoberger commented 11 years ago

I didn't use the prefs module for two reasons: 1) it didn't exist at the time, and 2) support for if people were using it for multiple Bugzillas.

1 is now moot and 2 is a weird edge case, so I'd go for it.

(Also, I fixed this by adding a Save button, if I remember correctly. Before, checkboxes autosaved, and a lot of people couldn't figure out how to "save" settings.)