Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed typo * chore: update license in package.json * feat: tool to update the default rules json * update Pico CSS * Enum base class * HTTPMethod enum * class OPFS (Origin private file system) * Class XHR * Class GitHubApiCall * Draft: default rules update tool * Add test structure * fix XHR * tool for updates working * fix GitHubApiCall * update test structure * remove tests * Support x.com domain (#68) * support new x.com domain * update to v0.3.3 * Add x.com to all ulrs query/filters (#71) * added x.com to urls filters/query * update to v0.3.4 * defaultCSSRulesJSON update to version 3 * corrected manifest.json to not include src folder * fixed folder creation * fix: update now button not centered (#83) * update to 0.3.5 * fix: npm run folder creates also zip (#85) * defaultCSSRulesJSON update to version 4 (#89) * defaultCSSRulesJSON update to version 5 (#90) * fix: fixed typo in confirm modal (#94) * Improved description of options page (#100) * Feat: add enable/disable button for all toggles (#101) * fix: removed useless js code for accordion in popup * feat: enable/disable all button * chore: update Pico (#103) * Update README.md * updated personal email * bump to version 0.3.6 * fix: remove utils tests folder from dist zip (#109) * bump to version 0.3.7 * new data file (V2) * Update defaultCSSRulesV2 version for testing * fixed broken data * fixed data v2 * 110 improve UI (#113) * added group sections to popup * updated defaultRulesUpdate to handle new data structure * updated types for new data structure * setDefaultRules() can now handle new data file * processCSSRule() now adds empty group key to rule object * processCSSRule() when save if rule is in storage maintain group * if user add custom rule: create "My Rules" section * defaultRulesUpdate now updates also group * defaultRulesUpdate now handles adding group if the user is updating from an older version with no groups * fix: update version after storing old rules * style select group in update tool * updated update tool to handle dataV2 * update defaultRulesUpdate test suite and static data * update utils tests * update fixtures for CSSRuleParser tests * feat: enable all rules at install and when restoring defaults (#118) * feat: 121 improve popup buttons (#122) * make Enable/disable all button primary * "Edit CSS rules" button secondary * "Update now" button primary * make "Enable / disable all" primary when enable and secondary when disable * move "Edit CSS rules as last advanced settings" * make advanced settings buttons smaller * Update README.md * Update README.md * updated version in manifest (0.4.0) * defaultCSSRulesJSON update to version 6 (#123) Co-authored-by: Raiquen Guidotti <[email protected]> * defaultCSSRulesJSON update to version 7 (#127) Co-authored-by: Raiquen Guidotti <[email protected]> * feat: New default rules are enabled by default (#129) * fix: updated rules e2e spec to handle data v2 (#131) * defaultCSSRulesJSON update to version 8 (#134) Co-authored-by: Raiquen Guidotti <[email protected]> --------- Co-authored-by: Raiquen Guidotti <[email protected]> Co-authored-by: Raiquen Guidotti <[email protected]>
- Loading branch information