Merge branch 'develop' into pizzax-indexeddb

This commit is contained in:
tamaina 2022-05-01 15:08:25 +09:00 committed by GitHub
commit c5048ee993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 2162 additions and 717 deletions

View file

@ -149,7 +149,6 @@ if ($i && $i.token) {
try {
document.body.innerHTML = '<div>Please wait...</div>';
await login(i);
location.reload();
} catch (e) {
// Render the error screen
// TODO: ちゃんとしたコンポーネントをレンダリングする(v10とかのトラブルシューティングゲーム付きのやつみたいな)