AFFiNE/packages/frontend/component
EYHN 6844b282ac
refactor(component): adjust active editor atom (#5457)
before:

set global `blocksuiteEditorAtom` state in `<BlocksuiteEditorImpl />`

after:

Rename `blocksuiteEditorAtom` to `activeBlocksuiteEditorAtom`

And move the logic of setting this atom to `<PageDetailEditor />`.

benefit:

* make BlocksuiteEditor pure
* keep @toeverything/component clear
* Clarify the purpose of `activeBlocksuiteEditorAtom`
2024-01-02 07:30:09 +00:00
..
.storybook feat(component): add storybook (#5079) 2023-12-04 08:32:19 +00:00
src refactor(component): adjust active editor atom (#5457) 2024-01-02 07:30:09 +00:00
package.json chore: bump up all non-major dependencies (#5488) 2024-01-02 04:51:44 +00:00
tsconfig.json refactor(electron): create electron api package (#5334) 2023-12-27 06:38:37 +00:00