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

Allow custom create callback. #43

Closed
wants to merge 1 commit into from
Closed

Conversation

haringsrob
Copy link

No description provided.

@@ -4,7 +4,7 @@
{{-- <svg class="h-5 w-5 text-red-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z" clip-rule="evenodd" />
</svg> --}}
<x-icon name="far-circle-x" class='w-8 text-red-400' />
{{-- <x-icon name="far-circle-x" class='w-8 text-red-400' />--}}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not everyone has this icon set.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

I was looking to wrap up the beta and get it released alongside Laravel 11 support.

I'll double check and make sure any font awesome icons have been removed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any update?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was fixed in v3.6.1 by #49

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove this from the PR?

Copy link
Owner

@chrisreedio chrisreedio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the pro icon was already removed, please merge the latest commits into this and it should clear up the icon issue.

@@ -4,7 +4,7 @@
{{-- <svg class="h-5 w-5 text-red-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z" clip-rule="evenodd" />
</svg> --}}
<x-icon name="far-circle-x" class='w-8 text-red-400' />
{{-- <x-icon name="far-circle-x" class='w-8 text-red-400' />--}}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove this from the PR?

@cheesegrits
Copy link

cheesegrits commented Jun 3, 2024

@haringsrob @chrisreedio hey guys, I was literally just sitting down to code up (almost) this exact PR.

My use case is I need to be able to abort an account creation, which would almost be handled by this PR in that I could just throw an AbortedLoginException in my createAccountUsing callback.

I think the only difference would be I would probably need to allow for specifying a redirect URL.

Any chance this PR can be merged so I can start using it, and if necessary PR a redirect URL change?

@chrisreedio
Copy link
Owner

@haringsrob @chrisreedio hey guys, I was literally just sitting down to code up (almost) this exact PR.

My use case is I need to be able to abort an account creation, which would almost be handled by this PR in that I could just throw an AbortedLoginException in my createAccountUsing callback.

I think the only difference would be I would probably need to allow for specifying a redirect URL.

Any chance this PR can be merged so I can start using it, and if necessary PR a redirect URL change?

Thanks for the nudge to get me moving on this again.

Went with a first party PR on this to resolve the need due to no movement on this.

See #59 for more.

@chrisreedio chrisreedio closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants