Skip to content

Commit de901dc

Browse files
committed
Media editor and multi account (#4)
1 parent fd6a1f4 commit de901dc

File tree

183 files changed

+16128
-4735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+16128
-4735
lines changed

‎index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<link rel="manifest" id="manifest">
4444
</head>
45-
<body class="animation-level-2">
45+
<body class="animation-level-2 has-auth-pages">
4646
<!--[if IE]>
4747
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
4848
<![endif]-->
@@ -99,6 +99,7 @@
9999
</defs>
100100
</svg>
101101
<div class="whole" id="auth-pages" style="display: none;">
102+
<div id="auth-pages-close" style="display: none;"></div>
102103
<div class="scrollable scrollable-y">
103104
<div class="tabs-container auth-pages__container" data-animation="tabs">
104105
<div class="tabs-tab page-signImport">

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@solid-primitives/refs": "^1.0.5",
3131
"@solid-primitives/transition-group": "^1.0.3",
3232
"@types/chrome": "0.0.183",
33+
"@types/dom-webcodecs": "^0.1.13",
3334
"@types/express": "^4.17.21",
3435
"@types/prismjs": "^1.26.3",
3536
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -47,6 +48,7 @@
4748
"js-md5": "^0.8.3",
4849
"jsdom": "^22.1.0",
4950
"mime": "^3.0.0",
51+
"mp4-muxer": "^5.1.3",
5052
"node-ssh": "^13.1.0",
5153
"pako": "^2.1.0",
5254
"prismjs": "^1.29.0",

0 commit comments

Comments
 (0)