mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
@@ -37,7 +37,7 @@ export class FeatureFlagService extends StoreExtension {
|
||||
enable_shape_shadow_blur: false,
|
||||
enable_mobile_keyboard_toolbar: false,
|
||||
enable_mobile_linked_doc_menu: false,
|
||||
enable_block_meta: false,
|
||||
enable_block_meta: true,
|
||||
enable_callout: false,
|
||||
enable_edgeless_scribbled_style: false,
|
||||
});
|
||||
|
||||
@@ -375,11 +375,6 @@ function createToolbarMoreMenuConfigV2(baseUrl?: string) {
|
||||
});
|
||||
});
|
||||
const createdAtString = i18nTime(date.toISOString(), {
|
||||
relative: {
|
||||
max: [1, 'day'],
|
||||
accuracy: 'minute',
|
||||
weekday: true,
|
||||
},
|
||||
absolute: {
|
||||
accuracy: 'minute',
|
||||
},
|
||||
@@ -387,6 +382,7 @@ function createToolbarMoreMenuConfigV2(baseUrl?: string) {
|
||||
const wrapperStyle = {
|
||||
padding: '4px 8px',
|
||||
fontSize: '12px',
|
||||
fontWeight: '400',
|
||||
};
|
||||
return html`<div style=${styleMap(wrapperStyle)}>
|
||||
<div>${watch(user)}</div>
|
||||
|
||||
@@ -93,7 +93,7 @@ export const AFFINE_FLAGS = {
|
||||
description:
|
||||
'com.affine.settings.workspace.experimental-features.enable-block-meta.description',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
defaultState: true,
|
||||
},
|
||||
enable_callout: {
|
||||
category: 'blocksuite',
|
||||
|
||||
Reference in New Issue
Block a user