feat: Add IntegrationRepository and ShopProClient for managing integrations and fetching products from shopPRO API

This commit is contained in:
2026-02-23 23:28:55 +01:00
parent b312dc56e3
commit 18d0019c28
54 changed files with 10397 additions and 393 deletions

View File

@@ -47,6 +47,17 @@
background: #f8fafc;
}
.btn--danger {
color: #ffffff;
border-color: #b91c1c;
background: #dc2626;
}
.btn--danger:hover {
border-color: #991b1b;
background: #b91c1c;
}
.btn--block {
width: 100%;
}