AFFiNE/tests
JimmFly 9030ca511e
refactor(core): refactor tag to use di (#6079)
use case
```
const tagService = useService(TagService);
const tags = useLiveData(tagService.tags);
const currentTagLiveData = tagService.tagByTagId(tagId);
const currentTag = useLiveData(currentTagLiveData);

```
2024-03-19 08:39:15 +00:00
..
affine-cloud chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
affine-desktop chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
affine-desktop-cloud chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
affine-legacy chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
affine-local chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
affine-migration chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
fixtures chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
kit chore: bump base version to 0.14.0 (#6170) 2024-03-19 02:34:18 +00:00
storybook refactor(core): refactor tag to use di (#6079) 2024-03-19 08:39:15 +00:00