Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media editor and multi account #383

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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