chore(core): remove old favorite (#7743)

closes AF-1203
This commit is contained in:
EYHN
2024-08-07 02:19:53 +00:00
parent c2cf331ff7
commit dd74cfea14
15 changed files with 92 additions and 631 deletions

View File

@@ -22,9 +22,6 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
allowLocalWorkspace:
buildFlags.distribution === 'desktop' ? true : false,
enableOrganize: true,
enableNewFavorite: true,
enableOldFavorite: false,
enableInfoModal: true,
// CAUTION(@forehalo): product not ready, do not enable it
@@ -57,8 +54,6 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
changelogUrl: 'https://github.com/toeverything/AFFiNE/releases',
enableInfoModal: true,
enableOrganize: true,
enableNewFavorite: true,
enableOldFavorite: true,
};
},
};