Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add client-side feature flag for Follow+Notes functionality #3440

Merged
merged 5 commits into from
Sep 5, 2024

Commits on Aug 24, 2024

  1. feat: Add client-side feature flag for Follow+Notes functionality

    Introduced a new client-side feature flag named followNotesEnabled as part of the implementation for the "Follow + Note" feature
    
    - Implemented followNotesEnabled feature flag in index.js.
    
    - Registered the flag with default true in deploy-config.js.
    
    - Added flag to staging.tfvars and prod.tfvars with false default.
    
    - Reformatted lines 16-17 in deploy-config.js for ESLint compliance.
    sushilrajeeva committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    cf338dd View commit details
    Browse the repository at this point in the history
  2. eslint fix

    sushilrajeeva committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b3b6251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95323fc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3a719ee View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a55ef3f View commit details
    Browse the repository at this point in the history