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

Convert article overview to blade #763

Merged
merged 4 commits into from
Nov 24, 2021
Merged

Conversation

joedixon
Copy link
Contributor

@joedixon joedixon commented Nov 22, 2021

This PR converts the articles overview page from Livewire to Blade. Doing this keeps the pages consistent and it has been possible to reuse some of the logic between controllers.

Also discovered a bug where filters were not being preserved when clicking pagination links on the forum overview.

The only difference between the forum and article overview pages is that articles uses a query param for filtering tags where the forum defines a separate route.

@joedixon joedixon force-pushed the convert-article-overview-to-blade branch from 337de5e to 33a830d Compare November 22, 2021 13:48
@joedixon joedixon marked this pull request as ready for review November 22, 2021 13:51
@joedixon joedixon mentioned this pull request Nov 22, 2021
@driesvints driesvints merged commit 4840f35 into main Nov 24, 2021
@driesvints driesvints deleted the convert-article-overview-to-blade branch November 24, 2021 14:43
@driesvints
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants