Commit d4e5324
committed
feat: add UI components and metadata handling for the studio
- Implemented Card component and its subcomponents (CardHeader, CardTitle, CardDescription, CardContent, CardFooter) for consistent UI layout.
- Created useMetadata hook to fetch and manage metadata objects from the API.
- Developed Dashboard page to display total collections and individual metadata objects using Card components.
- Introduced MetadataBrowser page for browsing and viewing detailed metadata information.
- Built ObjectView page for displaying object data in a grid format with server-side fetching capabilities.
- Added SchemaEditor page for editing schema files with file selection functionality.
- Configured Tailwind CSS for styling and responsive design.
- Set up Vite for development and build processes, including API proxying.
- Established TypeScript configuration for type safety and module resolution.1 parent d3cd022 commit d4e5324
140 files changed
Lines changed: 164 additions & 154 deletions
File tree
- examples
- scenarios/preset-usage
- starters
- basic-script
- express-api
- packages
- cli
- drivers
- mongo
- src
- test
- sdk
- src
- sql
- src
- test
- foundation
- core
- src
- test
- platform-node
- src
- test
- fixtures
- types
- src
- runtime/server
- src
- adapters
- test
- server
- tools
- cli
- bin
- src
- commands
- studio
- src
- components
- ui
- hooks
- lib
- pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
This file was deleted.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments