08e4593093
no issue Reduces likelihood of seeing the "Loading editor..." state when accessing the editor by fetching the editor module in the background after login. - added `koenig` service - `.resource` getter for returning a React suspense resource object to reduce duplication across main editor and HTML input components - `.fetch()` method that fetches the Koenig module, avoids concurrent or repeated fetches by utilising an internal `._fetchTask` ember-concurrency task - updated Koenig components to use the `koenig` service and associated resource for fetching the module - required setting up `editorResource` inside the component's class and passing it in as a prop to the suspense-aware components as we need access to Ember's dependency injection available in the class - added `koenig.fetch()` call to our post-login code in the `session` service so the fetch is started before the editor is accessed |
||
---|---|---|
.. | ||
ajax.js | ||
billing.js | ||
clock.js | ||
config-manager.js | ||
custom-theme-settings.js | ||
custom-views.js | ||
dashboard-mocks.js | ||
dashboard-stats.js | ||
data-cache.js | ||
dropdown.js | ||
event-bus.js | ||
explore.js | ||
feature.js | ||
frontend.js | ||
ghost-paths.js | ||
koenig.js | ||
lazy-loader.js | ||
limit.js | ||
media-queries.js | ||
member-import-validator.js | ||
members-count-cache.js | ||
members-stats.js | ||
members-utils.js | ||
mention-utils.js | ||
migrate.js | ||
modals.js | ||
navigation.js | ||
notifications.js | ||
resize-detector.js | ||
session.js | ||
settings.js | ||
slug-generator.js | ||
tenor.js | ||
theme-management.js | ||
ui.js | ||
unsplash.js | ||
upgrade-status.js | ||
utils.js | ||
whats-new.js |