summaryrefslogtreecommitdiff
path: root/js/form
AgeCommit message (Collapse)Author
2021-02-21prevent creation of filter rules matching no feedsAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2020-02-28add validationtextarea control, use it for filter match editorAndrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them.