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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user