1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 13:45:56 +02:00

feat(frontend): モバイルデバイスで折りたたまれたUIの展開表示に全画面ページを使用できるように

This commit is contained in:
syuilo
2025-05-22 14:57:35 +09:00
parent 65c2adee36
commit 23542530e1
6 changed files with 222 additions and 5 deletions

View File

@@ -790,3 +790,5 @@ export function launchUploader(
});
});
}
export const pageFolderTeleportCount = ref(0);