Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(web): clean up components in beta #1176

Merged
merged 12 commits into from
Oct 16, 2024
9 changes: 9 additions & 0 deletions web/src/beta/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Component Structure

```planttext
pages // The main pages of the app.
└──features // Features of the app, used in pages. Handles business logic.
├──ui // Pure UI, Re:Earth Visualizer specific UI components.
│ └──lib/reearth-ui // Pure UI, Re:Earth common UI components.
└──lib/reearth-ui
```
35 changes: 0 additions & 35 deletions web/src/beta/components/FloatedPanel/index.stories.tsx

This file was deleted.

85 changes: 0 additions & 85 deletions web/src/beta/components/FloatedPanel/index.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions web/src/beta/components/NotFound/index.stories.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions web/src/beta/components/NotFound/index.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions web/src/beta/components/Popover/context.ts

This file was deleted.

66 changes: 0 additions & 66 deletions web/src/beta/components/Popover/hooks.ts

This file was deleted.

79 changes: 0 additions & 79 deletions web/src/beta/components/Popover/index.stories.tsx

This file was deleted.

Loading
Loading