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

Migrate admin_index/admin_index_component.rb to use ViewComponent instead of mountain_view #2646

Open
Tracked by #2270
lenikadali opened this issue Nov 20, 2024 — with Huly for GitHub · 0 comments
Assignees

Comments

Copy link
Collaborator

lenikadali commented Nov 20, 2024

Places where the component is used:

app/views/admin/supporters/index.html.erb
1:<%= render_component "admin_index",

app/views/admin/collections/index.html.erb
3:<%= render_component "admin_index",

Note on implementation: based on our experience in this PR no specs should break and all existing logic from the component should be preserved and where necessary, re-interpreted to be compatible with the ViewComponent API

Huly®: PC-2652

@lenikadali lenikadali changed the title admin_index/admin_index_component.rb Migrate admin_index/admin_index_component.rb to use ViewComponent instead of mountain_view Nov 22, 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

No branches or pull requests

1 participant