EYHN
|
8963826463
|
feat(core): desktop multiple server support (#8979)
|
2024-12-03 05:51:09 +00:00 |
|
CatsJuice
|
71ab75e30e
|
feat(mobile): mobile experimental feature setting (#8922)
close AF-1802

|
2024-11-28 07:25:06 +00:00 |
|
Saul-Mirone
|
f780316f8b
|
feat: add feature flag for new dnd (#8949)
|
2024-11-28 03:42:02 +00:00 |
|
Chen
|
b87c3840f3
|
chore(core): remove snapshot import export feature flag (#8865)
|
2024-11-20 07:06:20 +00:00 |
|
JimmFly
|
2ee2cbfe36
|
feat(core): add i18n to descriptions of experimental feature (#8788)
close AF-1554 AF-1556 OPE-185
|
2024-11-12 06:53:46 +00:00 |
|
L-Sun
|
5f40fbc69c
|
feat(mobile): mobile at menu (#8727)
Close [BS-1608](https://linear.app/affine-design/issue/BS-1608/mobile-menu), related PR: https://github.com/toeverything/blocksuite/pull/8681
|
2024-11-08 11:06:12 +00:00 |
|
forehalo
|
02dbe135d4
|
chore(infra): remove useless flags (#8748)
fix AF-1611
|
2024-11-08 10:17:45 +00:00 |
|
donteatfriedrice
|
c323e5ae93
|
feat: use custom @ import dialog (#8723)
[BS-1747](https://linear.app/affine-design/issue/BS-1747/[ui]-通过导入的ui还是旧的,需要更新)
|
2024-11-08 01:53:29 +00:00 |
|
donteatfriedrice
|
ba3aa7f153
|
feat: add snapshot import export config (#8584)
[BS-1470](https://linear.app/affine-design/issue/BS-1470/提供-snapshot-导入导出开关)
|
2024-10-31 05:18:14 +00:00 |
|
L-Sun
|
50bae9c3e6
|
feat(mobile): enable mobile keyboard toolbar (#8633)
|
2024-10-30 08:07:58 +00:00 |
|
pengx17
|
8cbb7195fc
|
fix(electron): offline mode description (#8586)
fix AF-1446
|
2024-10-24 03:07:42 +00:00 |
|
CatsJuice
|
17fec8928f
|
feat(core): emoji as doc icon support with feature flag (#8348)
close AF-1412
Adjusted the priority of the public doc icon:
1. block-reference
2. journal
3. page reference
4. **emoji** (*new)
5. default
|
2024-10-10 04:14:31 +00:00 |
|
Yifeng Wang
|
a77061e848
|
feat: add block visibility config (#8371)
|
2024-09-24 17:36:06 +08:00 |
|
EYHN
|
73876f60fc
|
feat(core): adjust offline mode description (#8365)
|
2024-09-24 05:58:15 +00:00 |
|
Saul-Mirone
|
35e232c61c
|
feat: migrate to blocksuite/affine (#8332)
Use `@blocksuite/affine` package for all blocksuite features in affine.
```ts
@blocksuite/store -> @blocksuite/affine/store
@blocksuite/global -> @blocksuite/affine/global
@blocksuite/block-std -> @blocksuite/affine/block-std
@blocksuite/blocks -> @blocksuite/affine/blocks
@blocksuite/presets -> @blocksuite/affine/presets
```
|
2024-09-20 10:55:47 +00:00 |
|
renovate[bot]
|
cfd09b6634
|
chore: bump up blocksuite to v0.17.14 (#8326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
|
2024-09-20 07:44:19 +00:00 |
|
EYHN
|
5d57f53a06
|
fix(core): adjust feature flag (#8309)
|
2024-09-19 15:26:33 +08:00 |
|
EYHN
|
fab23d226d
|
refactor(core): clear build config (#8268)
remove build config
allowLocalWorkspace -> FeatureFlag
enablePreloading -> removed
enableNewSettingUnstableApi -> removed
enableExperimentalFeature -> removed
enableThemeEditor -> FeatureFlag
remove some unused code
|
2024-09-18 06:33:25 +00:00 |
|
forehalo
|
a387e4ac07
|
refactor: migrate environment to BUILD_CONFIG (#8206)
|
2024-09-13 07:58:20 +00:00 |
|
forehalo
|
25969a34e8
|
refactor: avoid runtime config object (#8202)
|
2024-09-13 07:27:11 +00:00 |
|
zzj3720
|
aad7b90859
|
feat(core): add database full-width feature flag (#8210)
|
2024-09-12 05:14:13 +00:00 |
|
EYHN
|
498a69af53
|
feat(core): move enable ai to feature flag (#8195)
|
2024-09-11 07:42:07 +00:00 |
|
doouding
|
52d9569f47
|
feat: add mind map import feature flag (#8196)
|
2024-09-11 06:27:47 +00:00 |
|
forehalo
|
4de9d94c80
|
chore(core): publish editor settings in beta (#8149)
|
2024-09-06 11:54:26 +00:00 |
|
Saul-Mirone
|
84ebe62edc
|
chore: bump bs to lts (#8147)
|
2024-09-06 10:54:19 +00:00 |
|
pengx17
|
0ae5673aaa
|
feat(electron): add offline mode (#8086)
fix AF-1334
It seems `session.enableNetworkEmulation({ offline: true });` does not work - https://github.com/electron/electron/issues/21250
implemented using an in-house solution.
When turned on:

|
2024-09-04 10:46:43 +00:00 |
|
EYHN
|
2524491bd1
|
fix(env): is mobile flag (#8005)
only 'mobile' entry has isMobile = true flag
|
2024-09-04 09:21:36 +00:00 |
|
Saul-Mirone
|
56f4634c1f
|
chore: bump bs with new extension api (#8042)
|
2024-09-02 10:32:22 +00:00 |
|
JimmFly
|
a802dc4fd6
|
chore: adjust experimental features text (#8044)
close AF-1313 AF-1312 AF-1311 AF-1310
|
2024-09-02 07:40:55 +00:00 |
|
JimmFly
|
03b2cda845
|
refactor(core): move fontFamily and fullWidthLayout to editor settings (#7988)
|
2024-08-28 02:35:24 +00:00 |
|
JimmFly
|
b8f07ce3fc
|
chore(core): disable expand database block (#7984)
close AF-1271
|
2024-08-27 12:24:48 +00:00 |
|
JimmFly
|
b333cde336
|
feat(core): init editor setting ui (#7878)
- init editor setting ui
https://github.com/user-attachments/assets/c54f5816-ef05-4ac0-b11a-8ab7159f928c
|
2024-08-22 04:24:41 +00:00 |
|
EYHN
|
50948318e0
|
feat(core): use emoji as folder icon (#7842)

|
2024-08-14 10:35:22 +00:00 |
|
EYHN
|
0504d0b0ff
|
feat(core): init feature flag service (#7856)
|
2024-08-14 10:35:21 +00:00 |
|