summaryrefslogtreecommitdiff
path: root/js/PrefHelpers.js
AgeCommit message (Collapse)Author
2025-10-14Remove 'App.find()', which was essentially an alias of ↵supahgreg
'document.querySelector()'.
2025-10-14Remove 'App.byId()', which was essentially an alias of ↵supahgreg
'document.getElementById()'.
2025-10-14Fix some more issues related to ESLint 'eqeqeq' changes (again).supahgreg
2025-10-12Clean up unnecessary eslint-disable directives (per ESLint).supahgreg
2025-10-12Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in ↵supahgreg
'eslint.config.js'). Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'. * https://eslint.org/docs/latest/rules/no-redeclare * https://eslint.org/docs/latest/rules/no-prototype-builtins * https://eslint.org/docs/latest/rules/no-useless-escape
2025-10-12Address ESLint rule 'eqeqeq'.supahgreg
https://eslint.org/docs/latest/rules/eqeqeq
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2021-11-15when uninstall plugins, refresh plugins index instead of reloading entire ↵Andrew Dolgov
prefs pane
2021-11-14prefs: properly report failures when loading plugin listAndrew Dolgov
2021-06-16add settings profile cloningAndrew Dolgov
2021-03-16remove published opml (use CLI instead)Andrew Dolgov
2021-03-12make description clickable in plugin list rowAndrew Dolgov
2021-03-10 * it feels weird for requireIdleCallback() to be optional while moreAndrew Dolgov
modern browser features are required * simplify browser startup feature check a bit
2021-03-08Default to null 'rv' for plugin update check.wn_
Previously 'rv' was returned as an empty JS array, causing 'p.rv.git_status != 0' to evaluate to true and a misleading 'Ready to update' appearing for certain plugins.
2021-03-08show user css editor before xhr is completedAndrew Dolgov
2021-03-07add to previous a bitAndrew Dolgov
2021-03-07check updates one plugin at a timeAndrew Dolgov
2021-03-07prevent list of enabled plugins resetting if saved while in search resultsAndrew Dolgov
2021-03-06add some more dialog iconsAndrew Dolgov
2021-03-06some small layout fixes, remove a few inline stylesAndrew Dolgov
2021-03-06render list of plugins on the clientAndrew Dolgov
2021-03-05fix plugins not shown as already installed if they have more than 1 dashAndrew Dolgov
2021-03-05don't check for plugin updates automatically on pane openAndrew Dolgov
2021-03-05plugin installer: show last commit timestampAndrew Dolgov
2021-03-04show installed plugins in the installer listAndrew Dolgov
2021-03-04a bit better search behavior for plugin installerAndrew Dolgov
2021-03-04shorten install button textAndrew Dolgov
2021-03-04reduce plugin installer entry heightAndrew Dolgov
2021-03-04add search to plugin installerAndrew Dolgov
2021-03-04use orm for settings profiles stuffAndrew Dolgov
2021-03-03add basic local plugin uninstallerAndrew Dolgov
2021-03-03add word wrap for git stdout/stderr pre elementsAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-03-02add digest preview button, also fix a bunch of bugsAndrew Dolgov
2021-03-02use orm for app password stuffAndrew Dolgov
2021-02-28speed up plugin updating a bit, fix some phpstan warningsAndrew Dolgov
2021-02-28some plugin updater UI improvementsAndrew Dolgov
2021-02-28plugin updater: show changes before updatingAndrew Dolgov
2021-02-27don't try to update all pluginsAndrew Dolgov
2021-02-27reload prefs when plugin updater is closedAndrew Dolgov
2021-02-27only show plugin update buttons when neededAndrew Dolgov
2021-02-27add basic updater for stuff in plugins.localAndrew Dolgov
2021-02-21move published opml JS code to pref helpersAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
2021-02-19migrate a bunch of xhrPost invocationsAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-19fix some eslint-related stuffAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov