AFFiNE/packages/common/infra
EYHN 83716c2fd9
feat(core): share in workspace link (#7897)
ShareDocsService -> ShareDocsListService
ShareService -> ShareInfoService
(*new) ShareReaderService

`/share/:workspaceId/:docId` -> redirect to -> `/workspace/:workspaceId/:docId`

workspace loading process

1. find workspace in workspace list
2. (if not found) revalidate workspace list
3. (if still not found) try load share page
4. (if share page found) => share page
5. (if share page not found) => 404
6. (if workspace found) => workspace page
2024-08-16 09:12:18 +00:00
..
src feat(core): share in workspace link (#7897) 2024-08-16 09:12:18 +00:00
package.json chore: bump bs (#7899) 2024-08-16 08:46:16 +00:00
tsconfig.json refactor(infra): no bundle infra (#5414) 2023-12-27 06:54:24 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
typedoc.json docs: initial api reference docs (#5352) 2024-01-02 12:46:27 +00:00