Skip to content

Commit ff771e0

Browse files
committed
feat: add server-driven layout tests and implement contact list component
- Created comprehensive tests for server-driven app layout, including sidebar and header navigation. - Implemented ContactList component to display, edit, and delete contacts with loading and error handling. - Added ObjectStack configuration and data source adapter for seamless integration with ObjectStack Client. - Established mock server setup for testing with MSW, including handlers for ObjectStack API. - Configured Tailwind CSS for styling and set up TypeScript configuration for the project. - Integrated Vite for development and build processes, ensuring compatibility with ObjectStack packages.
1 parent 3212c74 commit ff771e0

30 files changed

+124
-124
lines changed
File renamed without changes.

examples/msw-object-form/objectstack.config.ts renamed to apps/console/objectstack.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export default defineConfig({
77
// Project Metadata
88
// ============================================================================
99

10-
name: '@object-ui/example-msw-object-form',
10+
name: '@object-ui/console',
1111
version: '0.1.0',
12-
description: 'ObjectUI Example: MSW Object Form (Wrapper)',
12+
description: 'ObjectStack Console',
1313

1414
// ============================================================================
1515
// Build Settings
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@object-ui/example-msw-object-form",
2+
"name": "@object-ui/console",
33
"version": "0.1.0",
4-
"description": "MSW integration example with ObjectForm component for testing CRUD operations",
4+
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
55
"private": true,
66
"type": "module",
77
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)