Commit graph

14 commits

Author SHA1 Message Date
79b90e770b feat(page): implement loading spinner and error boundary for ItemsList component 2025-06-19 15:35:34 +03:00
6096cc0670 feat(component): implement ItemsList component for managing and displaying items with editable properties 2025-06-19 15:34:36 +03:00
dcac90109f feat(component): add TypeaheadInput component for enhanced text input with suggestion dropdown 2025-06-19 15:32:51 +03:00
f75db7e3bd feat(component): add EditableCell component for inline editing of text and textarea inputs 2025-06-19 15:32:14 +03:00
7b9977db6b feat(api): implement DELETE endpoint for removing specific properties by URL 2025-06-19 14:50:09 +03:00
ff0f252389 feat(api): add GET and POST endpoints for managing properties associated with a URL 2025-06-19 14:49:19 +03:00
c03d01d9c8 feat(api): implement DELETE endpoint for removing specific items by URL 2025-06-19 14:48:37 +03:00
b90590f9a5 feat(api): implement GET and POST endpoints for managing items associated with a specific URL 2025-06-19 14:48:08 +03:00
4366678935 feat(api): implement ApiClient class with CRUD operations and error handling 2025-06-19 14:45:59 +03:00
ecc4e4da1c feat(api): add TypeScript types for API requests and responses 2025-06-19 14:44:02 +03:00
50d735ae5d feat(database): implement CRUD operations for URLs and items with transaction support 2025-06-18 14:24:38 +03:00
74c3c7a805 feat(database): add TypeScript interfaces for database models and API responses 2025-06-18 14:24:07 +03:00
6c90888b1f feat(prisma): implement Prisma client setup and database utility functions 2025-06-18 14:22:48 +03:00
08f9d13f66 Initial commit from Create Next App 2025-06-16 18:52:12 +03:00