mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-12-05 22:37:40 +08:00
feat: support ai writer (#69)
* feat: support ai writer * feat: support duplicate page * feat: support upgrade AI Max
This commit is contained in:
@@ -203,14 +203,14 @@ export function ViewMetaPreview({
|
||||
if(readOnly) return;
|
||||
setIconAnchorEl(e.currentTarget);
|
||||
}}
|
||||
className={`view-icon flex h-[1.25em] px-1.5 items-center justify-center ${readOnly ? 'cursor-default' : 'cursor-pointer hover:bg-fill-list-hover '}`}
|
||||
className={`view-icon flex h-[1.25em] w-[1.25em] px-1.5 items-center justify-center ${readOnly ? 'cursor-default' : 'cursor-pointer hover:bg-fill-list-hover '}`}
|
||||
>
|
||||
<PageIcon
|
||||
view={{
|
||||
icon,
|
||||
layout: ViewLayout.Document,
|
||||
}}
|
||||
className={'h-[90%] w-[80%] flex items-center justify-center'}
|
||||
className={'h-[90%] w-[90%] flex items-center justify-center'}
|
||||
/>
|
||||
</div>
|
||||
: null
|
||||
|
||||
Reference in New Issue
Block a user