Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

feat(plg): Add seats #63227

Merged
merged 27 commits into from
Jun 19, 2024
Merged

feat(plg): Add seats #63227

merged 27 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Pass query param on addSeats

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    36751dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e594a View commit details
    Browse the repository at this point in the history
  3. CSS fix

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6c9e2af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0aa1cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57a74c3 View commit details
    Browse the repository at this point in the history
  6. Add "Add seats" case to checkout page

    - Load subscription data
    - Remove "team" query param to simplify the interface
    - Improve error handling and display
    - Fix: Make sure the initial seat count is within valid boundaries
    - Add price preview UI (without data preview)
    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    397465c View commit details
    Browse the repository at this point in the history
  7. Make those back-end calls

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6c03a4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0858445 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82ffc04 View commit details
    Browse the repository at this point in the history
  10. Fix header case

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a2b8d7c View commit details
    Browse the repository at this point in the history
  11. Implement actual team size change

    Tested it, it works!
    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    565c06f View commit details
    Browse the repository at this point in the history
  12. Refactor: Rename state name

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ed38057 View commit details
    Browse the repository at this point in the history
  13. Fix page title (and case!)

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    94f6698 View commit details
    Browse the repository at this point in the history
  14. Prettier and Bazel

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c5c1bb4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f644b9 View commit details
    Browse the repository at this point in the history
  16. Prettier

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    86f613b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b90e517 View commit details
    Browse the repository at this point in the history
  18. Tidying up

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8c53426 View commit details
    Browse the repository at this point in the history
  19. Revert type change

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ee5dcdb View commit details
    Browse the repository at this point in the history
  20. Remove unneeded param

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    991e405 View commit details
    Browse the repository at this point in the history
  21. Rename isEditable

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    211c316 View commit details
    Browse the repository at this point in the history
  22. Rename member

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5baae47 View commit details
    Browse the repository at this point in the history
  23. Remove comment

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9387f3e View commit details
    Browse the repository at this point in the history
  24. Make seat price dynamic

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f175e80 View commit details
    Browse the repository at this point in the history
  25. Improve condition

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    45d8c7d View commit details
    Browse the repository at this point in the history
  26. Fail fast

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    674357d View commit details
    Browse the repository at this point in the history
  27. Rename

    vdavid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    730356d View commit details
    Browse the repository at this point in the history