diff --git a/admin-ui/README.md b/admin-ui/README.md index eca0ca9..2743947 100644 --- a/admin-ui/README.md +++ b/admin-ui/README.md @@ -74,11 +74,4 @@ The admin UI integrates with OpenContext backend APIs: - **Pages**: Main application views in `/src/pages/` - **API Client**: Centralized HTTP client in `/src/lib/api.ts` - **State Management**: Zustand store for authentication state -- **Types**: TypeScript definitions in `/src/types/` - -## Contributing - -1. Follow existing code style and patterns -2. Add TypeScript types for new features -3. Test API integrations with backend -4. Ensure responsive design works on all screen sizes \ No newline at end of file +- **Types**: TypeScript definitions in `/src/types/` \ No newline at end of file diff --git a/admin-ui/index.html b/admin-ui/index.html index e4b78ea..4aa585d 100644 --- a/admin-ui/index.html +++ b/admin-ui/index.html @@ -2,9 +2,9 @@
- + -+++@@ -302,12 +297,6 @@ export const Search: React.FC = () => {{contentData.content}Content length: {contentData.content.length} characters-- -