Hide community cards behind feature flag

This commit is contained in:
akhisud3195 2025-09-17 13:48:07 +04:00
parent b2c809b1bb
commit 496dd03016
3 changed files with 219 additions and 204 deletions

View file

@ -18,3 +18,6 @@ export const SHOW_COPILOT_MARQUEE = false;
export const SHOW_PROMPTS_SECTION = true;
export const SHOW_DARK_MODE_TOGGLE = false;
export const SHOW_VISUALIZATION = false;
// Client-safe flags
export const SHOW_COMMUNITY_PUBLISH = false;