Skip to content

Commit

Permalink
Merge pull request #383 from H7GhosT:media-editor-and-multi-account
Browse files Browse the repository at this point in the history
Media editor and multi account
  • Loading branch information
morethanwords authored Feb 3, 2025
2 parents fd6a1f4 + ef58e0b commit dee3060
Show file tree
Hide file tree
Showing 191 changed files with 16,597 additions and 5,269 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VITE_API_ID=1025907
VITE_API_HASH=452b0359b988148995f22ff0f4229750
VITE_VERSION=2.1.0
VITE_VERSION_FULL=2.1.0 (526)
VITE_VERSION=2.2
VITE_VERSION_FULL=2.2 (526)
VITE_BUILD=526
VITE_MTPROTO_WORKER=1
VITE_MTPROTO_SW=
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<link rel="manifest" id="manifest">
</head>
<body class="animation-level-2">
<body class="animation-level-2 has-auth-pages">
<!--[if IE]>
<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>
<![endif]-->
Expand Down Expand Up @@ -99,6 +99,7 @@
</defs>
</svg>
<div class="whole" id="auth-pages" style="display: none;">
<div id="auth-pages-close" style="display: none;"></div>
<div class="scrollable scrollable-y">
<div class="tabs-container auth-pages__container" data-animation="tabs">
<div class="tabs-tab page-signImport">
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@solid-primitives/refs": "^1.0.5",
"@solid-primitives/transition-group": "^1.0.3",
"@types/chrome": "0.0.183",
"@types/dom-webcodecs": "^0.1.13",
"@types/express": "^4.17.21",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -47,6 +48,7 @@
"js-md5": "^0.8.3",
"jsdom": "^22.1.0",
"mime": "^3.0.0",
"mp4-muxer": "^5.1.3",
"node-ssh": "^13.1.0",
"pako": "^2.1.0",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit dee3060

Please sign in to comment.