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 himself65
parent 4a99376c21
commit 75c4519829
6 changed files with 75 additions and 38 deletions
@@ -1,3 +1,4 @@
export * from './button';
export * from './icon-button';
export * from './radio';
export * from './text-button';
@@ -77,4 +77,6 @@ export const radioButtonGroup = style({
background: 'var(--affine-hover-color)',
borderRadius: '10px',
padding: '2px',
// @ts-expect-error - fix electron drag
WebkitAppRegion: 'no-drag',
});