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

XWIKI-22540: Slow loading time when changing the icons theme to Silk in the Icon picker #3537

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. XWIKI-22540: Slow loading time when changing the icons theme to Silk …

    …in the Icon picker
    
    * Added a flag on the data_icons action to only retrieve metadata when necessary. This shaves off half of the time for the request and reduces significantly the size of the payload
    Sereza7 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    96d740e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. XWIKI-22540: Slow loading time when changing the icons theme to Silk …

    …in the Icon picker
    
    * Refactored the IconPicker javascript to improve readability
    Sereza7 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2392ffa View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. XWIKI-22540: Slow loading time when changing the icons theme to Silk …

    …in the Icon picker
    
    * Removed unwanted changes
    Sereza7 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fd1505e View commit details
    Browse the repository at this point in the history