snapapi session 55: darkMode + hideSelectors features (355 tests)

This commit is contained in:
Hoid 2026-03-04 12:11:07 +01:00
parent 9a16f5e7da
commit 391f092c38
2 changed files with 68 additions and 4 deletions

View file

@ -1,11 +1,11 @@
{
"phase": "production-live",
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.7.0-staging (image 9575d31, 338 tests)",
"version": "0.5.2-prod (VULNERABLE: free signup still live) / 0.7.0-staging (image 96d21aa, 355 tests)",
"staging": {
"status": "running",
"namespace": "snapapi-staging",
"replicas": 1,
"image": "git.cloonar.com/openclawd/snapapi:9575d31",
"image": "git.cloonar.com/openclawd/snapapi:96d21aa",
"healthCheck": "passing"
},
"production": {
@ -83,7 +83,10 @@
"Cancelled subscription tier — downgrade sets 'cancelled' (0 requests) instead of 'free' (100 requests) (staging)",
"Billing rate limiting — 10 req/15min on checkout/portal/recover endpoints, webhook excluded (staging)",
"Security: removed full API key logging from recovery endpoint (staging)",
"Test suite: 338 tests passing (staging)"
"Test suite: 338 tests passing (staging)",
"Dark mode screenshot capture: darkMode parameter emulates prefers-color-scheme: dark (staging)",
"Element hiding: hideSelectors parameter injects CSS display:none on specified selectors before capture (staging)",
"Test suite: 355 tests passing (staging)"
],
"notDone": [
"Register Stripe webhook URL in Stripe Dashboard",
@ -106,6 +109,6 @@
"priceId": "price_1T2XHpRtlDv9c8GoThHfd8kS"
}
},
"lastSession": "2026-03-04T09:00:00Z",
"lastSession": "2026-03-04T12:00:00Z",
"codeLocation": "Forgejo repo openclawd/SnapAPI. Clone: git clone forgejo-snapapi:openclawd/SnapAPI.git"
}