openc3-cosmos-tool-tlmgrapher 5.5.2 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 899b74d80b4d7962f1ab22d8fc29bc6997c2636a16256a49afb688035577b32c
4
- data.tar.gz: f683fb32f4032be80ff20a35613800aec5790cb4078d965a57fcf1077a7a4119
3
+ metadata.gz: 1e28899d331af96c6a1ad7d19a1ba6c23c593cff7d33f85077a15c6f4e98b04c
4
+ data.tar.gz: f3fd32438da9a03eb6d079b69248e19e5a4c9d3193f037745abe3d9c005f9ab3
5
5
  SHA512:
6
- metadata.gz: fe93e47bcace22033458276b5941a2a33370e650d9655a36d158a1c596aadc1b1d82164f075f0bb5e084b63f066e476e065e334c27b25ef3e0e9073b5d11e3b0
7
- data.tar.gz: ec0f3203c1bb0c71a68071c0422a373bdfff0f2d0498fb74dcd26dbda541c7e1e7e19e778d97f4efc04ff02085b09f116ed16dfd5d4f069df58e6e5ef39c60b7
6
+ metadata.gz: dd0742ee428529d351430197f57624a5b470531b3948840e161e821570087ff2291c5dab47f4cedb164ecc77ea46e7a887e7674ef3e1373fbbfa9985eb67f418
7
+ data.tar.gz: 128ca2ee6e83160d9045781dea02982fd3d932c4defd2b86fb85cf89ba5e06d3cf904b194bbe2001711e27beacb20f511e72e8f9647848ad4c56f345adad9448
@@ -1,4 +1 @@
1
- <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><main><h1>Your Microfrontend is not here</h1><p>The @openc3/cosmos-tool-tlmgrapher microfrontend is running in "integrated" mode, since standalone-single-spa-webpack-plugin is disabled. This means that it does not work as a standalone application without changing configuration.</p><h2>How do I develop this microfrontend?</h2><p>To develop this microfrontend, try the following steps:</p><ol><li>Copy the following URL to your clipboard: <a target="_blank" rel="noopener" id="mf-url"></a></li><li>In a new browser tab, go to the your single-spa web app. This is where your "root config" is running. You do not have to run the root config locally if it is already running on a deployed environment - go to the deployed environment directly.</li><li>In the browser console, run <code>localStorage.setItem('devtools', true);</code> Refresh the page.</li><li>A yellowish rectangle should appear at the bottom right of your screen. Click on it. Find the name @openc3/cosmos-tool-tlmgrapher and click on it. If it is not present, click on Add New Module.</li><li>Paste the URL above into the input that appears. Refresh the page.</li><li>Congrats, your local code is now being used!</li></ol><p></p><p>For further information about "integrated" mode, see the following links:</p><ul><li><a target="_blank" rel="noopener" href="https://single-spa.js.org/docs/recommended-setup#local-development">Local Development Overview</a></li><li><a target="_blank" rel="noopener" href="https://github.com/joeldenning/import-map-overrides">Import Map Overrides Documentation</a></li></ul><p></p><h2>If you prefer Standalone mode</h2><p>To run this microfrontend in "standalone" mode, the standalone-single-spa-webpack-plugin must not be disabled. In some cases, this is done by running <code>npm run start:standalone</code>. Alternatively, you can add <code>--env standalone</code> to your package.json start script if you are using webpack-config-single-spa.</p>If neither of those work for you, see more details about enabling standalone mode at <a target="_blank" rel="noopener" href="https://github.com/single-spa/standalone-single-spa-webpack-plugin">Standalone Plugin Documentation</a>.<p></p><script>const mfLink = document.getElementById('mf-url');
2
- const fullSrc = new URL('/tools/tlmgrapher//tools/tlmgrapher/js/app.js', window.location.href);
3
- mfLink.href = fullSrc;
4
- mfLink.textContent = fullSrc;</script></main></head><body><div id="app"></div></body></html>
1
+ <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/tools/tlmgrapher/js/app.js"></script></head><body><div id="app"></div></body></html>