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

Meed Layout Editor - Meeds-io/MIPs#120 (#1173) #1174

Merged
merged 2 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. fix: Delete Useless Loading Effetct - Meeds-io/MIPs#120 (#1173)

    Prior to this change, a 'displayTopBarLoading' is initiated by application without a corresponding 'hideTopBarLoading' to stop loading effect. This change will delete the display of page global loading effect and rely instead of the internal loading effect added inside the application while loading the news list.
    boubaker committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c987114 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix: Delete events listening on Vue application unmount - MEED-6224 - M…

    …eeds-io/MIPs#120
    
    Before this change, some errors are logged in Layout management UI when adding and removing the News List application multiple times. This change ensures to delete listeners on unmount and to make sure that the settings drawer is displayed even in a sticky container.
    boubaker committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    deb2dc4 View commit details
    Browse the repository at this point in the history