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: QueryTag with button #1504

Merged
merged 11 commits into from
Jan 26, 2025
Merged

feat: QueryTag with button #1504

merged 11 commits into from
Jan 26, 2025

Conversation

lee-to
Copy link
Collaborator

@lee-to lee-to commented Jan 25, 2025

protected function queryTags(): array
    {
        return [
            QueryTag::make('Test', fn($q) => $q)->events([
                AlpineJs::event(
                    JsEvent::FRAGMENT_UPDATED, 'test'
                )
            ])->modifyButton(fn(ActionButton $btn) => $btn),
        ];
    }

Checklist

@lee-to lee-to force-pushed the query-tag-with-button branch from 8499c15 to ecac6f4 Compare January 25, 2025 20:47
@github-actions github-actions bot force-pushed the query-tag-with-button branch from 6f1a9b9 to 901e4d0 Compare January 25, 2025 20:47
@lee-to lee-to force-pushed the query-tag-with-button branch from 75e0a99 to f6a8f2d Compare January 25, 2025 20:51
@lee-to lee-to force-pushed the query-tag-with-button branch from b7bf18c to 4bec11d Compare January 26, 2025 14:35
@lee-to lee-to merged commit b4a8a87 into 3.x Jan 26, 2025
22 checks passed
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.

1 participant