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

Add privacy centre support for more text #2943

Merged
merged 33 commits into from
Apr 11, 2023
Merged

Commits on Mar 29, 2023

  1. adds addendum and switches description to a list

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    35afe4c View commit details
    Browse the repository at this point in the history
  2. address description and addendum as lists

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1a89a73 View commit details
    Browse the repository at this point in the history
  3. updates typescript definitions

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ab40a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf5e5c View commit details
    Browse the repository at this point in the history
  5. update syntax

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9162501 View commit details
    Browse the repository at this point in the history
  6. update cypress ids

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3ff955c View commit details
    Browse the repository at this point in the history
  7. disable lint rules

    Sean Preston committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ffcfe67 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. adds description subtext

    Sean Preston committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7b80acf View commit details
    Browse the repository at this point in the history
  2. adds description_subtext to test privacy center too

    Sean Preston committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2a95e66 View commit details
    Browse the repository at this point in the history
  3. reference description_subtext on consent page

    Sean Preston committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f3885f4 View commit details
    Browse the repository at this point in the history
  4. allow field to be optional

    Sean Preston committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f64b9bb View commit details
    Browse the repository at this point in the history
  5. update values for description

    Sean Preston committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    61e2d52 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge branch 'main' into sp/2940/privacy-centre

    Sean Preston committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7cf0bbf View commit details
    Browse the repository at this point in the history
  2. remove default addendum text

    Sean Preston committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6fe2c88 View commit details
    Browse the repository at this point in the history
  3. consent title now set to same as button title

    Sean Preston committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7a692b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7393e72 View commit details
    Browse the repository at this point in the history
  5. update full config in line with new config format

    Sean Preston committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d0f6c3c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. support two structures of consent object

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    06e74dd View commit details
    Browse the repository at this point in the history
  2. remove console log

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    11b067e View commit details
    Browse the repository at this point in the history
  3. use PascalCase

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    742ba00 View commit details
    Browse the repository at this point in the history
  4. adds v2config class

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f3a390a View commit details
    Browse the repository at this point in the history
  5. runs npm format

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    958276b View commit details
    Browse the repository at this point in the history
  6. translation methods

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    38ce952 View commit details
    Browse the repository at this point in the history
  7. translate all config to v2 before it hits the page

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    de1a1c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c49ea6 View commit details
    Browse the repository at this point in the history
  9. remove unused code, add docstring

    Sean Preston committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a141668 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. update how fides-consent loads the config

    Sean Preston committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    68ac054 View commit details
    Browse the repository at this point in the history
  2. add test cases for v2 config

    Sean Preston committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    514e259 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. remove console.logs

    Sean Preston committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c0704cd View commit details
    Browse the repository at this point in the history
  2. Update clients/privacy-center/packages/fides-consent/rollup.config.js

    Co-authored-by: Allison King <[email protected]>
    Sean Preston and allisonking authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    acf92b6 View commit details
    Browse the repository at this point in the history
  3. use ternary operator

    Sean Preston committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bb2843b View commit details
    Browse the repository at this point in the history
  4. use ternary operator again

    Sean Preston committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5a6e393 View commit details
    Browse the repository at this point in the history
  5. no need to use tmp var

    Sean Preston committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    91b24a0 View commit details
    Browse the repository at this point in the history