Adds transitions to panels

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Josh Perez
2023-07-26 18:23:32 -04:00
committed by GitHub
parent bbd43b6e38
commit 4ec94367c9
40 changed files with 708 additions and 414 deletions

View File

@@ -56,7 +56,7 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
assert(app);
const window = await app.getWindow();
const leftPane = window.locator('.left-pane-wrapper');
const leftPane = window.locator('#LeftPane');
const openConvo = async (contact: PrimaryDevice): Promise<void> => {
debug('opening conversation', contact.profileName);