Files
AFFiNE-Mirror/packages/frontend/core/src
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
..
2024-03-12 10:00:09 +00:00
2024-02-29 14:33:50 +08:00
2024-03-13 17:04:21 +08:00
2024-03-12 10:00:09 +00:00
2024-03-13 17:04:21 +08:00
2024-02-29 14:33:50 +08:00