feat: add page mode filter (#2601)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
Whitewater
2023-05-30 20:15:23 -07:00
committed by GitHub
parent 617350fc7d
commit 0bb6e362bf
6 changed files with 75 additions and 38 deletions

View File

@@ -1,3 +1,4 @@
export * from './button';
export * from './icon-button';
export * from './radio';
export * from './text-button';

View File

@@ -91,4 +91,6 @@ export const radioButtonGroup = style({
background: 'var(--affine-hover-color)',
borderRadius: '10px',
padding: '2px',
// @ts-expect-error - fix electron drag
WebkitAppRegion: 'no-drag',
});