Skip to content

Commit

Permalink
chore(react-image): remove package (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Sep 29, 2024
1 parent 7c6c3b1 commit f10fc35
Show file tree
Hide file tree
Showing 33 changed files with 45 additions and 708 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ body:
- "@suspensive/react-query-next-experimental"
- "@suspensive/react-query-next-experimental-4"
- "@suspensive/jotai"
- "@suspensive/react-image"
- etc
validations:
required: true
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ body:
- "@suspensive/react-query-next-experimental"
- "@suspensive/react-query-next-experimental-4"
- "@suspensive/jotai"
- "@suspensive/react-image"
- etc
validations:
required: true
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
- "packages/react-query-next-experimental-4/**/*"
"@suspensive/jotai":
- "packages/jotai/**/*"
"@suspensive/react-image":
- "packages/react-image/**/*"
"suspensive.org":
- "docs/suspensive.org/**/*"
"examples":
Expand Down
4 changes: 0 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ component_management:
name: '@suspensive/jotai'
paths:
- packages/jotai/**
- component_id: react-image
name: '@suspensive/react-image'
paths:
- packages/react-image/**
6 changes: 0 additions & 6 deletions docs/suspensive.org/src/pages/docs/_meta.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"react": "@suspensive/react",
"react-query": "@suspensive/react-query",
"jotai": "@suspensive/jotai",
"react-image": {
"title": "@suspensive/react-image",
"theme": {
"collapsed": true
}
},
"--- More": {
"type": "separator",
"title": "More"
Expand Down
6 changes: 0 additions & 6 deletions docs/suspensive.org/src/pages/docs/_meta.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"react": "@suspensive/react",
"react-query": "@suspensive/react-query",
"jotai": "@suspensive/jotai",
"react-image": {
"title": "@suspensive/react-image",
"theme": {
"collapsed": true
}
},
"--- More": {
"type": "separator",
"title": "더보기"
Expand Down
4 changes: 0 additions & 4 deletions docs/suspensive.org/src/pages/docs/changelogs.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ import { Cards, Card } from 'nextra/components'
title="@suspensive/react-query"
href="https://github.com/toss/suspensive/blob/main/packages/react-query/CHANGELOG.md"
/>
<Card
title="@suspensive/react-image"
href="https://github.com/toss/suspensive/blob/main/packages/react-image/CHANGELOG.md"
/>
<Card title="@suspensive/jotai" href="https://github.com/toss/suspensive/blob/main/packages/jotai/CHANGELOG.md" />
</Cards>
4 changes: 0 additions & 4 deletions docs/suspensive.org/src/pages/docs/changelogs.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ import { Cards, Card } from 'nextra/components'
title="@suspensive/react-query"
href="https://github.com/toss/suspensive/blob/main/packages/react-query/CHANGELOG.md"
/>
<Card
title="@suspensive/react-image"
href="https://github.com/toss/suspensive/blob/main/packages/react-image/CHANGELOG.md"
/>
<Card title="@suspensive/jotai" href="https://github.com/toss/suspensive/blob/main/packages/jotai/CHANGELOG.md" />
</Cards>

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions docs/suspensive.org/src/pages/docs/react-image/_meta.en.json

This file was deleted.

8 changes: 0 additions & 8 deletions docs/suspensive.org/src/pages/docs/react-image/_meta.ko.json

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion examples/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"@suspensive/react": "workspace:*",
"@suspensive/react-dom": "workspace:*",
"@suspensive/react-image": "workspace:*",
"@suspensive/react-query": "workspace:*",
"@tanstack/react-query": "catalog:react-query4",
"@tanstack/react-query-devtools": "catalog:react-query4",
Expand Down
8 changes: 0 additions & 8 deletions examples/visualization/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</li>
</details>
</li>
<li>
<details>
<summary>@suspensive/react-image</summary>
<li>
<Link href="/react-image/SuspenseImage">{`<SuspenseImage/>`}</Link>
</li>
</details>
</li>
</ul>
<div className="flex flex-1 items-center justify-center">{children}</div>
</Providers>
Expand Down
18 changes: 0 additions & 18 deletions examples/visualization/src/app/react-image/SuspenseImage/page.tsx

This file was deleted.

Loading

0 comments on commit f10fc35

Please sign in to comment.