doouding
|
a4e94ab72f
|
feat: add shortcut of zooming to selection (#9447)
### Changed
- change edgeless shortcut `cmd + 0`, `cmd + 1` to `alt + 0`, `alt + 1`
- add new shortcut `alt + 2` to zoom to currently selected elements
|
2025-01-03 03:57:05 +00:00 |
|
Saul-Mirone
|
8b6c81f76d
|
refactor(editor): reduce dependency to doc collection (#9492)
|
2025-01-03 01:59:25 +00:00 |
|
Saul-Mirone
|
53f7480cb8
|
refactor(editor): merge docCreated and docAdded slot (#9489)
|
2025-01-02 11:47:14 +00:00 |
|
Saul-Mirone
|
edb5e1d87a
|
refactor(editor): job should not rely on doc collection directly (#9488)
|
2025-01-02 10:50:15 +00:00 |
|
Saul-Mirone
|
ad422d2f05
|
refactor(editor): move crud to doc (#9479)
|
2025-01-02 07:27:08 +00:00 |
|
Saul-Mirone
|
be387a6f33
|
refactor(editor): set readonly (#9475)
|
2025-01-02 04:02:15 +00:00 |
|
liuyi
|
8732801f06
|
fix(core): wrong auth i18n keys (#9455)
|
2024-12-31 15:03:37 +08:00 |
|
Peng Xiao
|
6883cc2ded
|
fix(electron): page history api fetch issue (#9440)
|
2024-12-31 10:19:25 +08:00 |
|
Saul-Mirone
|
c28f918527
|
refactor(editor): extract database block (#9435)
Part of: [BS-2269](https://linear.app/affine-design/issue/BS-2269/%E8%BF%81%E7%A7%BB-database-block-%E5%88%B0-affine-%E6%96%87%E4%BB%B6%E5%A4%B9%E4%B8%8B%E5%B9%B6%E5%BC%80%E5%90%AF-nouncheckedindexedaccess)
|
2024-12-30 12:59:57 +00:00 |
|
renovate
|
a85707a2e7
|
chore: bump up oxlint version to v0.15.4 (#9161)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.15.0` -> `0.15.4`](https://renovatebot.com/diffs/npm/oxlint/0.15.0/0.15.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.15.4`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.15.4): oxlint v0.15.4
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.15.3...oxlint_v0.15.4)
#### \[0.15.4] - 2024-12-30
- [`ed75e42`](https://redirect.github.com/oxc-project/oxc/commit/ed75e42) semantic: \[**BREAKING**] Make SymbolTable fields `pub(crate)` instead of `pub` ([#​7999](https://redirect.github.com/oxc-project/oxc/issues/7999)) (Boshen)
##### Features
- [`47cea9a`](https://redirect.github.com/oxc-project/oxc/commit/47cea9a) linter: Implement `eslint/no-extra-label` ([#​8181](https://redirect.github.com/oxc-project/oxc/issues/8181)) (Anson Heung)
- [`ef76e28`](https://redirect.github.com/oxc-project/oxc/commit/ef76e28) linter: Implement `eslint/no-multi-assign` ([#​8158](https://redirect.github.com/oxc-project/oxc/issues/8158)) (Anson Heung)
- [`384858b`](https://redirect.github.com/oxc-project/oxc/commit/384858b) linter: Implement `jsx-a11y/no-noninteractive-tabindex` ([#​8167](https://redirect.github.com/oxc-project/oxc/issues/8167)) (Tyler Earls)
- [`afc21a6`](https://redirect.github.com/oxc-project/oxc/commit/afc21a6) linter: Implement `eslint/vars-on-top` ([#​8157](https://redirect.github.com/oxc-project/oxc/issues/8157)) (Yuichiro Yamashita)
- [`65796c4`](https://redirect.github.com/oxc-project/oxc/commit/65796c4) linter: Implement `eslint/prefer-rest-params` ([#​8155](https://redirect.github.com/oxc-project/oxc/issues/8155)) (Yuichiro Yamashita)
- [`5234d96`](https://redirect.github.com/oxc-project/oxc/commit/5234d96) linter: Implement `eslint/no-nested-ternary` ([#​8150](https://redirect.github.com/oxc-project/oxc/issues/8150)) (Yuichiro Yamashita)
- [`1c5db72`](https://redirect.github.com/oxc-project/oxc/commit/1c5db72) linter: Implement eslint/no-labels ([#​8131](https://redirect.github.com/oxc-project/oxc/issues/8131)) (Anson Heung)
- [`0b04288`](https://redirect.github.com/oxc-project/oxc/commit/0b04288) linter: Move `import/named` to nursery ([#​8068](https://redirect.github.com/oxc-project/oxc/issues/8068)) (Boshen)
##### Bug Fixes
- [`0794bee`](https://redirect.github.com/oxc-project/oxc/commit/0794bee) editor/vscode: Set minimum supported ver. to `^1.93.0` ([#​8182](https://redirect.github.com/oxc-project/oxc/issues/8182)) (Pavel Smirnov)
- [`f3050d4`](https://redirect.github.com/oxc-project/oxc/commit/f3050d4) linter: Exclude svelte files from `no_unused_vars` rule ([#​8170](https://redirect.github.com/oxc-project/oxc/issues/8170)) (Yuichiro Yamashita)
- [`faf7464`](https://redirect.github.com/oxc-project/oxc/commit/faf7464) linter: Disable rule `react/rules-of-hook` by file extension ([#​8168](https://redirect.github.com/oxc-project/oxc/issues/8168)) (Alexander S.)
- [`1171e00`](https://redirect.github.com/oxc-project/oxc/commit/1171e00) linter: Disable `react/rules-of-hooks` for vue and svelte files ([#​8165](https://redirect.github.com/oxc-project/oxc/issues/8165)) (Alexander S.)
- [`1b9a5ba`](https://redirect.github.com/oxc-project/oxc/commit/1b9a5ba) linter: False positiver in private member expr in oxc/const-comparison ([#​8164](https://redirect.github.com/oxc-project/oxc/issues/8164)) (camc314)
- [`6bd9ddb`](https://redirect.github.com/oxc-project/oxc/commit/6bd9ddb) linter: False positive in `typescript/ban-tslint-comment` ([#​8094](https://redirect.github.com/oxc-project/oxc/issues/8094)) (dalaoshu)
- [`10a1fd5`](https://redirect.github.com/oxc-project/oxc/commit/10a1fd5) linter: Rule: `no-restricted-imports` support option `patterns` with `group` key ([#​8050](https://redirect.github.com/oxc-project/oxc/issues/8050)) (Alexander S.)
- [`b3f38ae`](https://redirect.github.com/oxc-project/oxc/commit/b3f38ae) linter: Rule `no-restricted-imports`: support option `allowImportNames` ([#​8002](https://redirect.github.com/oxc-project/oxc/issues/8002)) (Alexander S.)
- [`340cc90`](https://redirect.github.com/oxc-project/oxc/commit/340cc90) linter: Rule `no-restricted-imports`: fix option "importNames" ([#​7943](https://redirect.github.com/oxc-project/oxc/issues/7943)) (Alexander S.)
- [`ec2128e`](https://redirect.github.com/oxc-project/oxc/commit/ec2128e) linter: Fix line calculation for `eslint/max-lines` in diagnostics ([#​7962](https://redirect.github.com/oxc-project/oxc/issues/7962)) (Dmitry Zakharov)
- [`79af100`](https://redirect.github.com/oxc-project/oxc/commit/79af100) semantic: Reference flags not correctly resolved when after an export stmt ([#​8134](https://redirect.github.com/oxc-project/oxc/issues/8134)) (camc314)
##### Performance
- [`d8d2ec6`](https://redirect.github.com/oxc-project/oxc/commit/d8d2ec6) linter: Run rules which require typescript syntax only when source type is actually typescript ([#​8166](https://redirect.github.com/oxc-project/oxc/issues/8166)) (Alexander S.)
- [`2736657`](https://redirect.github.com/oxc-project/oxc/commit/2736657) semantic: Allocate `UnresolvedReferences` in allocator ([#​8046](https://redirect.github.com/oxc-project/oxc/issues/8046)) (Boshen)
##### Refactor
- [`de8246b`](https://redirect.github.com/oxc-project/oxc/commit/de8246b) language_server: Move structs into own file ([#​8026](https://redirect.github.com/oxc-project/oxc/issues/8026)) (Alexander S.)
- [`774babb`](https://redirect.github.com/oxc-project/oxc/commit/774babb) linter: Read `exported_bindings_from_star_export` lazily ([#​8062](https://redirect.github.com/oxc-project/oxc/issues/8062)) (Boshen)
- [`547c102`](https://redirect.github.com/oxc-project/oxc/commit/547c102) linter: Use `RwLock<FxHashMap>` instead of `FxDashMap` for module record data ([#​8061](https://redirect.github.com/oxc-project/oxc/issues/8061)) (Boshen)
- [`952d7e4`](https://redirect.github.com/oxc-project/oxc/commit/952d7e4) linter: Rename `flat.rs` to `config.rs` ([#​8033](https://redirect.github.com/oxc-project/oxc/issues/8033)) (camc314)
- [`50848ed`](https://redirect.github.com/oxc-project/oxc/commit/50848ed) linter: Simplify `ConfigStore` to prep for nested configs ([#​8032](https://redirect.github.com/oxc-project/oxc/issues/8032)) (camc314)
- [`b2a4a78`](https://redirect.github.com/oxc-project/oxc/commit/b2a4a78) linter: Remove unused `with_rules` and `set_rule` methods ([#​8029](https://redirect.github.com/oxc-project/oxc/issues/8029)) (camc314)
- [`6da0b21`](https://redirect.github.com/oxc-project/oxc/commit/6da0b21) oxlint: Remove unused `git.rs` ([#​7990](https://redirect.github.com/oxc-project/oxc/issues/7990)) (Boshen)
- [`58e7777`](https://redirect.github.com/oxc-project/oxc/commit/58e7777) oxlint: Remove extra if check in `Walkdir` ([#​7989](https://redirect.github.com/oxc-project/oxc/issues/7989)) (Boshen)
- [`02f968d`](https://redirect.github.com/oxc-project/oxc/commit/02f968d) semantic: Change `Bindings` to a plain `FxHashMap` ([#​8019](https://redirect.github.com/oxc-project/oxc/issues/8019)) (Boshen)
### [`v0.15.3`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.15.3): oxlint v0.15.3
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.15.2...oxlint_v0.15.3)
#### \[0.15.3] - 2024-12-17
##### Features
- [`25ddb35`](https://redirect.github.com/oxc-project/oxc/commit/25ddb35) linter: Add the import/no_named_default rule ([#​7902](https://redirect.github.com/oxc-project/oxc/issues/7902)) (Guillaume Piedigrossi)
- [`ee26b44`](https://redirect.github.com/oxc-project/oxc/commit/ee26b44) linter: Enhance `get_element_type` to resolve more element types ([#​7885](https://redirect.github.com/oxc-project/oxc/issues/7885)) (dalaoshu)
##### Bug Fixes
- [`6f41d92`](https://redirect.github.com/oxc-project/oxc/commit/6f41d92) linter: False positive in `unicorn/no-useless-spread` ([#​7940](https://redirect.github.com/oxc-project/oxc/issues/7940)) (dalaoshu)
- [`0867b40`](https://redirect.github.com/oxc-project/oxc/commit/0867b40) linter: Fix configuration parser for `no-restricted-imports` ([#​7921](https://redirect.github.com/oxc-project/oxc/issues/7921)) (Alexander S.)
- [`9c9b73d`](https://redirect.github.com/oxc-project/oxc/commit/9c9b73d) linter: Fix incorrect fixer for `prefer-regexp-test` ([#​7898](https://redirect.github.com/oxc-project/oxc/issues/7898)) (Cameron)
- [`32935e6`](https://redirect.github.com/oxc-project/oxc/commit/32935e6) linter: False positive in `jsx-a11y/label-has-associated-control` ([#​7881](https://redirect.github.com/oxc-project/oxc/issues/7881)) (dalaoshu)
- [`14c51ff`](https://redirect.github.com/oxc-project/oxc/commit/14c51ff) semantic: Remove inherting `ScopeFlags::Modifier` from parent scope ([#​7932](https://redirect.github.com/oxc-project/oxc/issues/7932)) (Dunqing)
##### Refactor
- [`3858221`](https://redirect.github.com/oxc-project/oxc/commit/3858221) global: Sort imports ([#​7883](https://redirect.github.com/oxc-project/oxc/issues/7883)) (overlookmotel)
- [`b99ee37`](https://redirect.github.com/oxc-project/oxc/commit/b99ee37) linter: Move rule "no-restricted-imports" to nursery ([#​7897](https://redirect.github.com/oxc-project/oxc/issues/7897)) (Alexander S.)
- [`ff2a68f`](https://redirect.github.com/oxc-project/oxc/commit/ff2a68f) linter/yoda: Simplify code ([#​7941](https://redirect.github.com/oxc-project/oxc/issues/7941)) (overlookmotel)
##### Styling
- [`7fb9d47`](https://redirect.github.com/oxc-project/oxc/commit/7fb9d47) rust: `cargo +nightly fmt` ([#​7877](https://redirect.github.com/oxc-project/oxc/issues/7877)) (Boshen)
### [`v0.15.2`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.15.2): oxlint v0.15.2
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.15.1...oxlint_v0.15.2)
#### \[0.15.2] - 2024-12-14
Fix the previous broken release caused by [https://github.com/softprops/action-gh-release/issues/555](https://redirect.github.com/softprops/action-gh-release/issues/555)
### [`v0.15.1`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.15.1): oxlint v0.15.1
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.15.0...oxlint_v0.15.1)
#### \[0.15.1] - 2024-12-13
##### Features
- [`38b1c2e`](https://redirect.github.com/oxc-project/oxc/commit/38b1c2e) editor: Create a command to apply all auto-fixes for the current active text editor ([#​7672](https://redirect.github.com/oxc-project/oxc/issues/7672)) (Nicholas Rayburn)
##### Bug Fixes
- [`2b187e5`](https://redirect.github.com/oxc-project/oxc/commit/2b187e5) linter: Fix configuration casing for `typescript/no_this_alias` ([#​7836](https://redirect.github.com/oxc-project/oxc/issues/7836)) (Boshen)
- [`06e6d38`](https://redirect.github.com/oxc-project/oxc/commit/06e6d38) linter: Fix unicorn/prefer-query-selector to use the correct replacement for getElementsByClassName ([#​7796](https://redirect.github.com/oxc-project/oxc/issues/7796)) (Nicholas Rayburn)
- [`7a83230`](https://redirect.github.com/oxc-project/oxc/commit/7a83230) semantic: Missing reference when `export default` references a type alias binding ([#​7813](https://redirect.github.com/oxc-project/oxc/issues/7813)) (Dunqing)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
|
2024-12-30 10:28:04 +00:00 |
|
fundon
|
569e63377d
|
fix(core): should sync name after renaming in pdf embed view (#9398)
https://github.com/user-attachments/assets/f6a3d7b8-9ae3-4d8f-833f-d7aca1e0fffa
|
2024-12-30 09:56:02 +00:00 |
|
Saul-Mirone
|
b66a64bc9a
|
refactor(editor): use spec builder (#9424)
|
2024-12-30 08:42:58 +00:00 |
|
Saul-Mirone
|
e3b6841944
|
refactor(editor): reorg block specs (#9421)
|
2024-12-30 05:59:25 +00:00 |
|
pengx17
|
70e4c8feab
|
feat(core): info modal should render backlinks with preview (#9387)
fix AF-2033
|
2024-12-27 13:47:06 +00:00 |
|
EYHN
|
cff3a73db4
|
fix(core): fix create workspace force cloud (#9382)
|
2024-12-27 13:33:05 +00:00 |
|
pengx17
|
153c1b2c55
|
refactor(core): make lit portal a bit cleaner (#9354)
|
2024-12-27 08:34:04 +00:00 |
|
fundon
|
6fcdd015aa
|
fix(component): lit portal not re-rendering in inline links case (#9321)
* uses `portal.key` in templates
* updates `portal.id` for use in queries
|
2024-12-27 15:43:13 +08:00 |
|
forehalo
|
8de0679d70
|
Revert "fix(core): make all docs journal judgement reactive (#9290)"
This reverts commit 727f21d78f.
|
2024-12-27 14:21:59 +08:00 |
|
fundon
|
20c5c28a95
|
fix(core): circular dependency in pdf embed view (#9331)
|
2024-12-27 02:57:21 +00:00 |
|
liuyi
|
41c8232472
|
chore(infra): remove blocksuite from infra (#9353)
|
2024-12-26 13:43:12 +00:00 |
|
liuyi
|
00980077c4
|
chore: standardize package references (#9346)
|
2024-12-26 19:08:42 +08:00 |
|
Saul-Mirone
|
6afa1d542f
|
feat(editor): add edgeless crud extension (#9335)
|
2024-12-26 08:58:06 +00:00 |
|
fundon
|
1afdb68143
|
fix(core): disable re-rendering of pdf embed view (#9334)
|
2024-12-26 08:08:11 +00:00 |
|
fundon
|
96fae47744
|
feat(core): add pdf embed preview feature flag (#9307)
|
2024-12-26 06:57:31 +00:00 |
|
liuyi
|
7ae7c17677
|
fix(core): more space under page property list (#9269)
|
2024-12-26 14:56:43 +08:00 |
|
JimmFly
|
cf17303158
|
chore: remove AIOnboardingGeneral (#9326)
|
2024-12-26 06:26:10 +00:00 |
|
fundon
|
42ab507d30
|
feat(core): pdf viewer supports fit to page (#8812)
### What's Changed
* fits to page by default
* supports rendering pages of different sizes
https://github.com/user-attachments/assets/bf34e6d1-5546-4af1-a131-b801a67e9ace
|
2024-12-26 05:28:18 +00:00 |
|
fundon
|
bb43e4b664
|
feat(core): pdf embed view component (#8671)
Closes: [AF-1445](https://linear.app/affine-design/issue/AF-1445/添加-pdf-embed-view-component)
Upstreams: https://github.com/toeverything/blocksuite/pull/8658, https://github.com/toeverything/blocksuite/pull/8752
### What's Changed
* uses `IntersectionObserver` to determine lazy loading
* adds `PDFViewerEmbedded` component
* automatically shut down workers when out of view
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/8ypiIKZXudF5a0tIgIzf/4181bec6-83fd-42f1-bfea-87276e0bd9e6.mov">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/8ypiIKZXudF5a0tIgIzf/4181bec6-83fd-42f1-bfea-87276e0bd9e6.mov">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/4181bec6-83fd-42f1-bfea-87276e0bd9e6.mov">Screen Recording 2024-11-15 at 08.14.34.mov</video>
|
2024-12-26 05:28:17 +00:00 |
|
Saul-Mirone
|
7c84545647
|
refactor(editor): cleanup dead code (#9300)
|
2024-12-25 07:48:00 +00:00 |
|
CatsJuice
|
727f21d78f
|
fix(core): make all docs journal judgement reactive (#9290)
|
2024-12-25 01:41:16 +00:00 |
|
liuyi
|
e3a8b63e38
|
fix(core): list style issue in selection mode (#9275)
|
2024-12-24 15:19:34 +08:00 |
|
pengx17
|
17c2293986
|
feat(core): open in app for self-hosted (#9231)
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/545994dd-6f7d-468d-a90c-45cb382fdb9d.mp4">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/545994dd-6f7d-468d-a90c-45cb382fdb9d.mp4">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/545994dd-6f7d-468d-a90c-45cb382fdb9d.mp4">20241222-1456-24.5006677.mp4</video>
fix AF-1815
|
2024-12-24 03:04:02 +00:00 |
|
CatsJuice
|
2793080a57
|
fix(core): toggle page mode when split view opened (#9221)
close AF-2007
|
2024-12-23 12:55:29 +00:00 |
|
pengx17
|
8b076cb2a7
|
chore(core): edit property meta events (#9253)
fix AF-1986
|
2024-12-23 11:36:24 +00:00 |
|
donteatfriedrice
|
54cb161309
|
feat(core): export doc with adapter extension (#9226)
|
2024-12-23 09:24:55 +00:00 |
|
CatsJuice
|
9fb5e0db63
|
perf(core): optimize scrolling performance for doc list (#9250)
- before

- after

|
2024-12-23 07:07:57 +00:00 |
|
EYHN
|
129f94ee78
|
refactor(core): move infra modules to core (#9207)
|
2024-12-23 04:54:00 +00:00 |
|
pengx17
|
2ea79d25ad
|
chore(core): events for backlinks (#9228)
fix AF-2008
|
2024-12-23 04:37:59 +00:00 |
|
pengx17
|
c775b2e264
|
fix(core): text-renderer should be readonly (#9244)
fix AF-2010, AF-2009
|
2024-12-23 04:19:06 +00:00 |
|
EYHN
|
f788fdd0a4
|
fix(core): revalidate quota and subscription when subscribing (#9220)
|
2024-12-20 09:31:52 +00:00 |
|
pengx17
|
bdbefd3e28
|
fix(core): backlinks styles (#9126)
fix AF-1946
|
2024-12-20 09:06:46 +00:00 |
|
JimmFly
|
2988dc284e
|
chore: adjust input style (#9217)
|
2024-12-20 04:18:34 +00:00 |
|
fundon
|
d7983c50e3
|
chore(core): add event tracking for attachments (#9198)
Part of: [AF-1678](https://linear.app/affine-design/issue/AF-1678/添加埋点)
|
2024-12-20 02:43:11 +00:00 |
|
fundon
|
def4dc854a
|
feat(core): impl doc display meta extension (#9165)
Closes: [BS-2111](https://linear.app/affine-design/issue/BS-2111/定义和实现-docdisplaymetaextension)
Upstreams: https://github.com/toeverything/blocksuite/pull/8953
https://github.com/user-attachments/assets/008d7433-efef-47c4-8189-9bc288e61199
|
2024-12-19 01:02:27 +00:00 |
|
EYHN
|
c31e9fdff4
|
fix(core): fix no page root error (#9190)
|
2024-12-18 03:39:48 +00:00 |
|
JimmFly
|
4b836cd40f
|
fix(core): add visit workspace button to team upgrade success page (#9186)
close AF-1978
|
2024-12-17 11:07:48 +00:00 |
|
JimmFly
|
95d1a4a27d
|
feat(core): add sync paused dialog (#9135)
close AF-1932 AF-1954 AF-1953 AF-1955
Add a pop-up reminder when the workspace capacity exceeds the limit or the number of members exceeds the limit.
|
2024-12-17 05:55:41 +00:00 |
|
CatsJuice
|
12954ec82c
|
fix(mobile): editor error boundary is not fully visible (#9172)
|
2024-12-17 02:38:11 +00:00 |
|
EYHN
|
b36b398957
|
fix(infra): memory leak (#9013)
|
2024-12-16 16:55:49 +00:00 |
|
CatsJuice
|
e6bf4ca6e5
|
chore(core): use flexbox to stretch editor height (#9174)
|
2024-12-16 09:49:12 +00:00 |
|