Add cache/resolve endpoint and reduce footer padding

- Add POST /api/v1/cache/resolve endpoint that caches artifacts by package
  coordinates (source_type, package, version) instead of requiring a URL
- Server finds download URL from configured upstream sources (PyPI supported)
- Reduces footer padding from 24px to 12px for cleaner layout
This commit is contained in:
Mondo Diaz
2026-01-29 15:33:19 -06:00
parent a9de32d922
commit 9e3eea4d08
3 changed files with 232 additions and 1 deletions

View File

@@ -272,7 +272,7 @@
.footer {
background: var(--bg-secondary);
border-top: 1px solid var(--border-primary);
padding: 24px 0;
padding: 12px 0;
}
.footer-content {