-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: plugin loading performance [patch/2.40.0] (#2294)
* fix: consolidate legacy and default plugin and fix resizing (#2254) (#2268) * fix: consolidate legacy and default plugin and fix ER/EV resizing * fix: show offline message on EE maps --------- Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com> * fix: fix props handling when switching Map <-> DV plugins (#2272) * feat(iframe-plugin): wait to load plugins from cache to save network [DHIS2-15097] (#2285) * feat(iframe-plugin): receive pwa installation status from plugins * chore: add todos * fix: wait to render until the first item of the type has gotten the plugin * fix: add property to the top-most item of each iframe plugin type * fix: dont use the <Layer> component * chore: cli-app-scripts upgrade * fix: remove unused var * refactor: combine loops --------- Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org> * fix: disable ll plugin if it doesnt support installationStatus * fix: clean up and lint * fix: handle case where LL is not installed * fix: center spinner --------- Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com> Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org> Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
- Loading branch information
1 parent
e4861e3
commit 3efe9aa
Showing
27 changed files
with
1,012 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { ADD_IFRAME_PLUGIN_STATUS } from '../reducers/iframePluginStatus.js' | ||
|
||
export const acAddIframePluginStatus = (value) => ({ | ||
type: ADD_IFRAME_PLUGIN_STATUS, | ||
value, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 0 additions & 90 deletions
90
src/components/Item/VisualizationItem/Visualization/DefaultPlugin.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.