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(memberships): overlay style for content gate #2377

Merged
merged 45 commits into from
Mar 31, 2023

Commits on Mar 21, 2023

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

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    0e286bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0732351 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fed4fe8 View commit details
    Browse the repository at this point in the history
  4. fix: ui tweaks

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7cd3394 View commit details
    Browse the repository at this point in the history
  5. fix: improve readability

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3862658 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c9c5ca View commit details
    Browse the repository at this point in the history
  7. fix: disable overlay

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    06eea66 View commit details
    Browse the repository at this point in the history
  8. fix: ui tweaks

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2d78e10 View commit details
    Browse the repository at this point in the history
  9. chore: lint

    miguelpeixe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e473485 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: rendering loops

    miguelpeixe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    92c4385 View commit details
    Browse the repository at this point in the history
  2. fix: typo

    miguelpeixe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ddde70c View commit details
    Browse the repository at this point in the history
  3. fix: ensure form exists

    miguelpeixe committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5c45e5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7a5081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e8091 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b40352b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    495d96c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fix: update settings copy

    miguelpeixe committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7c365c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cb2679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d8359 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    9af51fa View commit details
    Browse the repository at this point in the history
  2. fix: unify editor css

    miguelpeixe committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bbae182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea87fae View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat: ui tweaks

    miguelpeixe committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    74cf15f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8af5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf6ffe View commit details
    Browse the repository at this point in the history
  4. fix: syntax tweak

    miguelpeixe committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bbb50de View commit details
    Browse the repository at this point in the history
  5. fix: typo

    miguelpeixe committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d3846c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a0a61c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    032ee33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac1420 View commit details
    Browse the repository at this point in the history
  3. fix: js tweaks

    miguelpeixe committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5dd1eb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    5624804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6ad16 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused vars

    miguelpeixe committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1377f5a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. chore: update l10n domain

    miguelpeixe committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ea5071a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e1ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbda707 View commit details
    Browse the repository at this point in the history
  4. fix: style tweaks

    miguelpeixe committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8383709 View commit details
    Browse the repository at this point in the history
  5. Update assets/memberships-gate/editor.js

    Co-authored-by: Derrick Koo <dkoo@users.noreply.github.com>
    miguelpeixe and dkoo authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8a6f30f View commit details
    Browse the repository at this point in the history
  6. Update assets/memberships-gate/editor.scss

    Co-authored-by: Derrick Koo <dkoo@users.noreply.github.com>
    miguelpeixe and dkoo authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0ba99ff View commit details
    Browse the repository at this point in the history
  7. Update assets/memberships-gate/editor.js

    Co-authored-by: Derrick Koo <dkoo@users.noreply.github.com>
    miguelpeixe and dkoo authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    35676ab View commit details
    Browse the repository at this point in the history
  8. fix: change size name

    miguelpeixe committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b8c4aa8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61382e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6721758 View commit details
    Browse the repository at this point in the history