AFFiNE/packages/common/env/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
..
__tests__ refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
workspace/legacy-cloud refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
automation.ts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
constant.ts feat: bump blocksuite (#6078) 2024-03-13 17:04:21 +08:00
filter.ts refactor(core): refactor tag to use di (#6079) 2024-03-19 08:39:15 +00:00
global.ts refactor(core): split web entry from core (#6082) 2024-03-19 07:48:56 +00:00
is-valid-ip-address.ts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
page-info.ts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
ua-helper.ts fix: add prefer-readonly rule (#5122) 2023-11-29 15:19:00 +08:00
workspace.ts refactor(core): replace WorkspaceSubPath in env package with the one in core package (#5537) 2024-01-16 08:26:11 +00:00