Skip to content

Commit

Permalink
chore: remove unused y-indexeddb (#6728)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Apr 29, 2024
1 parent 9c8168a commit 20116eb
Show file tree
Hide file tree
Showing 30 changed files with 52 additions and 2,257 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const allPackages = [
'packages/common/env',
'packages/common/infra',
'packages/common/theme',
'packages/common/y-indexeddb',
'tools/cli',
];

Expand Down
5 changes: 0 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ rust:
- '**/rust-toolchain.toml'
- '**/rustfmt.toml'

package:y-indexeddb:
- changed-files:
- any-glob-to-any-file:
- 'packages/common/y-indexeddb/**/*'

app:core:
- changed-files:
- any-glob-to-any-file:
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,10 @@ If you have questions, you are welcome to contact us. One of the best places to

## Ecosystem

| Name | | |
| -------------------------------------------------------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [@affine/component](packages/frontend/component) | AFFiNE Component Resources | ![](https://img.shields.io/codecov/c/github/toeverything/affine?style=flat-square) |
| [@toeverything/y-indexeddb](packages/common/y-indexeddb) | IndexedDB database adapter for Yjs | [![](https://img.shields.io/npm/dm/@toeverything/y-indexeddb?style=flat-square&color=eee)](https://www.npmjs.com/package/@toeverything/y-indexeddb) |
| [@toeverything/theme](packages/common/theme) | AFFiNE theme | [![](https://img.shields.io/npm/dm/@toeverything/theme?style=flat-square&color=eee)](https://www.npmjs.com/package/@toeverything/theme) |
| Name | | |
| ------------------------------------------------ | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| [@affine/component](packages/frontend/component) | AFFiNE Component Resources | ![](https://img.shields.io/codecov/c/github/toeverything/affine?style=flat-square) |
| [@toeverything/theme](packages/common/theme) | AFFiNE theme | [![](https://img.shields.io/npm/dm/@toeverything/theme?style=flat-square&color=eee)](https://www.npmjs.com/package/@toeverything/theme) |

## Upstreams

Expand Down
1 change: 0 additions & 1 deletion packages/common/y-indexeddb/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions packages/common/y-indexeddb/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions packages/common/y-indexeddb/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/common/y-indexeddb/project.json

This file was deleted.

Loading

0 comments on commit 20116eb

Please sign in to comment.