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

Load custom elements lazily #193

Merged
merged 3 commits into from
Oct 24, 2023
Merged

Load custom elements lazily #193

merged 3 commits into from
Oct 24, 2023

Commits on Oct 22, 2023

  1. Load custom elements lazily

    Custom elements must be registered in the import map with
    their tag name. On page load, all undefined elements are
    loaded lazily. Since they can appear out of order, a custom
    app:load event is dispatched so that components know when
    everything is loaded.
    marein committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8f273ef View commit details
    Browse the repository at this point in the history
  2. Update selenium

    marein committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    10ca03c View commit details
    Browse the repository at this point in the history
  3. Remove redundant code

    marein committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    160905b View commit details
    Browse the repository at this point in the history