refactor(core): use custom scrollbar for editor and adjust shared page style (#5752)

Close TOV-481
- Use a custom scrollbar component for editor
- Modified the header of the share page and added a new footer
This commit is contained in:
JimmFly
2024-02-26 08:54:52 +00:00
parent e9f9eea80c
commit 0be62d892d
26 changed files with 504 additions and 209 deletions
@@ -112,10 +112,8 @@ test('share page with default edgeless', async ({ page, browser }) => {
expect(await page2.textContent('affine-paragraph')).toContain(
'TEST CONTENT'
);
const logo = page2.getByTestId('share-page-logo');
const editButton = page2.getByTestId('share-page-edit-button');
await expect(editButton).not.toBeVisible();
await expect(logo).toBeVisible();
}
});