AFFiNE/packages/common
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
..
debug chore: bump up all non-major dependencies (#6107) 2024-03-19 03:01:03 +00:00
env refactor(core): refactor tag to use di (#6079) 2024-03-19 08:39:15 +00:00
infra chore: bump up all non-major dependencies (#6107) 2024-03-19 03:01:03 +00:00
theme refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
y-indexeddb chore: bump up all non-major dependencies (#6107) 2024-03-19 03:01:03 +00:00
y-provider chore: bump up all non-major dependencies (#6107) 2024-03-19 03:01:03 +00:00