Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace util.js polyfills with JS natives... #11871

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Replace util.js polyfills with JS natives... #11871

merged 2 commits into from
Sep 26, 2023

Commits on Sep 25, 2023

  1. Replace polyfills with JS natives...

    Replace js/misc/util.js polyfills (findIndex(), find(), each(), filter() & map()) with JS natives in cinnamon.
    
    +grouped-window-list applet: Always add alert style to thumbnail when app window needs attention and implement same style removal when app is focused (not previously implemented)
    
    +grouped-window-list applet: used 'const' instead of 'let' where possible.
    fredcw authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8f65e12 View commit details
    Browse the repository at this point in the history
  2. Undo accidental change.

    fredcw authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    32b316a View commit details
    Browse the repository at this point in the history