Add repository management functionality with CRUD operations
- Implemented repoService for database interactions including count, list, get, create, update, and delete operations. - Created RepoManager component for managing repositories with a user interface. - Added forms for creating and editing repositories, including validation and error handling. - Integrated API calls for fetching, creating, updating, and deleting repositories. - Enhanced user experience with loading states and action feedback messages.
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Siti Plugin Repo</title>
|
||||
<script type="module" crossorigin src="/assets/index-Ciepux24.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DDjGuoSe.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CFgb3VsA.css">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user