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

AsyncAction confirming with param #3667

Merged
merged 4 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. Let AsyncAction.Confirming be an interface, with a `AsyncAction.Con…

    …firmingNoParams` data object.
    
    This will allow inheritance of `AsyncAction.Confirming` with parameter(s).
    bmarty committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fb52657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd7bb0 View commit details
    Browse the repository at this point in the history
  3. AcceptDeclineInviteState: create ConfirmingDeclineInvite to host Invi…

    …teData when confirming decline of invite.
    bmarty committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    03fd7af View commit details
    Browse the repository at this point in the history
  4. Split long lines

    bmarty committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ca4f906 View commit details
    Browse the repository at this point in the history