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 4abe62c9e0
commit 7ed3250042
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

@@ -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',
});