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

Add Arrows to Options Expansion Panel, Fix Filters #720

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

coreyogburn
Copy link
Contributor

Grid and User routes were missing their arrows in the Options expansion panel at the top of the page. Added them.

Found a few sites where we were still using Vue 2's filter syntax (thing | filter) and updated them to natural function calls (filter(thing)) as is supported in Vue 3.

Grid and User routes were missing their arrows in the Options expansion panel at the top of the page. Added them.

Found a few sites where we were still using Vue 2's filter syntax (`thing | filter`) and updated them to natural function calls (`filter(thing)`) as is supported in Vue 3.
@coreyogburn coreyogburn merged commit ce2768b into 2.4/dev Jan 15, 2025
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/missing-arrows branch January 15, 2025 20:46
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants