Skip to content

Commit

Permalink
Merge branch 'master' into junyi/electron-library-call
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 authored Nov 18, 2024
2 parents 2bf6f6c + ba3cfa0 commit 2a38297
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.2.3",
"electron-updater": "^5.0.5",
"element-internals-polyfill": "^1.3.12",
"fs-extra": "^11.2.0",
"koffi": "^2.9.1",
"lit": "^2.2.2",
Expand Down
1 change: 1 addition & 0 deletions client/src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
limitations under the License.
*/

import 'element-internals-polyfill';
import '@material/web/all.js';
import '@polymer/polymer/polymer-legacy.js';
import '@polymer/polymer/lib/legacy/polymer.dom.js';
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a38297

Please sign in to comment.