+ Pin a flag on or off for a specific user, overriding the global
+ default above. Use Default to revert. Per-user overrides take precedence on
+ both /api/feature-flags reads and /api/backtest/run guards.
+
+
+
+
+
+
+
+
+
+ {message ? (
+
+ {message.text}
+
+ ) : null}
+
+ {data && pending ? (
+ <>
+
+ User {data.userId}
+
+
+ setPending((p) => p ? { ...p, backtestEnabled: next } : p)}
+ />
+ setPending((p) => p ? { ...p, backtestCustomerEnabled: next } : p)}
+ />
+
+