• Make the new "fenix" popup panel the default one

    gorhill committed Apr 30, 2020
    The old "classic" popup panel will still be used
    when at least one of the following is true:
    
    - advanced setting `uiFlavor` is set to `classic`; or
    - the browser is Chromium 65 or older; or
    - the browser is Firefox 67 or older
    
    The default configuration of the new popup panel
    at installation time is to show the power button,
    statistics and the basic tool icons, i.e. access
    to dashboard, logger, pickers.
    
    For existing installations, the new popup panel
    will be configured by respecting the existing
    configuration of the classic one.
    
    The new popup panel is currently already in use
    on Firefox for Android, and the visual redesign
    was made according to suggestions and feedback
    from <https://github.com/brampitoyo> to be
    optimal for Firefox for Android.
    
    The new popup panel will allow closing the following
    pending issues:
    
    - uBlockOrigin/uBlock-issues#255
    - uBlockOrigin/uBlock-issues#178