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

Collapse Filterable and Sortable into Declarative Filters #143

Merged
merged 5 commits into from
Dec 15, 2024

Conversation

toddkummer
Copy link
Collaborator

The Filterable and Sortable mixins were mixed into the DeclarativeFilters module. This meant anyone interested in seeing the method definitions had to drill twice. It also prevented the Ruby LSP from being able to show hover comments and support the Go To Definition function. Collapsing the mixins simplifies this and enables hover previews:

image

This also includes updates to the markdown in the comments (and some new comments) to better take advantage of the hover preview.

@toddkummer toddkummer merged commit 6ec751b into main Dec 15, 2024
15 checks passed
@toddkummer toddkummer deleted the collapse-nested-class-methods-do branch December 15, 2024 22:39
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