Skip to content

UI & Stability Update

Compare
Choose a tag to compare
@Adamouization Adamouization released this 08 Aug 07:48
· 22 commits to master since this release

Release summary

This release brings stability and improvements update that refactors the code to adopt the latest coding standards JavaScript coding standards (ES6), localise external sources and improves the popup UI for a more pleasing experience.

Changelog

  • New improved UI for the popup:
    • new font,
    • better spacing and sizing of popup items.
  • Update JavaScript code to latest ES6 coding standards for easier readability, scalability and maintenance.
  • As per Mozilla's Add-on Policies:
    • external scripts and images were removed and local versions are used instead,
    • hidden files unused by the extension were removed,
    • unsafe assignments to innerHTML were fixed to avoid future performance degradation.