Implement chain submissions API and update frontend to utilize new endpoint; enhance submissions page with feature flag for API selection, participant progress display, and improved filtering logic.

This commit is contained in:
2025-12-13 20:32:23 +03:00
parent 18e2ccb6bc
commit 04836ea6ce
5 changed files with 286 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
},
features: {
'challenge-admin': {
// add your features here in the format [featureName]: { value: string }
'use-chain-submissions-api': { value: 'true' },
},
},
config: {